From ff5fb9aac94751f471dfb11afc3bba9db6bc78c6 Mon Sep 17 00:00:00 2001 From: Billy Gallagher Date: Mon, 18 Apr 2016 22:04:28 -0400 Subject: [PATCH] Updated readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 16b36a7..fd447fb 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ ##CSE 2102 Project #####Things to do, roughly in order of importance: -* [x] Basic rendering - Billy -* [x] Controls - Billy -* [ ] Level loading +* [x] Basic rendering (ability to render player, backbone for other graphics) +* [x] Controls +* [x] Basic Tiles/Walls + * [x] Tile/Wall rendering +* [x] Basic level loading (hard-coded levels) + * [ ] Advanced level loading (stored in text files) +* [ ] Collision checking * [ ] Menus * [ ] Main menu * [ ] Pausing * [ ] Basic Obstacles/Traps/Enemies * [ ] Obstacle/Trap/Enemy rendering -* [ ] Basic Tiles/Walls - * [ ] Tile/Wall rendering #####Things we would like to add eventually: * [ ] Music