A mac touchbar application similar to google chrome's Dino runner. Includes tracking highscores through the machine's local storage. Can be built into a complete app.
Scores are tracked as a time counter. The longer you survive, the higher your score will be. If your score breaks the highscore, you update the highscore which is visible when the app starts up again.
Menu |
---|
Gameplay |
---|
- A Mac computer
- Ensure you have the latest version of Xcode.
- A Macbook pro with a touchbar is not needed! You can simulate a touchbar window in Xcode by going to
Window -> Show Touch Bar
- If you are using the physical touchbar, ensure that in
System Preferences -> Keyboard -> Touch Bar Shows
is set to eitherApp Controls
orApp Controls with Control Strip
. This will enable your Mac to show app specific touchbar features, which is required for the BananaMan app.
- Clone this repo.
git clone https://github.com/jacobsteves/BananaMan.git
- Open
BananaMan/BananaMan
in Xcode, clean and build and you're ready to go!
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details