Skip to content

pwmarcz/chiprs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
img
 
 
 
 
 
 
 
 

chiprs - a CHIP-8 emulator in Rust

This is a simple project I'm writing to teach myself Rust. CHIP-8 is a virtual machine from the 1970s, used for running simple games. Here's the CHIP-8 technical specification.

cave connect4

Directory structure

Usage

You need to install Rust and Cargo. You'll also need the SDL2 library (something like libsdl2-dev).

cd chiprs-sdl
cargo run ../games/<game>.ch8

The keyboard layout is:

1 2↑ 3 C
4← 5 6→ D
7 8↓ 9 E
A 0 B F

License

By Paweł Marczewski pwmarcz@gmail.com.

Licensed under MIT (see LICENSE), except the games directory.

About

CHIP-8 emulator in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages