Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 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