Probabalistic battleship calculator for the GamePigeon game Sea Battle (a battleship clone). Uses some form of information gain and entropy to give you the best move.
- Python 3.8+
Install dependencies via pip:
pip install -r requirements.txtRun NavCalc:
python main.pyThis is a calculator that does not account for human behaviors. Consider this when playing with a friend or partner--it will not account for any potential habits of theirs.
I thank Patrick O'Neill and Madeline for the inspiriation <3.