A Gameboy emulator written in C
Kogaboy is a Gameboy emulator that was written in C for educational and recreational purposes only. It is currently still a work in progress but I am hoping to make it become fully functional soon.
- Clone the repository.
git clone https://github.com/ashiven/kogaboy.git- Build the Gameboy.
make build- Run the Gameboy.
./bin/kogaboyPlease feel free to submit a pull request or open an issue.
- Fork the repository
- Create a new branch:
git checkout -b feature-name. - Make your changes
- Push your branch:
git push origin feature-name. - Submit a PR
This project is licensed under the MIT License.
GitHub @ashiven ·