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 array Game

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation 2d array Game

    I need help with creating a 2D data array which represents the map responsible for determining collisions in a pac man game and or a classic game called Boulder Dash.Looking forward to ya'll earliest reply...


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: 2d array Game

    What part of this is giving you trouble? Where are you stuck? What have you tried?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    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 array Game

    Do you have any specific questions about your project?
    Please post your code and any questions about problems you are having.
    If you don't understand my answer, don't ignore it, ask a question.

  4. #4
    Junior Member
    Join Date
    Mar 2013
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: 2d array Game

    I was looking for help with boulderdash. I was lookin for a source code on the internet but couldn't find anything on java

Similar Threads

  1. Help with my memory concentration game (2D Array help)
    By lukeyry in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 18th, 2012, 08:33 AM
  2. Game of Life, help with Array Object? Quite puzzled
    By Eriosblood in forum Collections and Generics
    Replies: 33
    Last Post: September 17th, 2012, 09:58 PM
  3. Help with assignment about a board game (enum and array question)
    By Kranti1992 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: March 12th, 2012, 07:47 AM
  4. Memory Card Game JButtons Array
    By rlo10 in forum What's Wrong With My Code?
    Replies: 26
    Last Post: March 4th, 2012, 05:02 PM
  5. Read in file and store in 2D array start of The Game of Life
    By shipwills in forum What's Wrong With My Code?
    Replies: 3
    Last Post: March 2nd, 2011, 09:52 AM