Skip to content

SK1PPR/Chip8-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip-8 Emulator

About

This is a simple implementation of the Chip-8 Emulator written using C++ and SDL. This was written by following along Austin Morlan's blog which you can find here.

Setup Instructions

  1. Clone the project
  2. Run the following command
g++ main.cpp chip8.cpp platform.cpp -o chip8 -I ./include -L ./lib -l SDL2 -l glad
  1. Run ./chip8 command and you are ready to begin.

Future Scope

  • Implement sound
  • Implement a debugger interface

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages