nectarboy / SHIT-8

a chip 8 in c (with sdl) !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHIT-8

a horrible horrible CHIP-8 made in C with SDL
(mainly a learning project for the willy wal :)

wassup

it's still a WIP, and doesn't have sound, controls, etc
and (so far) it only implements the original CHIP-8.

beebeebooboo beebeebooboo

it passes the opcode test and the best coder test :3
u can test it urself or look in the pics folder.

u god games on ur fone

SHIT-8 has been made and tested for macOS, and idk if it'll compile for other systems !

if u wanna try it nonetheless, ull need makefile and SDL to compile !
or u can download the binary file in the releases tab !

there are some configuration options in main.h u can fiddle around if u want :3

poop lol

building: make (builds the shit8 executable in the root !)
running: ./shit8 folder/to/rom.file

beebeebooboo

bai !


nectarboy - 2021

About

a chip 8 in c (with sdl) !


Languages

Language:C 97.6%Language:Makefile 2.4%