Skip to content

azya52/BrickEmuPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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