Python : battleship you should write a simplified version of game

  Battleship You should write a  simplified version of game Battleship. While the game is normally played  with two users, we consider only one player. You don’t need to write  any artificial intelligence for the other player, this is a simplified  version – I will play as a player trying to hit computer’s ship with the  lowest number of shots possible. There are many different versions of  Battleship game. You can read about then on Wikipedia. However, you will  have to make a simplified version and here are steps you need to have:  1. Ask player about field size N and then generate a square field NxN  size. The most typical size is 10 by 10 but your game is flexible and  accept any size. Put zeros in every empty cell of the field. Example:  empty field of 6 by 6 [0, 0, 0, 0, 0, 0] [0, 0, 0, 0, 0, 0] [0, 0, 0, 0,  0, 0] [0, 0, 0, 0, 0, 0] [0, 0, 0, 0, 0, 0] [0, 0, 0, 0, 0, 0] 2.  Create and randomly place just one ship of length 5 cells. The ship can  be placed vertically or horizontally (again – randomly). To place a  ship, you change values of the cells on the field to 1. Obviously, the  ship can not go beyond the field. Example: playing field with the ship  (but you don’t show it to the player) [0, 0, 0, 0, 0, 0] [0, 1, 0, 0, 0,  0] [0, 1, 0, 0, 0, 0] [0, 1, 0, 0, 0, 0] [0, 1, o, 0, 0, 0] [0, 1, 0,  0, 0, 0] 3. Final stage-playing. Ask a user about their shot location  and report if it is “hit” or “miss” and count a number of shots till  user hits all ships (or just gives up trying). Example: playing field  with three misses (8) and one hit (2) – you can use any numbers you  like, just make it clear for the player [0, 0, 0, 0, 0, 0] [0, 2, 0, 0,  0, 0] [0, 0, 0, 0, 0, 0] [0, 0, 0, 0, 8, 0] [0, 0, 0, 8, 0, 0] [0, 0, 0,  0, 0, 8] 4. Hint, you might need to create a custom function to print  out your game field as the standard command “print” will produce output  that is difficult to read   

 

Battleship You should write a simplified version of game Battleship. While the game is normally played with two users, we con







Calculate Your Essay Price
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more

Order your essay today and save 10% with the coupon code: best10