https://github.com/chadtech/fight-lines-depr-
https://github.com/chadtech/fight-lines-depr-
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/chadtech/fight-lines-depr-
- Owner: Chadtech
- Created: 2020-05-02T19:04:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T00:58:41.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T07:42:15.029Z (over 1 year ago)
- Language: Rust
- Size: 243 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FIGHT LINES
Fight Lines is a video game! Its a logistics and supply chain themed turn based strategy game.
# How to get started
For the ui, you wil need `cargo-web`
```
cargo install cargo-web
```
And then, to run the ui..
```
cd ui
cargo web start
```
To run the server..
```
cd server
cargo run
```
Then the ui will be available at `localhost:8000`, and the server will be available at `localhost:2943`.
### ProtoBuf Implementation
You need protobuf added to your system path
download : https://github.com/protocolbuffers/protobuf/releases/download/v3.12.1/protoc-3.12.1-linux-x86_64.zip
copy the `protoc` binary in the `bin` directory and copy it to `.cargo/bin`