tested on macos only
- Create
.env
file with your Claude API keyCLAUDE_KEY={{key}}
- Install GameBoy emulator https://sameboy.github.io/
- Download and run Pokemon Yellow ROM https://www.emulatorgames.net/roms/gameboy-color/pokemon-yellow-version/
- Add
WINDOW_TITLE={{title of the emulator window}}
to.env
file - Create Python virtual env
python3 -m venv venv
and activate itsource venv/bin/activate
- Install deps
pip install -r requirements.txt
- Run
core.py
scriptpython core.py
- Make sure to bring emulator window into view