Kiomet.com is an online multiplayer real-time strategy game. Command your forces wisely and prepare for intense battles!
- Install
rustup(see instructions here) - Install
gmakeandgccif they are not already installed. - Install
trunk(cargo install --locked trunk --version 0.17.5) - Run
download_makefiles.sh
Warning
This step is currently broken. You will have to debug the downloaded Makefiles (which are too recent) to remove unsupported trunk options, or you could use a later version of trunk like 0.21. This will be fixed in the next open source release!
- Install Rust Nightly and the WebAssembly target
make rustup- Build client
cd client
make release- Build and run server
cd server
make run_release- Navigate to
https://localhost:8443/and play!
To avoid potential visibility-cheating, you are prohibited from using the open-source client to play on official Kiomet server(s).
Kiomet is a trademark of Softbear, Inc.
