Files
basic-computer-games/84_Super_Star_Trek/rust/tasks.md
2023-03-01 20:42:51 +13:00

16 lines
567 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
- [ ] conditions and danger messages
- [ ] remove energy on move
- [ ] shields
- [ ] 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