Skip to content

Emulator for CHIP-8 written in C++ to run retro games

Notifications You must be signed in to change notification settings

10Kaiser10/chip-8-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Emulator

CHIP-8 Emulator built to run retro games, written in C++.

Dependencies

  • SDL2 for rendering graphics and taking inputs.

How to run

  1. Clone the project.
  2. Install mingw64
  3. Install SDL2, add SDL2.dll to path
  4. Run the makefile, "mingw32-make"
  5. Execute builds/chip8emu.exe

About

Emulator for CHIP-8 written in C++ to run retro games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published