Skip to content

Created a simple Chip8 emulator using Rust to learn more about Rust Programming Language

Notifications You must be signed in to change notification settings

asnimansari/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8 Emulator using Rust

Build Status

Created this basic chip8 emulator to learn more about emulator programming as well as Rust language. There are pending features to be implemented like Sound which will be added soon.

Games are included in data folder.

Screenshot

Keyboard Map

Build

For production build

cargo build --release

and give the same path as argument like..

./chip-8-rust programs/INVADERS 

For developers please use cargo run inside the project directory to start

About

Created a simple Chip8 emulator using Rust to learn more about Rust Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages