Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T19:35:47.000Z (over 1 year ago)
- Last Synced: 2024-08-04T01:06:39.257Z (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: 51.7 MB
- Stars: 67
- Watchers: 5
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kiomet.com
[![Build](https://github.com/SoftbearStudios/kiomet/actions/workflows/build.yml/badge.svg)](https://github.com/SoftbearStudios/kiomet/actions/workflows/build.yml)
![]()
![Logo](/assets/branding/512x340.jpg)
[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.