Skip to content

Prototype of server/client based game written in Rust with custom networking

Notifications You must be signed in to change notification settings

darkclouder/conquestus

Repository files navigation

Strategy game

Installation

Set up database

Make sure sqlx-cli is installed:

cargo install sqlx-cli

Create database + run migrations:

sqlx database create
sqlx migrate run --source game_server/db/migrations

Run server+client

Run in different terminals:

cargo run -p game_server
cargo run -p game_client

Development

Formatting

Format with cargo +nightly fmt

Prepare DB for offline mode

cargo sqlx prepare --workspace

About

Prototype of server/client based game written in Rust with custom networking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published