Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 814 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 814 Bytes

Chip-8 emulator

This project implements GUI emulator that allows you to play Chip-8 games.

Prerequisites

If you would like to compile the program, you will need several two libraries configured:

  • SDL2 - used to create a simple user interface and sound effects (beep!)
  • FLTK - used to create a platform-native file picker

ALl the requirements regarding placement of the above libraries can be found in solution properties.

Screenshots

User interface:

GUI 1

GUI 2

GUI 3

Example gameplays:

  • Airplane:

GAMEPLAY 1

  • Brix:

GAMEPLAY 2

Author