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
- Host: GitHub
- URL: https://github.com/boompig/pybattleship
- Owner: boompig
- Created: 2013-03-02T21:10:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T23:41:13.000Z (over 8 years ago)
- Last Synced: 2025-03-28T05:31:36.825Z (about 2 months ago)
- Topics: board-game, game-ai, python
- Language: Python
- Size: 293 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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`