aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--TODO.md7
2 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7c946a4..b9729ce 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
ROGUERUST
=========
-A Rogue-like game written in Rust. Please see `TODO.md` for more info.
+A text-only old-school Roguelike game written in Rust. Please see `TODO.md` for more info.
What does it look like?
-----------------------
diff --git a/TODO.md b/TODO.md
index 22e60df..ed27c7c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,3 +1,4 @@
-- Refactor game world into a tile grid
-- Add a proper game world generator that creates a tile grid
-- Add entities (characters, items etc.)
+- Add unit tests
+- Add walls collision support
+- Add basic entity interactions (staircases etc.)
+- Add equipment system