Skip to content

stan-roelofs/Kotlin-Gameboy-Emulator

Repository files navigation

Kotlin-Gameboy-Emulator

Build Status Maven Central
A Gameboy / Gameboy color emulator written in Kotlin.

Can I use this emulator to play?

There are a lot more capable emulators available. This is a work in progress personal project with the aim for me to learn about emulation.

Downloads

See releases

Building

Make sure you have JDK8 installed. After cloning the repository, simply use the gradle wrapper.

To build: ./gradlew build

To run: ./gradlew gameboy-libgdx-desktop:run

Tests

See blargg_tests.md and mooneye_tests.md.

Status

Most games run fine with some minor graphical glitches such as wrong sprite priorities. Accuracy of the APU and GPU is decent, although

Preview

alt text

alt text

alt text