aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/README.md b/README.md
index b84f65b..c858196 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,8 @@
-# hare-sdl2
+# hare-chip8
-These are WIP bindings between [Hare] and [SDL2].
+## Simple CHIP-8 emulator, based on the original COSMAC VIP version.
-Please do not make GUIs with this.
+## Requirements
-[Hare]: https://harelang.org
-[SDL2]: https://libsdl.org
-
-## Usage
-
-* Install `libsdl2`, `libsdl2-image`, `libsdl2-mixer` and `libopusfile`.
-* Run `make run` to run the demo.
+- `hare` toolchain
+- `hare-sdl2` available through `HAREPATH`, with its dependencies installed