Skip to content

martial-plains/chip8-egui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8 Emulator

This is a Chip8 emulator written in Rust. The emulator allows you to run and play games designed for the Chip8 platform on your computer.

Table of Contents

  • Installation
  • Usage

Installation

To use this emulator, you need to have Rust installed on your system. If you don't have Rust installed, you can get it from the official Rust website: https://www.rust-lang.org/.

Once you have Rust installed, follow these steps to build the emulator:

  1. Clone this repository to your local machine.
git clone https://github.com/a-isaiahharvey/chip8-egui.git
  1. Navigate to the project directory.
cd chip8-egui
  1. Build the emulator using Cargo, the package manager and build tool for Rust.
cargo install --path .

Usage

To run the emulator, use the following command:

cargo run --release