CS101 - Battleship Game in Python 3

As part of the final project in Computer Science 101, I made a Single Player battleship game in Python 3.

Here is link to my github with the project: GitHub - Skelly92/Battleship_Terminal: Single Player Battleship on the Terminal

Here is a link to the blog post I made discussing my code: How I made a Battleship Terminal Game using python 3 - Final Project - DEV Community

Any feedback would be great.

2 Likes

Cool, neat solution using dictionaries for the grid, congrats.

1 Like