Justin Gilman dd9438c722 splitting decal into top and bottom | 3 năm trước cách đây | |
---|---|---|
client | 3 năm trước cách đây | |
server | 3 năm trước cách đây | |
.gitignore | 3 năm trước cách đây | |
README.md | 3 năm trước cách đây | |
TODO.md | 3 năm trước cách đây |
===== 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.