diff options
author | Gene Pasquet <dev@etenil.net> | 2024-05-22 04:04:43 +0100 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2024-05-22 04:04:43 +0100 |
commit | 0764f57240efce7996070418000c56131fb22f62 (patch) | |
tree | ed4df9405d3f5d7b48ac82023ef8384d7623419b /TODO.org | |
parent | 8e9677a752e67a7dce870d7b3fdc694dd3295e4f (diff) |
Add a nicer bitmap font
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -6,6 +6,21 @@ *** DONE Put van on random lane *** DONE Add multiple vehicles on different lanes *** TODO Ensure vehicles don't overlap + +Possible algorithm: + +#+begin_src +when car goes off-screen +go through all lanes +if lane has space, roll a die +if lucky + pick an inactive car + activate that car on the lane +#+end_src + +What happens if there are no cars on screen!? + => Force it? + ** TODO Detect collision with other vehicles ** TODO Add weapon to player car *** TODO Make weapon a power-up |