Skip to content

Mostlime12195/CHIP-8-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Emulator

Overview

This repository is a C++ Raylib CHIP-8 interpereter. The emulator is implemented to run CHIP-8 programs.

Setup and Installation

  1. Clone the repository:
    git clone https://github.com/username/CHIP-8-Emulator.git
    
  2. Navigate to the project directory:
    cd CHIP-8-Emulator
    

Usage

After building the emulator, execute the binary with a CHIP-8 program as a command-line argument:

./chip8_emulator /path/to/chip8_program

You can also open any CHIP-8 program with this application with a simple double-click, by selecting the application .exe after prompted to by Windows.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A Chip-8 interpreter made in Raylib & C++!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages