A Koi breeding game. Get it on steam or on itch.io.
Koi Farm has been licensed under the CC-BY-NC-SA license.
HTML, CSS and Javascript content is compressed using squish.py, which is included in this repository as a submodule. Before building, ensure that this library has been cloned as well.
Make sure node.js and python 3 are installed. After calling npm i
to install all required packages, the following commands can be used to create binaries using electron:
Operating system | Command |
---|---|
Windows (32 bit) | npm run build-win-32 |
Windows (64 bit) | npm run build-win-64 |
Linux (64 bit) | npm run build-linux-64 |
Mac (64 bit) | npm run build-mac-64 |
Additionally, npm run compress
can be called to compress HTML, CSS and Javscript content without building binaries. The compressed HTML file release.html
will be created in the project root. The file requires the audio
, font
, svg
and language
directories to run, as well as favicon.ico
and manifest.json
.
Polish translations by Jakub Niklas.
Turkish translations by Çağla Spellar.