diff options
author | rodri <rgl@antares-labs.eu> | 2023-02-25 14:07:34 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2023-02-25 14:07:34 +0000 |
commit | 35c9228387d97f7a85459e413b50ee21254d7110 (patch) | |
tree | e1c15f0a5e995ae46dfa56c1e8e1b66833f12363 | |
parent | 8975899ac8a3589d0d42f96dc4b7aa6ced8ee720 (diff) | |
download | musw-35c9228387d97f7a85459e413b50ee21254d7110.tar.gz musw-35c9228387d97f7a85459e413b50ee21254d7110.tar.bz2 musw-35c9228387d97f7a85459e413b50ee21254d7110.zip |
added a todo file.
-rw-r--r-- | todo | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +[ ] collision detection +[ ] toroidal warping +[ ] respect bullets's ttl + [ ] communicate this event with the clients + [ ] explode when the time comes +[ ] fuel consumption +[ ] hyperjump + [ ] minskytron effect + [ ] engine damage on every jump +[ ] different screens for each game state + [ ] intro + [ ] connecting to server + [ ] waiting for a player + [ ] main game +[ ] reduce the amount of data sent on every NSsimstate packet |