Skip to content

csharpfritz/MyFirstTextGame

Repository files navigation

MyFirstTextGame

A text adventure game engine and implementation built with C#.

Project Structure

  • 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

Getting Started

Prerequisites

  • .NET SDK (compatible with the project's target framework)
  • Visual Studio 2017 or later (optional)

Building

dotnet build TextAdventure.sln

Running

dotnet run --project src/TextAdventure.Game

Testing

dotnet test

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages