/chip8

My chip8 emulator made with C++

Primary LanguageC++

How to compile: clear && g++ chip8.h chip8.cpp game.cpp -o chip8 -lsfml-graphics -lsfml-window -lsfml-system && ./chip8