1
Fork 0
No description
Find a file
2023-09-13 01:49:33 -05:00
.vim braindump 2023-08-25 17:49:15 -05:00
front got keyboard input working by using a static buffer (hack) 2023-09-13 01:49:33 -05:00
pirates got keyboard input working by using a static buffer (hack) 2023-09-13 01:49:33 -05:00
.gitignore stuff on-screen 2023-08-25 20:57:26 -05:00
justfile change zip bundle to match js13kgames spec 2023-09-12 23:33:00 -05:00
noisesearch settled the noisy sea 2023-08-27 20:38:53 -05:00
notes.md added more colors to map and extracted offset math 2023-08-27 21:42:15 -05:00
README.md added install instructions 2023-08-27 08:00:38 -05:00

Building from source

Arch Linux
$ git clone https://github.com/Speedy6451/pirates.git
$ cd pirates
# pacman -S --needed wabt minify just binaryen rustup just
$ rustup toolchain add wasm32-unknown-unknown
$ just build