DEV Community

Cover image for Mini Project #1 : BATTLESHIP GAME USING PYTHON
amogh kawle
amogh kawle

Posted on • Originally published at kashipara.com

Mini Project #1 : BATTLESHIP GAME USING PYTHON

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 4 guesses to try to sink the ship .To build this game we will use our knowledge of if/elif/else, conditionals and functions in Python.

Download Link :- https://www.kashipara.com/project/python/2993/battleship-game-using-python-mini-project-

Top comments (0)