Run mvn package, serve target/aperocode-2025-2026-0.1-SNAPSHOT
directory with a webserver and open the index.html.
For example, for people using python, you can use python -m http.server 8080
then xdg-open http://localhost:8080/
-
most complete reference : https://gbdev.io/resources.html
-
another reference : https://gbdev.io/pandocs/Tile_Data.html
-
tile decoder : https://www.huderlem.com/demos/gameboy2bpp.html
-
testsuite as roms : https://github.com/retrio/gb-test-roms/tree/master/mem_timing
-
blogpost from a gameboy emulator developer : https://robertheaton.com/gamebert/
-
reference : https://mgba-emu.github.io/gbdoc/
