Skip to content

An exercise from the Learn Python 2 course in CodeCademy where you create a command-line Battleship game.

Notifications You must be signed in to change notification settings

RelicCornhusk/python-battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

python-battleship

An exercise from the Learn Python 2 course in CodeCademy where you create a command-line Battleship game.

"In this project you will build a simplified, one-player version of the classic board game Battleship! In this version of the game, there will be a single ship hidden in a random location on a 5x5 grid. The player will have 10 guesses to try to sink the ship.

To build this game we will use our knowledge of lists, conditionals and functions in Python".

About

An exercise from the Learn Python 2 course in CodeCademy where you create a command-line Battleship game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages