This document describes a multiplayer guessing game called "Guess It!" that was created using Greenfoot for the front end, Jersey Servlet for the back end, MongoDB for the database, and deployed on Heroku. The game allows players to host or join a game by entering a unique ID and difficulty level, then uses operands and buttons to guess the solution while viewing live score updates.
4. How to start multiplayer game?
¡ñ Host a Game
1. Enter an unique game id
2. Select difficulty level
¡ñ Join a Game
1. Enter game id
2. Start guessing
5. Play Mode
¡ñ Single Player Game
Easy
Hard
¡ñ Multi Player Game
Host Game
Join Game
8. How to Guess?
¡ñ Use different operands to select
operation.
¡ñ Use left number field to input number.
¡ñ Use Right Query button to inspect.
¡ñ Use Left Guess button to guess finally.
¡ñ Use View Score button for score
updates.