-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e0fc07
commit a7eda00
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Chip-8 emulator | ||
|
||
A chip-8 emulator in the terminal written in Rust for Windows, may not work on other platforms. | ||
|
||
The keyboard part is not implemented yet. | ||
|
||
## Building | ||
|
||
Simply run | ||
> cargo build | ||
## Running | ||
|
||
On your terminal simply run the previously obtained file, you can add the path to a ROM as an argument if you want, if no path is provided a pong ROM will be loaded. | ||
> chip8.exe C:\path\to\a\ROM |