rove/docs/status.md
Marc Di Luzio 7957454ec1 Add rover integrity
Rovers are damaged by bumping into solid objects
2020-06-27 01:18:18 +01:00

28 lines
649 B
Markdown

Development status
================
This page tracks the current feature set and the features to implement next
### Complete features
* Users can register account and spawn rover
* Users can command the rover to move
* Server can return rover's current radar
* Server supports multiple users and rovers
* Map is populated with rocks
* Commands are queued and then are executed in sequence
* Rover inventory
* Collectable materials
* Rover integrity and damage
### Incoming features
* Basic rover actions (e.g. repair)
* Rover replacement and advancement mechanic
* HTTPS
### Stretch goals
* Render rover camera view
* Account token security