Skip to content

Maginet is a multiplayer turn-based tactics game built in Rust and compiled to WebAssembly

License

Notifications You must be signed in to change notification settings

evrimoztamur/maginet

Repository files navigation

Maginet

Getting started

Server

Watch server/src and shared for server-related source changes, and rerun server:

watchexec -w server/src -w shared -r -e rs -- cargo run -p server

Client

Watch src and shared for client-related source changes, and rebuild deployable:

Live

watchexec -w src -w shared -r -e rs -- wasm-pack build --target web --debug --out-name maginet --out-dir static/js/pkg -- --features deploy

Local

If running locally via the tunnel, do not enable the deploy feature:

watchexec -w src -w shared -r -e rs -- wasm-pack build --target web --debug --out-name maginet --out-dir static/js/pkg

About

Maginet is a multiplayer turn-based tactics game built in Rust and compiled to WebAssembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages