From da9d71bcc0fd63aa00d4838ba5be4a1bb14978f5 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Thu, 4 Jun 2020 18:10:41 +0100 Subject: [PATCH] Update the PoC todo list --- docs/poc.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/poc.md b/docs/poc.md index 1e94bd4..6e098ab 100644 --- a/docs/poc.md +++ b/docs/poc.md @@ -5,11 +5,12 @@ 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 +* Create an account (done) +* Control an entity in a 2D map (done) * Query for what the entity can see -* Persistent accounts and world -* Multiple users +* Persistent accounts and world (done) +* Multiple users (done) +* Populate map with locations/objects ### Stretch goals