From 31308db6b533f1f95b86667653217c59e92d0d14 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sat, 4 Jul 2020 22:57:19 +0100 Subject: [PATCH] Tick off energy in upcoming features and simplify current features --- docs/status.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/docs/status.md b/docs/status.md index 951abc1..6a54ecf 100644 --- a/docs/status.md +++ b/docs/status.md @@ -5,22 +5,18 @@ This page tracks the current feature set and the features to implement next ### Current 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 has integrity and takes damage on collisions -* Rover can repair +* 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 * Rover replacement and advancement mechanic * Dormant rovers -* Rover energy with solar charging * Day/night cycle * More hazards * Simple rover to rover communication