From 3faf709f102fca7db1d0a817309967e5489576a5 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Tue, 7 Jul 2020 17:58:41 +0100 Subject: [PATCH] Remove status doc, now tracked on GitHub --- docs/status.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 docs/status.md diff --git a/docs/status.md b/docs/status.md deleted file mode 100644 index c9d5f1b..0000000 --- a/docs/status.md +++ /dev/null @@ -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 \ No newline at end of file