Battleship: Version I3d.F

This version of the Battleship Game locates a ship (spaceship?) in three-dimensional space, not on the two-dimensional xy-plane. For this version, the ship is located on a random integer point in the positive sector (or on an adjacent axis/planes), restricted so that each of the three coordinates, x, y, and z, has a value between 0 and 10 inclusive. The ship does not move from guess to guess. Your job is to determine the location of the ship by making guesses. After each guess, the program will respond by telling you how far your guess is from the actual location of the ship.

There are a number of versions of the Battleship program listed on the main battleship page.

All guesses must be in range, from 0 through 10, and all will be converted to integer values.
Good luck!

Give the x and y values of your guess, and then click on the "GUESS" button.
x=  ,  y=    z=      

   

©Roger M. Palay
Saline, MI 48176
December, 1997