Skip to content

HenriqueLBorges/CHIP-8-Emulator

Repository files navigation

About:

Drawing

Screenshot

This project is a CHIP-8 emulator written in C++ with Allegro 5 library.

Command to compile the project

g++ -Wall main.cpp graficos_Allegro.cpp chip8.cpp -o chip8 pkg-config --cflags --libs allegro-5.0 allegro_acodec-5.0 allegro_audio-5.0 allegro_color-5.0 allegro_dialog-5.0 allegro_font-5.0 allegro_image-5.0 allegro_main-5.0 allegro_memfile-5.0 allegro_physfs-5.0 allegro_primitives-5.0 allegro_ttf-5.0

Command to run a game

./chip8 "./games/game"

Keys schematic

1 - 2 - 3 - 4
Q - W - E - R
A - S - D - F
Y - X - C - V

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages