bbuck / dragon-mud

A text-based game engine written in Go and scripted with Lua.
Other
116 stars 16 forks source link

Create a Datastore and Entity framework #94

Open bbuck opened 4 years ago

bbuck commented 4 years ago

Starting from scratch on this, we're going to ditch Neo4j as overhead to running this and doing an in-memory store. We can potentially push to have actual Go plugins to change how data is managed in the future but for now, simplicity in implementation and understanding. I'll be taking on some concepts implemented for #33 but #33 is dead and Neo4j related logic will be removed.