2024-09-30 04:20:34 +00:00
|
|
|
# TODO
|
|
|
|
A list of things I'd like to accomplish
|
|
|
|
|
2024-10-02 20:43:44 +00:00
|
|
|
## In Progress
|
2024-09-30 04:20:34 +00:00
|
|
|
* Daemonise the serverside
|
|
|
|
* Expose a socket or pipe on the daemon for the client
|
2024-10-02 20:43:44 +00:00
|
|
|
* Create client to connect to daemon
|
|
|
|
|
|
|
|
## Completed
|
|
|
|
* Split into client and server (and common library?)
|
|
|
|
* Write Makefile to automate compilation
|
|
|
|
|
|
|
|
## Planned
|
|
|
|
* Game loop
|
|
|
|
* Create and load worlds
|
2024-09-30 04:20:34 +00:00
|
|
|
* Display environment and pan camera
|
|
|
|
* Time controls (play/pause/speed up)
|
|
|
|
* See creature stats
|
|
|
|
* Add a lua modding API
|
|
|
|
* Load mods
|
|
|
|
* Handle mod dependencies
|