Add a Proof Of Concept doc
This commit is contained in:
parent
b152861222
commit
42534ac545
1 changed files with 28 additions and 0 deletions
28
docs/poc.md
Normal file
28
docs/poc.md
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue