This project was developed as a part of 6th semester, BE in Computer Science mini project.
The game was developed using OpenGL and FREEGLUT API for rendering and C++ for logic and other functionalities.
SatanMario.mp4
Clone the project
git clone https://github.com/xxpsynagure/satan-mario
Go to the project directory
cd CaptainClaw
With Visual Studio
Open directory as project in Visual Studio and run the solution
Without Visual Studio
Make sure you have c++ compiler installed in your machine
g++ --version
If not installed use this method to setup the machine
Enter the following command to compile the code and run the game Locally
run.cmd
This command creates an executable file for the game that you can use repeatedly.
Download the zip file from the below link and extract it.
Double click on the SatanMario.exe file (make sure the freeglut.dll file is present in the same directory)