BrickEmuPy icon indicating copy to clipboard operation
BrickEmuPy copied to clipboard

Brick Game (aka Tetris) emulator in Python with PyQt6

BrickEmuPy

Brick Game emulator in Python with PyQt6.

The following handheld games are currently emulated:

  • E-23 PLUS MARK II 96 in 1
  • GA888 (Tetris Jr. clone)
  • Space Intruder TK-150I
  • Radio Shack Stack Challenge
  • Tamagotchi P1 (distributed without ROM)
  • Tamagotchi Mothra (distributed without ROM)

An article describing the reverse engineering.

Compiling

Tested with Ubuntu 24.

sudo apt install pip
pip install pyqt6 --break-system-packages
git clone https://github.com/azya52/BrickEmuPy && cd BrickEmuPy
python3 main.py