Search:

Type: Posts; User: frozen java

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,519

    Re: Simple game problem

    I made it assign a value for each "Rock" "Paper" and "Scissors" works great now thanks for the help


    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;...
  2. Replies
    7
    Views
    1,519

    Re: Simple game problem

    alright ill give that a shot
  3. Replies
    7
    Views
    1,519

    Re: Simple game problem

    this is what im talking about right here little things like this



    rock
    Rock beats rock, you lose :(
    Type 'Rock' 'Paper' or 'Scissors'.

    what i chose was "rock" what the computer chose was...
  4. Replies
    7
    Views
    1,519

    Simple game problem

    I've been working on a Rock Paper Scissors game. It works by the player typing in either "Rock" "Paper" or "Scissors" then the computer will generate at random "Rock" "Paper" or "Scissors"

    The...
Results 1 to 4 of 4