Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbStavola committed Sep 16, 2017
1 parent d5f6f14 commit 3d22531
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Alvin
A mad cute CHIP-8 emulator for funsies.

## Quick Start
Simply use `cargo build` and provide `alvin` with the path to your CHIP-8 program:

```
$ cargo build --release
$ ./target/release/alvin --file /path/to/your/program
```

If you're looking for some CHIP-8 software to run, here are some links:
- http://www.pong-story.com/chip8/

0 comments on commit 3d22531

Please sign in to comment.