base TODO list

This commit is contained in:
snit 2024-09-29 23:20:34 -05:00
parent 51a7412af3
commit d9a5962c32

14
TODO.gmi Normal file
View File

@ -0,0 +1,14 @@
# TODO
A list of things I'd like to accomplish
* Game loop
* Create and load worlds
* Daemonise the serverside
* Expose a socket or pipe on the daemon for the client
* Client connection to daemon
* Display environment and pan camera
* Time controls (play/pause/speed up)
* See creature stats
* Add a lua modding API
* Load mods
* Handle mod dependencies