diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-10-30 08:42:33 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-10-30 08:42:33 -0400 |
commit | 02d1d5540f10511432a6f31781bea0d077885881 (patch) | |
tree | 1338dc28484ffe46e9689eb993263ae998d48a71 | |
parent | 5ba0656ced8d0a03aa4a4126b33abd536e13376c (diff) |
Add README.
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d587795 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Strigoform + +Strigoform is a short vertical scrolling shoot-em-up game for the web. +It is written in Scheme and uses Guile Hoot to compile the game to +WebAssembly. + +Play it now on itch.io: https://davexunit.itch.io/strigoform + +## Build + +``` +guix shell +make +make serve +``` + +Visit http://localhost:8088 in a WASM GC capable web browser. + +## License + +Code is licensed under Apache 2.0 + +Art is licensed under Creative Commons Attribute ShareAlike 4.0 International |