updated README.md
This commit is contained in:
parent
a7f4129f38
commit
d9d5eecd89
2 changed files with 24 additions and 4 deletions
26
README.md
26
README.md
|
@ -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
|
#### 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
|
# pacman -S --needed wabt minify just binaryen rustup just
|
||||||
$ rustup toolchain add wasm32-unknown-unknown
|
$ rustup toolchain add wasm32-unknown-unknown
|
||||||
$ just build
|
$ just build
|
||||||
|
|
|
@ -19,7 +19,7 @@ Simple Sailing Simulator: Brave the north wind and search for York, or simply ex
|
||||||
Controls:
|
Controls:
|
||||||
+/-: zoom
|
+/-: zoom
|
||||||
Arrow Keys: Pan Camera
|
Arrow Keys: Pan Camera
|
||||||
W: rudder left
|
A: rudder left
|
||||||
D: rudder right
|
D: rudder right
|
||||||
|
|
||||||
Your sailboat travels fastest going perpendicular to the wind.
|
Your sailboat travels fastest going perpendicular to the wind.
|
||||||
|
|
Loading…
Reference in a new issue