copy data on screen

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rajtomar

    copy data on screen

    i have small gaem which pick a word randomly from a list of 100 four
    letterd words and asks user to guess it, when user inputs it, program
    compares the inputted word with the randomly picked word and return
    results, user gets 10 chances to guess the correct word. famous "COWS
    n BULLS" now the problem is that program has 4 options ,start ,
    resume, help screen and exit. now if a user wants to see help screen
    in between the game , the current game will be lost and a new game
    will start on selecting start.

    i want that if a user selects help screen in between a running game
    then the screen should be copied and should be printed on rselection
    of resume.

    any ideas ???????
  • red floyd

    #2
    Re: copy data on screen

    Rajtomar wrote:
    i have small gaem which pick a word randomly from a list of 100 four
    letterd words and asks user to guess it, when user inputs it, program
    compares the inputted word with the randomly picked word and return
    results, user gets 10 chances to guess the correct word. famous "COWS
    n BULLS" now the problem is that program has 4 options ,start ,
    resume, help screen and exit. now if a user wants to see help screen
    in between the game , the current game will be lost and a new game
    will start on selecting start.
    >
    i want that if a user selects help screen in between a running game
    then the screen should be copied and should be printed on rselection
    of resume.

    Comment

    Working...