1
Fork 0
No description
Find a file
2023-09-16 16:57:47 -05:00
client added reset camera and boat buttons 2023-09-16 16:57:47 -05:00
front added rayon support 2023-09-16 15:42:03 -05:00
icons added icons 2023-09-13 17:56:35 -05:00
pirates added reset camera and boat buttons 2023-09-16 16:57:47 -05:00
.gitignore switch to workspace Cargo.lock 2023-09-13 16:17:17 -05:00
Cargo.lock added rayon support 2023-09-16 15:42:03 -05:00
Cargo.toml added min profile 2023-09-13 16:52:00 -05:00
justfile added release recipe 2023-09-13 17:11:04 -05:00
README.md updated README.md 2023-09-13 16:41:18 -05:00

Simple Sailing Simulator

my entry to js13kgames 2023

Brave the north wind and search for York, or simply explore.

Controls

+/-: zoom
A: rudder left
D: rudder right

Your sailboat travels fastest going perpendicular to the wind.

Building from source

Native
cargo run -p client --release
Wasm (optimized for firefox)
Arch Linux
# pacman -S --needed wabt minify just binaryen rustup just
$ rustup toolchain add wasm32-unknown-unknown
$ just build