SeaBattle/rust/sea_battle_backend
Pierre Hubert a243b040f5
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
Update Rust crate serde to 1.0.200
2024-05-02 00:05:28 +00:00
..
src Bump to version 0.1.0 -> 0.2.0 2022-10-18 09:39:54 +02:00
Cargo.toml Update Rust crate serde to 1.0.200 2024-05-02 00:05:28 +00:00
README.md Improve READMEs 2022-10-17 20:25:19 +02:00

README.md

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.