Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nazago/chip-8-emulator


https://github.com/nazago/chip-8-emulator

Last synced: about 2 months ago
JSON representation

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!