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: Hard time understanding.

  1. #1
    Junior Member
    Join Date
    Apr 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Hard time understanding.

    Hey everyone I just signed up here and I am pretty new when it comes to programing, I also hope I am posting this in the right forum, but ill get to the point. My teacher this semester sent me this assignment.

    This game program is intended to help you practice, implement and enjoy the coding syntax that you have learned to date. The objective of the game, simply stated, is to Break the Code in the minimum number of guesses.
    Game Design
    This is a 2 player game where Player 1 “Maker” is created a code, and Player 2 is the “Breaker”. Play alternates between Player 1 and Player 2 alternating responsibility to “Make or Break” the Code. Any number of iterations of the game make a match, where the lowest total score (least number of attempts to guess the code) Wins.
    Game Setup
    During each game there is the following requirements to be established:
    Skill Level : Easy, Moderate, or Difficult
    Guess time out: 2 sec, 5 sec, 10 sec
    Encryption Key: 1,2 or 3 offset.
    Hints: On or Off
    Graphics Presented for margin of victory, Low, Moderate, High


    I have emailed my teacher, but he has not responded so I came here for a helping hand. I am not asking for a solution just maybe a better translation of what he is asking me to do.


  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: Hard time understanding.

    It looks like a wrapper for a game. The game itself is not defined. The program will call methods in a game and set controls for the game. For testing you could write a shell for the game.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Hard time with Strings
    By Aboyordie in forum What's Wrong With My Code?
    Replies: 7
    Last Post: October 4th, 2012, 10:58 PM
  2. Singletons - I'm having a hard time understand how to implement them.
    By Illanair in forum Object Oriented Programming
    Replies: 6
    Last Post: February 16th, 2012, 05:49 PM
  3. I am having a hard time with my code
    By SandeeBee in forum What's Wrong With My Code?
    Replies: 14
    Last Post: November 12th, 2011, 09:34 AM
  4. I am having a hard time fixing this error
    By KuruptingYou in forum What's Wrong With My Code?
    Replies: 7
    Last Post: August 28th, 2011, 10:12 PM
  5. new to java.... having a hard time trying to read code
    By Newbie_96 in forum Java Theory & Questions
    Replies: 2
    Last Post: August 6th, 2011, 01:51 AM