2020-06-02 18:01:12 +01:00
|
|
|
Proof Of Concept
|
|
|
|
================
|
|
|
|
|
|
|
|
For a proof of concept we'll implement a very small subset of the final features
|
|
|
|
|
2020-06-07 22:37:12 +01:00
|
|
|
### Core Features (done)
|
2020-06-02 18:01:12 +01:00
|
|
|
|
2020-06-07 22:37:12 +01:00
|
|
|
* Create an account
|
|
|
|
* Control an rover in a 2D map
|
|
|
|
* Query for what the rover can see
|
|
|
|
* Persistent accounts and world
|
|
|
|
* Multiple users
|
2020-06-04 18:10:41 +01:00
|
|
|
* Populate map with locations/objects
|
2020-06-07 22:37:12 +01:00
|
|
|
* Commands happen in "real time"
|
2020-06-02 18:01:12 +01:00
|
|
|
|
|
|
|
### Stretch goals
|
|
|
|
|
|
|
|
* Rover inventory
|
|
|
|
* Rover internals
|
|
|
|
* 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
|