Skip to content

gripols/NavCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NavCalc -- Calculator for Sea Battle (GamePigeon) on iOS

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.

Requirements

  • Python 3.8+

Install dependencies via pip:

pip install -r requirements.txt

Usage

Run NavCalc:

python main.py

Limitations

This 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.

Credits

I thank Patrick O'Neill and Madeline for the inspiriation <3.