Skip to content

Final project of the C# Player's Guide book. Console application based role-playing game

Notifications You must be signed in to change notification settings

luz-ojeda/c-players-guide-endgame

Repository files navigation

Final project of the C# Player's Guide book.

Credits to dotnet-console-games for the BlazorConsole.cs class which implements the interactive console in the web.

The application is a console role-playing game where the player fights several battles until the last one against The Uncoded One, the final boss. Supports different possible actions such as attacking, using items, doing nothing, etc.

Game's logic resides inside the ./Game folder.

Prerequisites

Running

  1. Clone the repository:

    git clone https://github.com/luz-ojeda/c-players-guide-endgame
    
  2. Navigate to the project's root directory

    cd c-players-guide-endgame
    
  3. Run

    dotnet run
    

Might take a bit to build for the first time.

About

Final project of the C# Player's Guide book. Console application based role-playing game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published