From d5861948d2a69dfeba82f4b265e5dee126b05d47 Mon Sep 17 00:00:00 2001 From: Adrian Hedqvist Date: Mon, 1 Jan 2018 19:18:01 +0100 Subject: [PATCH] Update todo in readme --- README.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cb7f861..bc05cf8 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,26 @@ I heavily recommend you to use [vcpkg](https://github.com/Microsoft/vcpkg) to in ### To-Do -* [ ] A main menu +* [ ] Main menu + * [ ] Character creation + * [ ] Settings menu + * [ ] Data editors? * [ ] Dungeon generation -* [ ] Make entities and AI completely data-driven -* [ ] Implement Lua for item/effects/action scripting - * Might as well use it for basic data storage as well, since I can then skip creating my own parser or adding an additional library for json/yaml/toml/whatever. - * [x] Get Lua to work - * [ ] Initial implementation - * [ ] Items - * [ ] Status Effects - * [ ] Spells + * [x] Generate rooms & corridors + * [ ] Place entrance & exit + * [ ] Place enemies + * [ ] Prefabs +* [ ] Items + * [ ] Inventory + * [ ] Consumables + * [ ] Equipment +* [ ] Data-driven AI +* [ ] Lua scripting + * [x] Data Loading + * [ ] Item effects + * [ ] Status effects + * [ ] Dialouges? + * [ ] Spells/Skills ### Wishlist