Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

lucas-santoni/yache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yache

Yet Another Chip Height Emulator

Yache is a CHIP-8 emulator, written in C++.

Yache is built on top of Yachel. I did this project to learn C++. I try to keep its code clean, simple and also to use as much C++14 features as possible.

There is currently no documentation for Yache but I should fix this soon (or not...).

Please, if you encounter bugs or see bad design in my code, open an issue or create a pull request. Same goes if you want new features to be implemented.