gambas-source-code/app/examples/Games/DeepSpace/doc/todo.txt
Benoît Minisini c6a9cd69c2 [EXAMPLES]
* NEW: Add examples again. I hope correctly this time.


git-svn-id: svn://localhost/gambas/trunk@6726 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-12-12 19:58:52 +00:00

17 lines
608 B
Text

Things that need to be finished or started.
- object collision. i removed the old object collision cause it
sucked. new collision code needs to be written which includes
elastic collisions so asteroids that bump eachother or the ship
will around
- some kind of asteroids style game as an example of what
this little engine is for
- write bot ai, so there is an opponent for everyone to fight
- single bullet fire mode, not full on automatic
- network play mode, where players can fight head to head
- more stuff i havent thought of