Justin Gilman dd9438c722 splitting decal into top and bottom | преди 3 години | |
---|---|---|
client | преди 3 години | |
server | преди 3 години | |
.gitignore | преди 3 години | |
README.md | преди 3 години | |
TODO.md | преди 3 години |
===== User-driven exploration RPG
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.
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.