From c203be7b2ac4ae32d21eecab33cff1b02aa920da Mon Sep 17 00:00:00 2001 From: tuxmain Date: Mon, 29 Aug 2022 14:57:15 +0200 Subject: [PATCH] Update readme --- README.md | 8 +++++++- build-itchio.sh | 19 ------------------- index.html | 6 ++++++ 3 files changed, 13 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 5785560..b644fab 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build-itchio.sh b/build-itchio.sh index 43610e5..acd27d5 100644 --- a/build-itchio.sh +++ b/build-itchio.sh @@ -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 diff --git a/index.html b/index.html index 2f6c6a8..1216b0b 100644 --- a/index.html +++ b/index.html @@ -71,6 +71,12 @@ init()
  • Level up: Enter
  • Reset: R
  • +

    Download

    + Download an executable release: +

    Source

    The source code of this free software is available in our Git repository.