Java Dice Game
Guys The application should start after logging in to the application. Therefore you should include the user registration option to the application. You can use a menu item for this or simply a button in the application. Registered user information (user id and password) should be stored into a text file (e.g., players.txt) and used while validating users during the log-in. Playing the DiceGame. Player requests to roll the dice. The system presents results: If the dice face value totals seven, the player wins; otherwise, the player loses. You don't need to visualize dice in the game, you may simulate it with two text areas that will display the generated numbers. For each win the player earns 5 points, while player loses 3 points for each defeat. Player scores should also be stored in the players.txt file. This is my java homework i am trying but i cant do . Could u help