Skip to content

blariise/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8 emulator

C++ CMake

A lightweight CHIP-8 emulator written in modern C++ with CMake build system.

CHIP-8 Emulator Screenshot

Dependencies

  • C++17 compatible compiler (GCC, Clang)
  • CMake 3.16 or newer
  • SDL3 library

Install Dependencies

Arch:

sudo pacman -S sdl3

Building

git clone [email protected]:blariise/chip8.git
cd chip8
cmake -S . -B build
chmod +x chip8.sh
./chip8.sh

Usage

./chip8.sh <rom_file>

About

chip-8 emulator written in cpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published