A text adventure game engine and implementation built with C#.
- src/TextAdventure.Engine - Core game engine library
- src/TextAdventure.Game - Game implementation
- tests/TextAdventure.Engine.Tests - Unit tests for the engine
- worlds/ - Game world definitions
- saves/ - Saved game files
- .NET SDK (compatible with the project's target framework)
- Visual Studio 2017 or later (optional)
dotnet build TextAdventure.slndotnet run --project src/TextAdventure.Gamedotnet testThis project is licensed under the MIT License - see the LICENSE file for details.