Skip to content

Seng3694/CHIP-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Emulator

CHIP-8 Emulator written in C.

6

References

Dependencies

Project uses SDL2 for graphics.

Build

Project uses CMake.

  1. Clone repository

    git clone https://github.com/Seng3694/CHIP-8
    
  2. Generate build files

    mkdir bin
    cd bin
    cmake -G "Your Generator" -DSDL2_PATH="PATH/TO/SDL2" ../CHIP-8
    
  3. Build the files

    cmake --build . --config Release
    

License

This Code is licensed under the MIT License. See LICENSE for more information.

Releases

No releases published

Packages

No packages published