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: Rock paper scissors project

  1. #1
    Junior Member
    Join Date
    Nov 2011
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Rock paper scissors project


    Hi everyone,

    I'm writing a Rock, Paper, Scissors program in Java. I am in my first Java class and I am still new at this
    So far I have it so that the user enters a number that corresponds with their choice. I am supposed to error check the user input to make sure it is either Rock, Paper or Scissors, and if not, they will be prompted to enter it again. I'm supposed to use a
    do/while loop to allow the user to continue playing games until ready to quit, and what's scaring me the most, is I have to use a multi-dimensional array to store the user's choices and the computer's choices for each round, and output the game details for
    each round.

    Can anyone PLEASE help me? I feel like this is overwhelming and I'm so lost.

    Thanks,
    Katie

    FirstRPSGames1.txt



  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: Rock paper scissors project

    I guess you didn't like the help I already gave you?

    This thread has been cross posted here:

    http://www.java-forums.org/new-java/51926-rock-paper-scissors.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting

    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. The Following User Says Thank You to KevinWorkman For This Useful Post:

    katie_gsu (November 28th, 2011)

Similar Threads

  1. rock paper scissor. whats wrong here ??
    By bjorn10 in forum Loops & Control Statements
    Replies: 1
    Last Post: November 10th, 2011, 09:13 AM
  2. rock paper si
    By robingeldolf in forum What's Wrong With My Code?
    Replies: 4
    Last Post: November 4th, 2011, 06:41 AM
  3. Rock Paper Scissors Spock Lizard Player Problem
    By flyingcurry in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 3rd, 2011, 10:53 AM
  4. MyThesis: rock,paper,scissor..on mobile
    By Cross`17 in forum Java ME (Mobile Edition)
    Replies: 2
    Last Post: April 22nd, 2010, 08:33 AM
  5. Paper on a Java Program
    By dude in forum Java Theory & Questions
    Replies: 1
    Last Post: December 4th, 2009, 05:40 PM