Game based on "Madness Interactive"
To start playing right away:
- Go to Releases and download the .zip archive of the latest version under the "Assets" dropdown.
- Extract the archive contents.
- Run MIR.exe.
If you run into any issues you should first make sure you:
- Remembered to extract the .exe before trying to run it.
- Make sure your .NET runtime is up to date: go to the Microsoft .NET 8 download page. Under ".NET Desktop Runtime 8" on the right hand side and download the correct version for your OS's architecture. You can search online to figure out if your system is x64 or x86. (If your computer was made the last 10~ it's probably safe to assume x64.)
-
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