Update READMEs
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Pierre Hubert 2022-10-17 20:29:41 +02:00
parent a91a4c5ef6
commit be454cce03
2 changed files with 4 additions and 3 deletions

View File

@ -12,5 +12,6 @@ Current implementations:
- [ ] mobile implementation
## Screenshots
Shell implementation:
### Shell implementation
![Shell implementation example](rust/sea_battle_cli_player/img/SeaBattleCli.png)

View File

@ -5,7 +5,7 @@
![](img/SeaBattleCli.png)
A sea battle shell client player for the [sea_battle_backend](https://crates.io/crates/sea_battle_backend) crate.
A sea battle shell client player for the [sea_battle_backend](https://crates.io/crates/sea_battle_backend) crate, based on the [tui](https://crates.io/crates/tui) library.
## Available play modes
* 🤖 Play against bot (this mode does not require any Internet connection, a local server is automatically spawn)
@ -13,7 +13,7 @@ A sea battle shell client player for the [sea_battle_backend](https://crates.io/
* Create play invite (online). In this mode, the server returns an invitation code to give to the opponent
* 🎫 Accept play invite (online)
For the 🤖 bot mode and the bot mode, game rules can be customized.
For the 🤖 bot and create invite modes, game rules can be customized before starting the game.
## Installation
You can install the backend using the following command: