diff --git a/README.md b/README.md index 9478af2..9d66a63 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,14 @@ Goals ----- - Simple retro-themed dungeon crawler -- Multiplayer support *(if it'll prove to make sense)* +- Multiplayer support Features -------- +**SUBJECT TO CHANGE!** + - Randomly generated floors - Hybrid turn-based gameplay (lower and upper time limit) - Automatic turn-based combat diff --git a/README.md~ b/README.md~ new file mode 100644 index 0000000..9478af2 --- /dev/null +++ b/README.md~ @@ -0,0 +1,29 @@ +Dungeon crawler RPG +=================== + +Goals +----- + +- Simple retro-themed dungeon crawler +- Multiplayer support *(if it'll prove to make sense)* + + +Features +-------- + +- 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 \ No newline at end of file