mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-02 00:00:14 -08:00
1.1 KiB
1.1 KiB
Tasks
Started after movement and display of stats was finished (no energy management or collision detection or anything).
- klingon movement
- klingon firing, game over etc
- add intro
- add entering (and starting in) sector headers
- conditions and danger messages
- remove energy on move
- shields
- shield control
- shield hit absorption
- subsystem damage
- and support for reports
- random system damage or repairs on move
- lrs?
- stranded...
- stop before hitting an object
- when moving across a sector, the enterprise should stop before it runs into something
- the current move is a jump, which makes this problematic. would need to rewrite it
- also, movement courses could be floats, according to the instructions, allowing for more precise movement and aiming
- better command reading - support entering multiple values on a line (e.g. nav 3 0.1)
- starbases
- repair
- weapons
- phasers
- torpedoes
- restarting the game
- time progression
- check all areas where time should move, and adjust accordingly