JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
61fac3bd80d92f2a84c8d1471bc7c50bcce22615
[vor.git] / todo
1 ****    Finish porting to Windows (should be only file.c and args.c, I think)
2
3 ***     Move game logic into a script so we can have "variations".
4 *       Then an in-game menu to choose which game:
5         Rock Dodger
6         Free-form/Practice
7         Crazy Taxi
8 *       Add networking for multiplayer games:
9         Tag
10         Deathmatch
11
12 **      Switch to a scalable font and all ray-traced graphics
13 *       Then we can run at the native screen size
14
15 *       BUG: Rocks can be created touching, causing a high-velocity bounce.
16
17 *       Deltas on high score display?
18
19
20 Comments from HappyPenguin (and solution ideas by Josh)
21
22 **      Why can't you go left?  Blast wave.  Fire/explosion graphics?
23
24 DONE 2006-03-25
25 ***     Too hard.  Add easy setting (press 'e' to start easy game).
26 **      What do you do at game over?  Need an explanatory message.
27 DONE 2006-03-24
28 **      Multiple deaths is a problem: sqrt(ship speed).