Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,482

    Re: Developing UNO game in java

    The System.out class is used for writing to the console via its print and println methods.
    System.in can be wrapped in a Scanner class to use its methods for reading input from the console.
  2. Replies
    3
    Views
    1,482

    Re: Developing UNO game in java

    Will the game use a GUI window or just the command prompt console? If it is to use GUI, you'll need to use the Swing classes. 10 days will be a short time to learn Swing.
Results 1 to 2 of 2