An open API service indexing awesome lists of open source software.

https://github.com/boompig/pybattleship

Battleship
https://github.com/boompig/pybattleship

board-game game-ai python

Last synced: about 1 month ago
JSON representation

Battleship

Awesome Lists containing this project

README

        

pyBattleShip
============

This is a game of battleship. I am using this to improve my knowledge of TKinter and MVC.

There is an attached AI that is quite smart, though likely not optimal. It makes decisions based on most likely positions of ships.

## Run

`python battleship.py`