Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Terminal based CHIP-8 Emulator without external libraries in C++

A topic by LakshyAAAgrawal created Oct 18, 2020 Views: 142
Viewing posts 1 to 1
(1 edit) (+2)

Hey Everyone,

A CHIP-8 Emulator/Interpreter in C++ developed over 2-3 days which runs on the terminal without external dependencies(like ncurses). This is my first C++ project. I understand that there is a lot of scope for improvement and will continue to work on this in the following weeks. The ideas I have so far have been created as issues on the repository. I would love to receive your feedback and suggestions to develop the project further.


Project link: https://github.com/LakshyAAAgrawal/chip8emu

Reddit: https://redd.it/jbpr5p https://redd.it/jcdatt

HN: https://news.ycombinator.com/item?id=24807637

Looking forward to your feedback!