Skip to content

A simple chip8 emulator for entertainement and learning purposes

Notifications You must be signed in to change notification settings

mtribiere/Chip8-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8-Emulator

A simple chip8 emulator for entertainement and learning purposes written in C++ using the SDL2 library. Some roms have been included to play around with the emulator.

/!\ Audio channels have not been implemented yet (and will probably never be)

# Showcase


# Compile from source

MakeFile build

user@debian:~$ mkdir build && cd build
user@debian:~$ cmake .. 
user@debian:~$ make

Ninja build

user@debian:~$ mkdir build && cd build
user@debian:~$ cmake -G Ninja .. 
user@debian:~$ ninja

# Play

user@debian:~$ make run

[OR]

user@debian:~$ ninja run

Crafted with ❤️ by mtribiere

About

A simple chip8 emulator for entertainement and learning purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published