https://github.com/zarethrex/battleships
A simple game of battleships on the command line
https://github.com/zarethrex/battleships
Last synced: 8 months ago
JSON representation
A simple game of battleships on the command line
- Host: GitHub
- URL: https://github.com/zarethrex/battleships
- Owner: zarethrex
- Created: 2017-08-06T14:00:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T14:19:36.000Z (almost 9 years ago)
- Last Synced: 2025-09-20T19:39:02.719Z (9 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Battleships
To launch the little game simply run:
`python battleships/__init__.py`
you will be asked to give coordinates in two stages, firstly the letter for the column 'A-J' and secondly the number of the row
'1-10'. You have 20 turns to destroy all the ships! Good luck! If this is too short a game feel free to change the `turns`variable in the code to a higher number.