diff options
author | Aaditya Dhruv <[email protected]> | 2023-01-03 10:48:31 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-03 10:48:31 +0530 |
commit | bdfd3f16b3d4ed8f0db8785a5325a4d646f36736 (patch) | |
tree | 2cce5dbecc602365b31d3085288d69f00f4be189 | |
parent | c315bd55cdf81eb826ff253a743d78974b704e99 (diff) |
Create README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..edf6dea --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Another Chip-8 Emulator! + + +A simple Chip-8 emulator written in Rust! 🦀 + + + + +Run `cargo run /path/to/rom.ch8` to run the emulator. |