Skip to content

Majestic9169/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

my chip8 emulator

I started making this like 2 weeks ago, it was a good first introduction to using graphics with C and I enjoyed learning more about the CHIP-8 emulator

usage

the executable binary is already included, you can run

./chip8 hbd.ch8

to execute the ROM

you can replace hbd.ch8 with a rom of your choice

development

make sure you have SDL2 installed

on arch linux you can install with

sudo pacman -S sdl2

then compile with

gcc -ggdb main.c -lSDL2 -lSDL2main -o chip8 -Wall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages