Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIPS8

CHIPS8 is a chip-8 emulator written using C++.

Building

  • clone the repo
    $ git clone https://github.com/krathul/Chips8.git
    
  • Edit config file to change the directory of SDL headers and libraries.
  • Building
    $ cd CHIPS8
    $ . ./config
    $ mkdir build
    $ make
    

Testing

  • Download any Chip8 rom and run
    $ cd build
    $ ./chips8 romfile
    

About

Chip8-Emulator

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages