Chip-8 Emulator written in C
Uses raylib for graphics, key presses, and audio
Binary compiled with Visual Studio 2022
To build with CMake:
- Install raylib
- Run:
cmake -B build
- Run:
cmake --build build
This game sources are licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check LICENSE for further details.
Copyright (c) 2023 Danny Huynh (akadroid)