Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/will-lynas/battleship
https://github.com/will-lynas/battleship
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/will-lynas/battleship
- Owner: will-lynas
- Created: 2024-01-14T13:34:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-20T21:21:43.000Z (12 months ago)
- Last Synced: 2024-01-20T22:28:06.863Z (12 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- 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
```