SeaBattle/rust/sea_battle_backend
Pierre HUBERT 5289e67c11
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Update Rust crate rand to 0.9.0
2025-01-28 00:26:17 +00:00
..
2024-12-03 22:41:44 +01:00
2025-01-28 00:26:17 +00:00
2022-10-17 20:25:19 +02:00

Sea battle backend

Build Status Crate Documentation

A backend HTTP server for the Sea Battle game. The binary included in this crate can be used to deploy a server that will allow players to connect to play together.

The actix-web library is used to spawn HTTP server. The games are encapsulated inside websockets.

An official server is running at https://seabattleapi.communiquons.org/

Installation

You can install the backend using the following command:

cargo install sea_battle_backend

Usage

sea_battle_backend -l 0.0.0.0:7000

Note: a reverse-proxy must be used to protect

Client

A command-line client is available in the sea_battle_cli_player crate.