This is a student project in the class INF112 where we are set to make a digital version of the popular game "super mario bros", however, with a twist. I'd rather not spoil what the design twist is, so you'd have to look for yourself. Important to know; that the group is going for humor on the project.
We're using libgdx and Tilded for this project.
The game works on Windows 10 and 11 and MacOS. Linux is untested.
Method 1
![Git clone](Deliverables/git_clone.png?raw=true "git clone)
-
Clone the repository:
git@git.app.uib.no:relish-earshot/scuffed-mario.git
-
Open the project in IntelliJ or similar programs.
-
Run the program from the DesktopLauncher.java method. You should use the play-button in the top right or to the left of the method.
Method 2
![Git download](Deliverables/git_download.png?raw=true "git download)
-
Open the game in Intellij, eclipse or another Java supported IDE
-
Run the program from the DesktopLauncher.java method. You should use the play-button in the top right or to the left of the method.
The game starts in main menu, which you can either press "play" or "exit".
You move left with "A", and right with "D", you jump with "space".
You shoot with 'Q'
Should you get stuck, press 'Enter' to reset player.
"esc" to stop the game.
Important! We have audio in this game, however, it may be very loud, so be prepared for that.