rove/docs/status.md

28 lines
755 B
Markdown
Raw Normal View History

2020-06-26 18:06:41 +01:00
Development status
================
This page tracks the current feature set and the features to implement next
2020-06-30 16:50:16 +01:00
### Current features
2020-06-26 18:06:41 +01:00
* Users can register and spawn a rover
* The rover can be commanded to move, stash, repair and recharge
* Rover commands use energy
* The rover has a radar function to view nearby terrain and objects
* The server supports multiple users
* The map is populated with terrain and objects
* Rovers take damage and can use collected materials to repair
2020-06-26 18:06:41 +01:00
### Incoming features
2020-06-30 16:50:16 +01:00
* Day/night cycle
* Weather cycle
2020-07-04 12:25:57 +01:00
* Deterministic and intelligent world-gen
2020-06-26 18:06:41 +01:00
### Stretch goals
* Simple rover to rover communication
* Rover replacement and advancement mechanic
* Dormant rovers
2020-06-26 18:06:41 +01:00
* Render rover camera view
2020-06-30 16:50:16 +01:00
* Account token security