A simple Battleship game written in Rust, using the Piston game engine.
It is currently a one-player vs CPU opponent game.
Keyboard controls:
| Key | Ship Placement | Game |
|---|---|---|
| Arrows | Move ship | Move grid cursor |
| Enter | Place ship | Select space |
| Space | Rotate ship | n/a |
Mouse controls:
| Button | Ship Placement | Game |
|---|---|---|
| Left | Place ship | Select space |
| Right | Rotate ship | n/a |