1
Fork 0
No description
Find a file
2023-09-13 15:51:06 -05:00
client added native client 2023-09-13 15:51:06 -05:00
front got keyboard input working by using a static buffer (hack) 2023-09-13 01:49:33 -05:00
pirates added native client 2023-09-13 15:51:06 -05:00
.gitignore stuff on-screen 2023-08-25 20:57:26 -05:00
Cargo.toml added native client 2023-09-13 15:51:06 -05:00
justfile change zip bundle to match js13kgames spec 2023-09-12 23:33:00 -05:00
README.md cleanup for publish 2023-09-13 04:22:40 -05:00

Building from source

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