Skip to content

thatmagicalcat/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip-8 Emulator

A chip8 emulator written in rust

Project structure

chip8
├── chip8_core          - Backend
│   ├── Cargo.toml
│   └── src
│       └── lib.rs
├── desktop             - Fontend
│   ├── Cargo.lock
│   ├── Cargo.toml
│   └── src
│       ├── main.rs
│       └── vars.rs
├── README.md
└── roms
    ├── ...
    └── ...
6 directories, 30 files

Installation

$ git clone https://github.com/Pranjal-Patel/chip8
$ cd chip8
$ cargo install --path desktop

Usage

$ chip8 /path/to/game

About

A chip8 emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages