Getting started
Building the game
-
Assert you have these requirements
- Windows 10 or 11 or Linux
- git
- .NET 8 SDK
- NuGet
-
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
- Navigate to the
-
If you DO have Visual Studio
- Navigate to
src\MadnessInteractiveReloaded
directory and open theMIR.sln
solution using VS2022 - Press F5 (or press the ▶ button)
- Navigate to