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 2 of 2

Thread: snakes and ladders game's code,i need help ,m a beginner!!!

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

    Exclamation snakes and ladders game's code,i need help ,m a beginner!!!

    Snakes and Ladders is an ancient board game regarded today as a worldwide classic. It is played
    between two or more players on a game board having numbered, gridded squares. A number of
    "ladders" and "snakes" are pictured on the board, each connecting two specific board squares.
    The object of the game is to navigate one's game piece, according to die rolls, from the start
    (bottom square) to the finish (top square), helped or hindered by ladders and snakes, respectively.

    Snakes and Ladders is an ancient board game regarded today as a worldwide classic. It is played
    between two or more players on a game board having numbered, gridded squares. A number of
    "ladders" and "snakes" are pictured on the board, each connecting two specific board squares.
    The object of the game is to navigate one's game piece, according to die rolls, from the start
    (bottom square) to the finish (top square), helped or hindered by ladders and snakes, respectively.
    Last edited by Norm; March 7th, 2013 at 01:56 PM. Reason: Duplicate


  2. #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

    Exclamation Re: please help me in making code for snakes and ladders game,please help!!!!

    What have you tried?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Help with Snake Game Java Code: It's Impossible to Lose the Game
    By haruspex_icis in forum What's Wrong With My Code?
    Replies: 20
    Last Post: December 17th, 2012, 12:21 PM
  2. Help with java hangman game(beginner)
    By alexander@semfe in forum What's Wrong With My Code?
    Replies: 5
    Last Post: December 9th, 2012, 01:56 PM
  3. Beginner Java Game Developement
    By grimrader22 in forum Java Theory & Questions
    Replies: 7
    Last Post: November 30th, 2011, 08:25 PM
  4. Snakes and Ladders
    By JamesAubrey in forum What's Wrong With My Code?
    Replies: 3
    Last Post: April 27th, 2011, 01:07 PM
  5. error with a java game..(beginner)
    By Skat in forum What's Wrong With My Code?
    Replies: 3
    Last Post: November 1st, 2010, 02:04 PM