Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ali-nasrolahi/chip8
- Owner: Ali-Nasrolahi
- License: gpl-3.0
- Created: 2024-03-24T18:43:05.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-26T16:17:07.000Z (7 months ago)
- Last Synced: 2024-12-07T12:13:39.018Z (about 2 months ago)
- Topics: chip8, chip8-emulator
- Language: C
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```