A simple jumping game inspired by the Google Offline Dinosaur Game (https://trex-runner.com/).
- You will need MATLAB App Designer to run the game. In the Project Folder, navigate to src -> gameUI.mlapp.
- Once App Designer has loaded, click on the "Run" button on the toolbar to launch the game.
- Use the Start Game button to begin the game. The game will end either on a collision, or when the End Game button is pressed.
- Use the Keyboard Space bar or Left Mouse Click to make Mickey jump up.
- The goal of the game is to have Mickey jump and avoid as many obstacles as possible. Obstacles will appear on the right edge of the screen and move left towards Mickey.
- Each successful jump from Mickey will increase your score by 1 (visible on the top left corner of the game window).
- As your score increases, the difficulty of the game will increase by a rise in the speed or number of the obstacles. Do your best to get a high score, and have fun!
Final Project for UAlbany Spring 2024 ICSI 471/571 Computer Vision Course.
Version: 1.0
Authors: Stephen Alvarez, Aaliyah Hussain, Shaima Hussaini, Salwah Riaz, Anusha Tiwari
GitHub Repository link: https://github.com/AnushaTiwari5/MickeyRun_ICSI_471_Spring24