Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/will-lynas/battleship
🏴☠️ Investigation of various Battleship tactics
https://github.com/will-lynas/battleship
ai battleship-game rust strategy-game
Last synced: 16 days ago
JSON representation
🏴☠️ Investigation of various Battleship tactics
- Host: GitHub
- URL: https://github.com/will-lynas/battleship
- Owner: will-lynas
- Created: 2024-01-14T13:34:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T21:21:43.000Z (about 1 year ago)
- Last Synced: 2025-01-16T20:54:47.371Z (17 days ago)
- Topics: ai, battleship-game, rust, strategy-game
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A rust implementation of [this battleship strategy](https://www.youtube.com/watch?v=8FctDuTfcO8)
```
Random shots:
Average shots fired over 1000 games: 95.57
Probability shots:
Average shots fired over 1000 games: 62.13
```