Battleship

This exercise was to create a battleship program that uses user input.

Too many wrong guesses lead to a game over.

Too many wrong guesses lead to a game over.

The result of a correct guess.

The result of a correct guess.

Revised version of the battleship program that lets the user know where the ship was after they've lost.

Revised version of the battleship program that lets the user know where the ship was after they’ve lost.

battleship01 battleship02

Python 2.7 code for battleship program.

Python 2.7 code for battleship program.