| Crates.io | spacebattleship |
| lib.rs | spacebattleship |
| version | 0.1.0 |
| created_at | 2020-05-26 19:00:50.174398+00 |
| updated_at | 2020-05-26 19:00:50.174398+00 |
| description | Implementation of the classic game Battleship with support for arbitrary dimensions and spaces through generics. |
| homepage | https://github.com/zstewar1/spacebattleship |
| repository | https://github.com/zstewar1/spacebattleship |
| max_upload_size | |
| id | 246318 |
| size | 85,316 |
A library implementing the classic game Battleship with generic support for boards of a
variety of shapes, including non-euclidian ones. Currently only basic rectangular boards
are implemented here, but clients can implement their own board shapes by implemeting
Dimensions.