Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 842 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 842 Bytes

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.