simworld/TODO.gmi

22 lines
497 B
Plaintext
Raw Normal View History

2024-09-30 04:20:34 +00:00
# TODO
A list of things I'd like to accomplish
## In Progress
2024-09-30 04:20:34 +00:00
* Daemonise the serverside
* Expose a socket or pipe on the daemon for the client
* 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