Merge pull request #5 from mdiluz/clean-out-status

Remove status doc, now tracked on GitHub
This commit is contained in:
Marc Di Luzio 2020-07-07 18:07:37 +01:00 committed by GitHub
commit c9af3772da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,28 +0,0 @@
Development status
================
This page tracks the current feature set and the features to implement next
### Current features
* 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
### Incoming features
* Day/night cycle
* Weather cycle
* Deterministic and intelligent world-gen
### Stretch goals
* Simple rover to rover communication
* Rover replacement and advancement mechanic
* Dormant rovers
* Render rover camera view
* Account token security