Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ashiven/kogaboy

Repository files navigation

Kogaboy

A Gameboy emulator written in C

License: MIT GitHub Release GitHub Issues or Pull Requests GitHub Issues or Pull Requests

About

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.

Setup

  1. Clone the repository.
git clone https://github.com/ashiven/kogaboy.git
  1. Build the Gameboy.
make build
  1. Run the Gameboy.
./bin/kogaboy

Contributing

Please feel free to submit a pull request or open an issue.

  1. Fork the repository
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes
  4. Push your branch: git push origin feature-name.
  5. Submit a PR

License

This project is licensed under the MIT License.


GitHub @ashiven  ·