Skip to main content

Game Boy Emulator in Python

Project description

Game Boy in Python

A Game Boy emulator implemented with pure Python (abbr. GBP). GBP is a very simple implement and is able to run some of the GameBoy games (e.g., Dr. Mario). GBP has also passed the blargg's CPU instruction tests.

However, due to its simplicity and Python's performance bottleneck, the frame rate is usually only 3 or 4 (tested on the Apple M1 pro silicon).

Feature not implemented:

  • Cartridge MBCs.
  • Audio.
  • Game Boy Color / Super Game Boy functionalities.
  • Bootstrap and so on.

Usage

gameboy [-h] [--debug] gamerom
  • gamerom: Path to the game ROM file.
  • -h --help: Show the help message and exit.
  • --debug: Enable debugging mode.

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gameboy-python-0.1.0.tar.gz (37.7 kB view hashes)

Uploaded Source

Built Distribution

gameboy_python-0.1.0-py3-none-any.whl (42.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page