From 42534ac54549ea68872f251a86041e60b62c22ee Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Tue, 2 Jun 2020 18:01:12 +0100 Subject: [PATCH] Add a Proof Of Concept doc --- docs/poc.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/poc.md diff --git a/docs/poc.md b/docs/poc.md new file mode 100644 index 0000000..1e94bd4 --- /dev/null +++ b/docs/poc.md @@ -0,0 +1,28 @@ +Proof Of Concept +================ + +For a proof of concept we'll implement a very small subset of the final features + +### Core Features + +* Create an account +* Control an entity in a 2D map +* Query for what the entity can see +* Persistent accounts and world +* Multiple users + +### Stretch goals + +* Rover inventory +* Rover internals +* Basic time mechanics +* Basic survival mechanics + +### Key missing features + +* No token security (very hackable) +* No time dilation effects +* No global coordinates +* No render of rover camera view +* No rover replacement mechanic +* No advanced app/interface