Getting started

Building the game

  • Assert you have these requirements

  • Clone this repository

  • Open a terminal inside the repository directory

  • Initialise the submodules

    git submodule init
    git submodule update --remote
    
  • If you DON'T have Visual Studio

    • Navigate to the src\MadnessInteractiveReloaded directory and build:
      cd src\MadnessInteractiveReloaded 
      dotnet build
      
    • Debug the game by typing dotnet run into the terminal
  • If you DO have Visual Studio

    • Navigate to src\MadnessInteractiveReloaded directory and open the MIR.sln solution using VS2022
    • Press F5 (or press the ▶ button)