Skip to content

csbarlas/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8

A rudimentary implementation of an emulator for the CHIP-8 programming language. The goal of the project was to run the "Hello, World!" of CHIP-8: the IBM Logo ROM.

IBM Logo

Goals

✅ Minimum Viable Project: Run IBM Logo ROM

✅ Use C++ in a project for the first time

✅ Use SDL2 for the first time

✅ Use CMake for the first time

Installation/Usage

TDB

Future Improvements

  • Code cleanup
  • Better memory management
  • Improved access control on objects
  • Fully implementing all instructions
  • Testing more ROMs

Dependencies

References

About

A CHIP-8 emulator written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published