Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0xerwin1/c8-emulator


https://github.com/0xerwin1/c8-emulator

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Chip-8 Emulator

Simple Chip-8 emulator written in C

---

## Building

### Linux

#### Requirements

- CMake > 3.22
- Clang

```bash
mkdir build

cd build

cmake ..

make
```