Improve READMEs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-17 20:25:19 +02:00
parent 02477e6728
commit a91a4c5ef6
4 changed files with 79 additions and 5 deletions

View File

@ -1,5 +1,16 @@
# SeaBattle
[![Build Status](https://drone.communiquons.org/api/badges/pierre/SeaBattle/status.svg)](https://drone.communiquons.org/pierre/SeaBattle)
Full stack sea battle game.
Current status: working on backend, and then building web ui...
## Implementations
Current implementations:
- [x] Rust shell implementations ([server](rust/sea_battle_backend) and [client](rust/sea_battle_cli_player))
- [ ] web implementation
- [ ] mobile implementation
## Screenshots
Shell implementation:
![Shell implementation example](rust/sea_battle_cli_player/img/SeaBattleCli.png)