Develop a game application in CORBA for which the player will guess a number between 1 to 100, which will be compared to the random number generated by the class located at the server. The server will send the message with hint either ‘lower’ or ‘higher’ to help the player. If the number guessed by the player is same as the chosen number by the bean, then appropriate message is displayed. It will also display the number of the trials.