A Game Boy Color emulator written in Rust.
| Keyboard | Button |
|---|---|
| W | Up |
| A | Left |
| S | Down |
| D | Right |
| K | A |
| L | B |
| Enter | Start |
| Right Shift | Select |
| Esc | Quit |
F1 key to dump data in sram to a .sav file for ROMs that are battery-backed.
Either download the executable or clone the repository and run the following in a terminal:
bash git clone https://github.com/donishadsmith/Engram cd Engram cargo run







