Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meta-ben/calculator-gameboy-proto
2016 - C Gameboy Project
https://github.com/meta-ben/calculator-gameboy-proto
c gameboy
Last synced: 4 days ago
JSON representation
2016 - C Gameboy Project
- Host: GitHub
- URL: https://github.com/meta-ben/calculator-gameboy-proto
- Owner: Meta-Ben
- License: mit
- Created: 2024-05-05T01:49:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T22:57:44.000Z (4 months ago)
- Last Synced: 2024-08-04T16:50:16.109Z (3 months ago)
- Topics: c, gameboy
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
``Reupload project from 2016 : This project was recovered so don't take commits into accounts``
Calculator Gameboy Prototype
## Overview
``This project is a non finished Gameboy calculator prototype`` when you can... calculate ( only addition available for now )The github file already provide the ``.gb``, so just drag n drop it into a Gameboy Emulator [Bgb for windows user](http://bgb.bircd.org/) or [mGBA for linux and mac user](https://mgba.io/)
The game was made in C using the [GBDK devkit](https://github.com/gbdk-2020/gbdk-2020) for Nintendo Gameboy and more
## Controls
Beware to set your emulator controls before !A -> Choose number
B -> Erase number
Left/Right/Up/Down -> Move on the keyboard
Start -> Start program/Validate a number/Return to main screen
Note : Build with G++11.4.0
Select -> Open manual page/Exit manual page
## Build the project
If you want to build the project you can follow the step below :
- Ensure you have GCC installed
- Download the [GBDK devkit](https://github.com/gbdk-2020/gbdk-2020)
- Put the GBDK folder where you want but copy the path to it
- Then open the Makefile and set the ``GBDK_FOLDER`` var at the path you got (keep the / at the end of the GBDK path)
- Finally just run ``make`` command this will replace the .gb by a freshly builded one
- Then you can just drag n drop it into a GB emulator
- (Optionnal) if you got lot of compilation file you can run ``make clean``