Update readme

This commit is contained in:
Pascal Engélibert 2022-08-29 14:57:15 +02:00
parent e8bd4a9c81
commit c203be7b2a
Signed by: tuxmain
GPG key ID: 3504BC6D362F7DCA
3 changed files with 13 additions and 20 deletions

View file

@ -1,8 +1,14 @@
# Lux synthesĕ
Combine colored lights to synthesize white light!
[Play in browser](https://txmn.tk/projects/lux-synthese/)
In latin, _lux synthesĕ_ means "light by the means of synthesia".
Download: [Linux x86_64](https://txmn.tk/projects/lux-synthese/linux-x86_64.zip), [Windows x86_64](https://txmn.tk/projects/lux-synthese/windows-x86_64.zip)
In latin, _lux synthesĕ_ means "light by the means of synthesis".
This game was developped for the [Bevy Jam #2](https://itch.io/jam/bevy-jam-2).
## Controls

View file

@ -1,22 +1,3 @@
# Linux x86_64
cargo build --release || exit 1
mkdir -p target/itchio/linux-x86_64/assets/sound
cp -r assets/sound/* target/itchio/linux-x86_64/assets/sound/
cp assets/*.png target/itchio/linux-x86_64/assets/
cp assets/UacariLegacy-Thin.ttf target/itchio/linux-x86_64/assets/
cp assets/*.json target/itchio/linux-x86_64/assets/
cp target/release/lux-synthese target/itchio/linux-x86_64/
cp LICENSE target/itchio/linux-x86_64/
cp README.md target/itchio/linux-x86_64/
cd target/itchio/linux-x86_64
zip -r ../linux-x86_64.zip .
cd ../../..
# WASM
sh build-wasm.sh || exit 1

View file

@ -71,6 +71,12 @@ init()
<li><strong>Level up</strong>: Enter</li>
<li><strong>Reset</strong>: R</li>
</ul>
<h2>Download</h2>
Download an executable release:
<ul>
<li><a href="https://txmn.tk/projects/lux-synthese/linux-x86_64.zip">Linux x86_64</a></li>
<li><a href="https://txmn.tk/projects/lux-synthese/windows-x86_64.zip">Windows x86_64</a></li>
</ul>
<h2>Source</h2>
<p>
The source code of this free software is available in our <a href="https://git.txmn.tk/tuxmain/bevyjam/">Git repository</a>.