X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=todo;h=fe260aa40eca271d1a84e23548c72cf2fc7b51df;hp=a699e2995aa27b894e619fb1f4440058b29a1640;hb=HEAD;hpb=45925ff114a17b9c1c0a720ff668e2cb795cd761 diff --git a/todo b/todo index a699e29..fe260aa 100644 --- a/todo +++ b/todo @@ -1,19 +1,26 @@ -**** Finish porting to Windows (should be only file.c and args.c, I think) - -** BUG: Rocks can be created touching, often giving a high-velocity bounce. - *** Move game logic into a script so we can have "variations". -* Then an in-game menu to choose which game. +* Then an in-game menu to choose which game: + Rock Dodger + Free-form/Practice + Crazy Taxi +* Add networking for multiplayer games: + Tag + Deathmatch -** Switch to a TTF font and all ray-traced graphics +** Switch all ray-traced graphics (only big green messages left) * Then we can run at the native screen size +* fix rock generation code so they are never created overlapping + * Deltas on high score display? Comments from HappyPenguin (and solution ideas by Josh) -*** Too hard: should be able to choose difficulty from within game. -** What do you do at game over? "Press SPACE to start a new game". -** Multiple deaths is a problem: fade new ship in? [DONE 2006-03-24] -** Why can't you go left? You're trying to outrun a blast wave. +** Why can't you go left? Blast wave. Fire/explosion graphics? + +DONE 2006-03-25 +*** Too hard. Add easy setting (press 'e' to start easy game). +** What do you do at game over? Need an explanatory message. +DONE 2006-03-24 +** Multiple deaths is a problem: sqrt(ship speed).