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

Thread: Developing UNO game in java

  1. #1
    Junior Member
    Join Date
    May 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Developing UNO game in java

    Hi All,

    First of all apologise for asking for help directly . I hope am not violating the norms of this website.
    Ok am new to java, i can develop basic java programs but am not really good at it.I have been given this assignment of developing UNO game in java and have been given 10 days.I need advice how should i pursue and how should i start.I know the game rules.Do i need to learn swings for the same?
    Again am not seeking spoon feeding help , i need guidance so that i can start in one direction and enhance my skills as well.

    Seeking your valuable response soon.Thanks in advance .


  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

    Default 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.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    May 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Developing UNO game in java

    Thanks a lot for quick response.
    Well its upto me. I think i should leave GUI for the time being and opt for console part.Please guide me how should i approach for the same .
    Once again , i appreciate your valuable advice and time.

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

    Default 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.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. [SOLVED] New to Java - Developing Applet
    By sjdganc in forum What's Wrong With My Code?
    Replies: 3
    Last Post: April 7th, 2014, 02:46 PM
  2. Help needed for Game developing
    By bibek011 in forum Java Theory & Questions
    Replies: 1
    Last Post: April 6th, 2013, 05:40 AM
  3. Best Tools for developing in Java/Android
    By Nesh108 in forum Android Development
    Replies: 11
    Last Post: October 24th, 2012, 07:34 AM
  4. Developing Java application for iPad
    By Alinani in forum Java ME (Mobile Edition)
    Replies: 6
    Last Post: August 3rd, 2012, 05:05 PM
  5. Replies: 0
    Last Post: May 24th, 2012, 01:21 PM