https://github.com/softbearstudios/kiomet
Kiomet.com real-time strategy game
https://github.com/softbearstudios/kiomet
browser-game combat game game-server multiplayer real-time-strategy rust rust-lang tower web-game webassembly webgl webgl-game yew yew-framework
Last synced: 6 months ago
JSON representation
Kiomet.com real-time strategy game
- Host: GitHub
- URL: https://github.com/softbearstudios/kiomet
- Owner: SoftbearStudios
- License: agpl-3.0
- Created: 2023-08-17T20:34:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T17:15:39.000Z (8 months ago)
- Last Synced: 2025-03-30T15:07:35.003Z (6 months ago)
- Topics: browser-game, combat, game, game-server, multiplayer, real-time-strategy, rust, rust-lang, tower, web-game, webassembly, webgl, webgl-game, yew, yew-framework
- Language: Rust
- Homepage: https://kiomet.com
- Size: 58.1 MB
- Stars: 102
- Watchers: 6
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kiomet.com
[](https://github.com/SoftbearStudios/kiomet/actions/workflows/build.yml)
![]()

[Kiomet.com](https://kiomet.com) is an online multiplayer real-time strategy game. Command your forces wisely and prepare for intense battles!
## Build Instructions
0. Install `rustup` ([see instructions here](https://rustup.rs/))
1. Install Rust Nightly and the WebAssembly target```console
rustup install nightly-2023-04-25
rustup default nightly-2023-04-25
rustup target add wasm32-unknown-unknown
```2. Install `trunk` (`cargo install --locked trunk --version 0.15.0`, install `gcc` first if it complains about missing `cc`)
3. `trunk build --release` in `/client`
4. `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.