Skip to content

kouroshp/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8

Another CHIP-8 emulator.

Building

Requirements

  • C compiler (clang, gcc etc.)
  • make
  • pkg-config
  • SDL2

Once the above dependencies are installed, execute make in the directory of the project:

make

Run the application from the terminal:

./chip8 [file]

License

chip8 is released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published