blob: d587795cd7f42e89ac191585129d8979d5522dcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|