Skip to content

davyDWU/kiomet

 
 

Repository files navigation

Kiomet.com

Build Kiomet.com Discord

Logo

Kiomet.com is an online multiplayer real-time strategy game. Command your forces wisely and prepare for intense battles!

Build Instructions

  1. Install rustup (see instructions here)
  2. Install Rust Nightly and the WebAssembly target
rustup install nightly-2023-04-25
rustup default nightly-2023-04-25
rustup target add wasm32-unknown-unknown
  1. Install trunk (cargo install --locked trunk --version 0.15.0, install gcc first if it complains about missing cc)
  2. trunk build --release in /client
  3. cargo run --release in /server

Official Server(s)

To avoid potential visibility-cheating, you are prohibited from using the open-source client to play on official Kiomet server(s).

Trademark

Kiomet is a trademark of Softbear, Inc.

About

Kiomet.com real-time strategy game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.8%
  • Other 1.2%