summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 25 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c31beb1
--- /dev/null
+++ b/README
@@ -0,0 +1,25 @@
+CHIP-8 Cross-Platform(in the future) Interpreter
+================================================
+
+## What?
+ See https://en.wikipedia.org/wiki/CHIP-8
+
+ Heavily Work In Progress. Do not use even for fun! Well unless you're making fun of
+ my code, then feel free to.
+
+## Why?
+ For fun and glory!
+
+## How?
+ C89 baby! + system libs in the future.
+
+## Build?
+ *nix:
+ $ CC=/your/compiler/cc ./build/x11
+
+## Run?
+ *nix:
+ $ ./artifacts/xip-8 [binary file containing CHIP-8 instructions]
+
+## Who?
+ Me! See LICENSE.