Rogue: Savage Rats, a retro-themed dungeon crawler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ondřej Hruška 3578c0ab17 Added libraries and library sources 10 years ago
lib Added libraries and library sources 10 years ago
src/net/mightypork/rogue Added libraries and library sources 10 years ago
.classpath Added libraries and library sources 10 years ago
.gitignore Initial commit 10 years ago
.project Initial commit 10 years ago
README.md readme edited 10 years ago

README.md

Dungeon crawler RPG

Goals

  • Simple retro-themed dungeon crawler
  • Multiplayer support

Features

SUBJECT TO CHANGE!

  • Randomly generated floors
  • Hybrid turn-based gameplay (lower and upper time limit)
  • Automatic turn-based combat
  • Health, hunger, experience meters; levels
  • Entities with basic AI (Monsters)
  • Items, weapons, armor
  • Treasure chests
  • Potions
  • Inventory system with 12 slots (+ armor)

Used libraries

  • libGDX
  • mini2Dx