diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -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 |
