Skip to content

SortyFix/Neochip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neochip

License Language

CHIP-8 emulator/interpreter for C++.

Installation

Clone the repository and compile the source code using CMake.

git clone https://github.com/your-username/Neochip.git
cd Neochip
cd build
cmake ..
make 

Usage

To run Neochip with a CHIP-8 ROM, use the following command from the /build directory you created during the installation:

./neochip [file path to your ROM]

Dependencies

License

This project is licensed under the MIT License.

About

CHIP-8 interpreter for C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published