A Game Boy (DMG) emulator written in Hare
./hareboy <rom.gb>
| Key | Action |
|---|---|
| Arrow keys | D-pad |
| Z | A |
| X | B |
| Enter | Start |
| Shift | Select |
| Escape | Quit |
You need Hare (including QBE and harec), SDL2 development libraries via hare-sdl2 bindings.
Install SDL2 on your system:
sudo apt-get install libsdl2-dev
Install the hare-sdl2 bindings into Hare's third-party module path:
git clone https://git.sr.ht/~sircmpwn/hare-sdl2
sudo mkdir -p /usr/local/src/hare/third-party
sudo cp -r hare-sdl2/sdl2 /usr/local/src/hare/third-party/hare build -lSDL2 -o hareboy .




