# 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.