pdigennaro / pokegb

A gameboy emulator that only plays Pokemon Blue, in ~70 lines of c++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pokegb

A gameboy emulator that only plays Pokemon Blue, in ~70 lines of c++.

Features

Plays Pokemon Blue.

Building

Only builds on Linux AFAIK.

$ make

Running

Put Pokemon Blue in rom.gb, then run:

$ ./pokegb

The save file is written to rom.sav.

Keys:

Action Key
DPAD-UP
DPAD-DOWN
DPAD-LEFT
DPAD-RIGHT
B Z
A X
START Enter
SELECT Tab

About

A gameboy emulator that only plays Pokemon Blue, in ~70 lines of c++.

License:MIT License


Languages

Language:C++ 98.8%Language:Makefile 1.2%