brovador / python3-chip8-terminal-emu

Chip8 emulator to run in your terminal written in python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python3-chip8-terminal-emu

Chip8 emulator written in python3 to be run in a terminal

Current version: 0.1

Example

Install and run

  • Install dependencies via pip install -r requirements.txt
  • Run with: python3 main.py rom_file_path

Features

  • Hability to load game roms
  • Terminal display
  • Sound support

Next version: 0.2

Features

  • Fix unimplemented opcodes

Documentation and references used:

License

MIT

About

Chip8 emulator to run in your terminal written in python3


Languages

Language:Python 100.0%