Loading repository data…
Loading repository data…
gregorygaines / repository
Gameboy emulator written in native Java, built using maven. The goal was to test my reverse engineering skills, software engineering skills, and to push Java.
Gameboy emulator, written in native Java, built using maven. The goal was to test my reverse engineering skills, software engineering skills and to push Java.
Build with maven command:
mvn clean compile package
The runnable jar will be in the directory /target
Ran by double-clicking or with command:
java -jar gboy-1.0-SNAPSHOT.jar
| Original | Keyboard |
|---|---|
| Down | Down Key |
| Up | Up Key |
| Left | Left Key |
| Right | Right Key |
| Start | Z |
| Select | X |
| B | A |
| A | S |
| L | Start, Select, B, A |