This project is a classic GameBoy emulator, developed for educational and fun purposes.
The goal was to emulate both the Game Boy (DMG) and Game Boy Color (CGB) as well as to write a debugger.
//TODO
- Speed
- Live previews
- Fullscreen mode
- Cross platform
Insert gif or link to demo
Clone the project
git clone <https://github.com/louisabricot/gbmu.git>
Do some more stuff
//TODO: more stuff
Here you can find the project's documentation.
To run tests, run the following command
cargo test