Skip to content

A CHIP-8 emulator developed in C++. CHIP-8 is an interpreted programming language, a virtual machine. It can be used to play popular games like Tetris and Space Invaders.

License

Notifications You must be signed in to change notification settings

a0x1ab/CHIP8-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP8-emulator

A CHIP-8 emulator developed in C++. CHIP-8 is an interpreted programming language, a virtual machine. It can be used to play popular games like Tetris and Space Invaders.

Usage

Requirements:

  • Linux operating system
  • SDL2 (Simple DirectMedia Layer) complete installation

Instructions:

  • Use this command to download/update SDL2: apt-get install libsdl2-dev
  • Run the run.sh script using the command: ./run.sh
  • Instructions on loading the ROM will be provided by the script

Developed by Aditya Pujara

About

A CHIP-8 emulator developed in C++. CHIP-8 is an interpreted programming language, a virtual machine. It can be used to play popular games like Tetris and Space Invaders.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published