Skip to content

joaovicdsantos/re8bit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Re8Bit

example.mp4

A simple Chip-8 emulator/interpreter made in C using SFML (or CSML, precisely).

Usage

To run a ROM everything you need is to execute the following command:

$ ./bin/re8bit <rom>

You can find ROMs in this repository: https://github.com/kripod/chip8-roms

Setup & Build

You must install some dependencies to build Re8Bit on your machine. Make to be able to run the commands in the Makefile and CSFML, a C bind to SFML which will provide all necessary libs to Graphics and Audio. After the dependencies installation, just run:

$ make