Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nazago/chip-8-emulator
https://github.com/nazago/chip-8-emulator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nazago/chip-8-emulator
- Owner: nazago
- Created: 2022-06-07T11:14:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T11:34:02.000Z (over 2 years ago)
- Last Synced: 2024-09-17T20:58:02.803Z (3 months ago)
- Language: C
- Size: 6.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chip-8-emulator
Emulator at high level of an 8 bit CPU with memory to play invaders and other games. Compilation performed on a 64bit chip with SDL2 and Mingw32 compiler.
To run the emulation, go to the ./bin folder and type on the terminal:
./main
Have fun!