From 3e24ef2253d3368393228fa82f161b861f12124c Mon Sep 17 00:00:00 2001 From: MightyPork Date: Wed, 26 Feb 2014 20:40:00 +0100 Subject: [PATCH] readme edited --- README.md | 4 +++- README.md~ | 29 +++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 README.md~ 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