Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: 2D Grid Game with Java

  1. #1
    Junior Member
    Join Date
    Jul 2020
    Posts
    2
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default 2D Grid Game with Java

    .....
    Last edited by levellizard; July 17th, 2020 at 11:01 AM.

  2. The Following User Says Thank You to levellizard For This Useful Post:

    Anita Basa (July 29th, 2020)

  3. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: 2D Grid Game with Java

    Can you copy the text and paste it here instead of a link to another site?

    Be sure to wrap any code in code tags.
    http://www.java-forums.org/misc.php?do=bbcode#code
    If you don't understand my answer, don't ignore it, ask a question.

  4. The Following User Says Thank You to Norm For This Useful Post:

    Anita Basa (July 29th, 2020)

  5. #3
    Junior Member
    Join Date
    Jul 2020
    Posts
    2
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: 2D Grid Game with Java

    Quote Originally Posted by Norm View Post
    Can you copy the text and paste it here instead of a link to another site?

    Be sure to wrap any code in code tags.
    http://www.java-forums.org/misc.php?do=bbcode#code
    I was given the task with an image and I don't have the text so I can copy it.

  6. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: 2D Grid Game with Java

    Can you type in the code you currently have and the questions you have about the problems you are having?
    We'll work on one problem at a time. So type in the current problem now and do more later.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. [SOLVED] Simulation for Grid Game?
    By lah2015 in forum What's Wrong With My Code?
    Replies: 14
    Last Post: May 11th, 2013, 11:42 AM
  2. How to make a good looking game grid in swing?
    By Matthieu105 in forum AWT / Java Swing
    Replies: 1
    Last Post: March 7th, 2013, 11:22 AM
  3. How to make a good looking game grid in swing?
    By Matthieu105 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 7th, 2013, 07:46 AM
  4. A grid game
    By LuluMM in forum Paid Java Projects
    Replies: 3
    Last Post: April 3rd, 2012, 12:44 PM
  5. Java TV Board Game/Grid + Moving objects
    By Massaslayer in forum Java Theory & Questions
    Replies: 6
    Last Post: December 13th, 2011, 08:03 AM