Skip to content

Krasapan/madness-interactive-reloaded

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Madness Interactive Reloaded

Game based on "Madness Interactive"

Downloading the game

To start playing right away:

  1. Go to Releases and download the .zip archive of the latest version under the "Assets" dropdown.
  2. Extract the archive contents.
  3. Run MIR.exe.

If you run into any issues you should first make sure you:

  1. Remembered to extract the .exe before trying to run it.
  2. 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.)

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)

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.8%
  • GLSL 1.2%