Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ali-nasrolahi/chip8

CHIP-8 Emulator
https://github.com/ali-nasrolahi/chip8

chip8 chip8-emulator

Last synced: 2 days ago
JSON representation

CHIP-8 Emulator

Awesome Lists containing this project

README

        

# CHIP-8 Emulator

Simple chip-8 emulation in C.

## Build

```console
user$ cmake -Bbuild
user$ cmake --build build -j8
```

## Run

```console
user$ ./build/src/chip8
```

```console
user$ ./build/src/chip8 invaders
```