Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 734 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 734 Bytes

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