Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/florianvazelle/chip8

🎮 A Chip8 emulator
https://github.com/florianvazelle/chip8

chip8 emulator

Last synced: 7 days ago
JSON representation

🎮 A Chip8 emulator

Awesome Lists containing this project

README

        

# Chip8

## Building

### Build and run the standalone target

Use the following commands to build and run the executable target.

```bash
xmake -y
xmake run chip8 -h
```

## Dependencies

- C++17 compiler :
- Visual Studio 2016
- GCC 7+ or Clang 8+
- [XMake](https://xmake.io/) for build system creation (>= 3.12)