Nav apraksta

Justin Gilman dd9438c722 splitting decal into top and bottom 3 gadi atpakaļ
client dd9438c722 splitting decal into top and bottom 3 gadi atpakaļ
server a4bca35bbd switching user to use id instead of email 3 gadi atpakaļ
.gitignore 659ec32b80 adding jsonapi server code 3 gadi atpakaļ
README.md 2322ef12a5 adding todo list and readme 3 gadi atpakaļ
TODO.md 2322ef12a5 adding todo list and readme 3 gadi atpakaļ

README.md

Teetopia

===== User-driven exploration RPG

Why?

I love exploring MUDs, but no-one wants to play console-only text-based games anymore. So a 16x16 tileset exploration game with user-contributed content seems like a natural progression.

As you explore around, you might enter an area that hasn't been built yet; you can either go back to the previous room, or add your own touch to the world.

Running

The project is self-contained. From the root of the project, run dotnet run -p server and it will start up a dotnet webservice that hosts the client code.