This project was developed by me in the 2nd semester of college for the COMPUTER ARCHITECTURE course taught by Professor EDUARDO BRAULIO. The game is a fun and educational project featuring a character named DINO, who rides a skateboard on the road. The main objective of the game is to avoid the constantly moving obstacles.
- Git
- Java Runtime Environment (JRE)
Steps to set up the environment:
-
Verify if you have the above requirements. If not, look for a tutorial to meet the requirements.
-
Clone the Repository:
git clone https://github.com/JoaoRobert0/DinoOnWheels-AssemblyGame.git
-
Installing MARS:
-
Visit: MARS Download
-
Click on download:
-
Steps to run the project:
-
Run the Mars4_5.jar file:
-
Open the terminal and run the following command:
java -jar Mars4_5.jar
-
-
Opening the cloned project in MARS:
-
Opening the display tool:
-
Opening the keyboard tool:
-
Organizing the Screen:
-
Running the game
w
=> Jumpr
=> Restart
If you want to contribute to the project, follow these steps:
- Fork the repository.
- Create a branch for your changes (
git checkout -b my-new-feature
). - Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin my-new-feature
). - Open a Pull Request.