mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-04 09:07:41 -08:00
22 lines
779 B
Markdown
22 lines
779 B
Markdown
# Tasks
|
|
|
|
Started after movement and display of stats was finished (no energy management or collision detection or anything).
|
|
|
|
- [x] klingon movement
|
|
- [x] klingon firing, game over etc
|
|
- [x] add intro
|
|
- [x] add entering (and starting in) sector headers
|
|
- [x] conditions and danger messages
|
|
- [x] remove energy on move
|
|
- [x] shields
|
|
- [x] shield control
|
|
- [x] shield hit absorption
|
|
- [ ] subsystem damage
|
|
- and support for reports
|
|
- [ ] 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
|
|
- [x] better command reading - support entering multiple values on a line (e.g. nav 3 0.1)
|