Skip to content

Yet another Chip-8 emulator made purely for educational purposes

Notifications You must be signed in to change notification settings

OutOfCache/chip-infinite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip-infinite

Yet another Chip-8 emulator made purely for educational purposes

demo of PONG playing in emulator

Build Instructions

Install Dependencies

SDL2 is required for this program.

Then clone this repository and build the executable:

git clone https://github.com/OutOfCache/chip-infinite.git
cd chip-infinite
go build

Usage

./chip-infinite /path/to/rom

Future Features

  • double buffering
  • debugger
  • support for SUPER-CHIP
  • command line options
    • screen size
    • configure button layout
  • GUI

Resources

Chip-8 and its emulation

SDL

Helpful github projects

About

Yet another Chip-8 emulator made purely for educational purposes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages