Welcome to that one, fun page!

Building a Python Relation-Ship!

Check out this fun game I created while first learning Python! This game uses the command line as the user interface. It's a version of the classic Battleship game, which I added a pirate twist to. While developing the game, I created three main versions. The first is super basic and has a small game board. The second is a little more complex, but generally just incorporates a larger game board. The third version was the biggest leap in complexity with more ships in different orientations. The player is also allowed to choose how many turns (cannonballs) they receive. Of course, I implore you to get the code from my GitHub repo and play yourself!

Here are a few picture samples of v1.0

Start Screen

home profile logo

Loser Screen

home profile logo

Winner Screen

home profile logo

Here are a few picture samples of v2.0

Start Screen

home profile logo

Loser Screen

home profile logo

Winner Screen

home profile logo

Here are a few picture samples of v3.0

Start Screen

home profile logo

Loser Screen

home profile logo

Winner Screen

home profile logo

Click icon to return

to profile main page

home profile logo