From f9cb16f8f00cd0d473dc280c84ac3e0a83d18518 Mon Sep 17 00:00:00 2001 From: mhsjlw Date: Wed, 26 Aug 2015 07:37:27 -0400 Subject: [PATCH] Start becoming organized --- TODO.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..516be65 --- /dev/null +++ b/TODO.md @@ -0,0 +1,33 @@ +Ideas +===== + +This is a list that will keep the developers and the community organized! + +### Completed + - [x] Integrate Circle CI testing + - [x] Players see the world + - [x] Add in logging with epoch timestamp + - [x] Allow players to chat + - [x] Players see each other and in-game and in tab + - [x] Basic API + + +### To-do + - [ ] Fix spitting errors in the console + - [ ] Fix player looking (seriously, it looks ridiculous) + - [ ] Fix massive lag when players move + - [ ] Dynamic worlds (players can see the when someone makes changes to the world) + - [ ] Block dropping + - [ ] Inventories (saving the blocks players get) + - [ ] Crafting and Smelting + - [ ] Basic PvP + - [ ] Add in cluster functionality + +### Ridiculous aspirations (not going to get done anytime soon) + - [ ] World generation + - [ ] Mobs / Animals + - [ ] Plant growing (pretty much ticking) + - [ ] Other dimensions + - [ ] Vehicles + - [ ] Fishing + - [ ] Advanced API