Skip to content

Peter-van-der-Velde/c8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c8

Space Invaders on the CHIP-8

a CHIP-8 emulator written in C

Prerequisites

to build this project you will need the following programs installed:

  • gcc
  • make
  • SDL2

Installing

# Clone the github repository
$ git clone https://github.com/Peter-van-der-Velde/c8.git

# Go inside the repository
$ cd c8/

# To actually install it run:
$ make
$ sudo make install

To actually run the emulator

$ c8 {rom_name}

License

This project is licensed under the ZLIB License - see the LICENSE file for more details

About

A CHIP-8 emulator written in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published