Objective
 The player must guess the number generated by the
                                    computer.
                                    
 
                                      Rules 
                                    The computer generates at random 4 digit number from 0 to 9 (no digits
                                    are the same) The player must guess the number generated by the computer.
                                    The player writes down a 4 digit number (that can be repeated)in the space
                                    corresponding and press check. If you guessed one number correctly that was
                                    generated by the computer, the response by the machine would be "PIN"
                                    or "BOL" . "Pin is when the digit and place is correct.
                                    " BOL" when the digit is correct but the place in incorrectly placed. If the player
                                    obtained four "Pines" wins since he guessed the four digits correctly.
                                    
                                    Example:
                                    The computer generates 6208
                                    On the first try the player types 5283 and presses check.
                                    The computer's response would be: 1 "PIN" and 1 "BOL". Numbers 2 and 8 are correct
                                    and on the right place and 0 is correct but not on the right place.
                                    On the second try the player types 0278 and resses check.
                                    The computer's response would be: 2 "Pin" and 1 "Bol". Numbers 2 and 8 are
                                    correct
                                    and in the right place, and number 0 is correct but noton the right place. 
                                    The game has 2 levels: Begginner and Advanced.
                                    The beginner lever has 22 opportunities to guess the right number
                                    The advanced level has 10 opportunities to guess the right number
                                    
                                    
                                        Have fun!