Thread: Battleship

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    3

    Battleship

    ME AGAIN I AM HAVING TROUBLE...CAN SOME1 PLEASE TELL ME
    HOW TO PUT UP MISSES AND HIT SHIPS FOR BATTLESHIP I AM HAVING TROUBLE DOING IT THANXZ.

  2. #2
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    Holy crap! Chill out with the CAPSLOCK, please.

    What do you mean by "to put up"? To display graphically or to keep track of the total hits/misses? Search the Game Programming forum. There's been a ton of Battleship games posted (most with source) and posts about the logic involved.

  3. #3
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231

    Re: Battleship

    Originally posted by BOBBY HILL
    ME AGAIN I AM HAVING TROUBLE...CAN SOME1 PLEASE TELL ME
    HOW TO PUT UP MISSES AND HIT SHIPS FOR BATTLESHIP I AM HAVING TROUBLE DOING IT THANXZ.
    I think your keyboard is broken, maybe that's your trouble. If it's not that, does your error message from your compiler look like this:
    /c>gcc
    gcc: No input files
    /c>
    If so, I have a feeling I know what the problem is.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Battleship Game (Win32 EXP Needed)
    By ElWhapo in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 01-15-2005, 10:10 PM
  2. Battleship
    By mandingo in forum C++ Programming
    Replies: 7
    Last Post: 12-12-2004, 05:28 PM
  3. Battleship
    By luckygold6 in forum C++ Programming
    Replies: 25
    Last Post: 03-06-2003, 03:14 PM
  4. c++ battleship game
    By JTtheCPPgod in forum Game Programming
    Replies: 4
    Last Post: 01-05-2002, 11:12 AM
  5. Battleship
    By Unregistered in forum Game Programming
    Replies: 11
    Last Post: 11-29-2001, 04:35 AM