Skip to content

Chylynsky/Chip8-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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