aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2023-01-03 10:48:31 +0530
committerGitHub <[email protected]>2023-01-03 10:48:31 +0530
commitbdfd3f16b3d4ed8f0db8785a5325a4d646f36736 (patch)
tree2cce5dbecc602365b31d3085288d69f00f4be189
parentc315bd55cdf81eb826ff253a743d78974b704e99 (diff)
Create README.md
-rw-r--r--README.md9
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.