diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-04-24 12:48:51 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-04-25 16:06:05 +0200 |
commit | ed2361980b455d1825d811670f329cbcf5624927 (patch) | |
tree | a1e620490bf305635c3a0f22a6f695e22c14ff2f /docs/TODO | |
parent | 71a98cbbe0657880cfb1d81962786188b009fc5c (diff) | |
download | server-ed2361980b455d1825d811670f329cbcf5624927.tar.gz |
Move docs to Markdown and use markdown renderer in server.
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO new file mode 100644 index 0000000..3861872 --- /dev/null +++ b/docs/TODO @@ -0,0 +1,15 @@ +- getting started setting up the server +- basic architecture + database + server + join + play +- database overview and tools to export/import/examine data +- overview of module architecture (play vs rules) +- rules framework +- client framework +- tutorial module +- common library +- DSL example for events +- tips & tricks for preparing graphics +- using the fuzzer to find crashes |