Skip to content

alidiusk/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8 Emulator

This is a Chip8 emulator written in C++. This project was created as part of an effort to learn C++ through completing interesting projects.

The emulator is still in development; it is mostly done, but there are a few bugs and uncompleted features.

Building

The project depends on SDL2. This can be installed on Debian/Ubuntu with sudo apt install libsdl2-dev. After installing SDL2, the project can be built by a simple invocation of make.

Usage

./main [path to chip8 program]

This project is licensed under GLPv3.

About

A Chip8 Emulator written in C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published