Search:

Type: Posts; User: jbarcus81

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    6,226

    Re: Wheel of Fortune - Simple Game

    Ok... here is my start..



    public void initBoard(int player)
    {
    players[player].initMyBoard(locInPuzzleBoard);
    }
  2. Replies
    3
    Views
    6,226

    Re: Wheel of Fortune - Simple Game

    I would like there to be a button at the least to reset the current player total ... but I'm thinking this should all be included with the 'New Game' module.. Because clicking the 'New Game' button...
  3. Replies
    3
    Views
    6,226

    Wheel of Fortune - Simple Game

    Well my Java class has been assigned to design a basic Wheel of Fortune game !! Sounds fun right? WRONG!! LoL.. Here is the thing, we have each been given a portion of the game to code, I got the...
Results 1 to 3 of 3