1
Fork 0

updated README.md

This commit is contained in:
Andy Killorin 2023-09-13 16:41:18 -05:00
parent a7f4129f38
commit d9d5eecd89
Signed by: ank
GPG key ID: B6241CA3B552BCA4
2 changed files with 24 additions and 4 deletions

View file

@ -1,10 +1,30 @@
## Simple Sailing Simulator
my [entry](https://js13kgames.com/entries/simple-sailing-simulator) 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
##### Arch Linux
##### Native
```
cargo run -p client --release
```
##### Wasm (optimized for firefox)
###### 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

View file

@ -19,7 +19,7 @@ Simple Sailing Simulator: Brave the north wind and search for York, or simply ex
Controls:
+/-: zoom
Arrow Keys: Pan Camera
W: rudder left
A: rudder left
D: rudder right
Your sailboat travels fastest going perpendicular to the wind.