Skip to content

AusCoder/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip 8

This is a Chip 8 emulator written in C. It uses SDL2 draw the window and read keyboard events.

SDL2

Installing on Mac OS using homebrew:

brew install sdl2

Paths to the header files and library files can be found using:

sdl2-config --cflags
sdl2-config --libs

Intro to SDL2:

Chip8 Resources

Roms

About

A chip 8 emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published