Skip to content

A simple battleship-like multiplayer game made in python.

Notifications You must be signed in to change notification settings

rs7358/Battleship-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Battleship Game (Python)

This is a simple single player battleship game made completely in Python language.

Gameplay

  • The board is created using for loop and battleships are targeted by asking the user to guess its coordinates.
  • If coordinates are correct, then it's a HIT denoted by 'X' symbol.
  • If coordinates aren't correct, then it's a MISS denoted by '#' symbol.
  • There are 4 consecutive battleships placed randomly anywhere, either in horizontal or vertical direction.

Some screenshots of the game:

  1.   2.

About

A simple battleship-like multiplayer game made in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages