0% found this document useful (0 votes)
32 views6 pages

PROJECT

This document describes building a Battleship game using Python. It discusses the traditional gameplay of Battleship where two players arrange ships on grids and take turns calling shots. It then outlines developing an online version of the game to be played over a website, allowing two players to play in real-time by connecting over a network.

Uploaded by

Anku Naidu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views6 pages

PROJECT

This document describes building a Battleship game using Python. It discusses the traditional gameplay of Battleship where two players arrange ships on grids and take turns calling shots. It then outlines developing an online version of the game to be played over a website, allowing two players to play in real-time by connecting over a network.

Uploaded by

Anku Naidu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

BATTLESHIP GAME USING PYTHON

PROBLEM STATEMENT

 The game Battleship is a guessing game played by


two people. The game is played on a board of
square grids, normally 10x10.
 Each ship occupies a number of consecutive
squares on the board, arranged either horizontally
or vertically, but not overlapping each other
EXISTING SYSTEM

 Theexisting of a battle ship, it will play two or


more people like a war
 In recent trend the game will play’s offline mode
 It will play in one particular place in one direction
SCOPE

 The game is played on four grids, two for each


player.
 The grids are typically square – usually 10×10 –
and the individual squares in the grid are
identified by letter and number.
 On one grid the player arranges ships and records
the shots by the opponent. On the other grid the
player records their own shots.
Cont …

 Before play begins, each player secretly arranges


their ships on their primary grid. Each ship
occupies a number of consecutive squares on the
grid, arranged either horizontally or vertically.
 The number of squares for each ship is
determined by the type of the ship.
PROPOSED SYSTEM

 The proposed system is an online Battleship game,


to be played on a web gaming site (e.g. like
Pogo.com).
 This is a 2-player game, so a player starting a
game will be placed into a room with another
player as an opponent.
 Game play will proceed over the network,
according to the usual Battleship rules.

You might also like