Skip to content

Pyttleship is python implementation of world-popular game Battleship

Notifications You must be signed in to change notification settings

dmitry-moroz/pyttleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyttleship

Pyttleship is python implementation of world-popular game [Battleship].

Battleship game rules

In our python implementation of game we are going to follow Russian rules:

  • It is played on a 10x10 grid.
  • Player takes another shot on the same turn if an enemy ship is hit.
  • Ships cannot occupy squares next to each other, horizontally, vertically or diagonally.
Type of ship Deckers Ships
battleship (линкор) 4 1
cruiser (крейсер) 3 2
destroyer (эсминец) 2 3
submarine (подводная лодка) 1 4

About

Pyttleship is python implementation of world-popular game Battleship

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages