Documentation
Number Guessing
Require: IP-Symcon >= 5.0
range of functions
- A little game where a random number has to be guessed.
Software installation
- Via the Module Store install the game collection module.
Setting up the instances in IP-Symcon
- Under "Add Instance" the 'Number Guessing' module can be easily found using the quick search.
Configuration page:
name | type | description |
---|---|---|
Minimum of the generated number | Integer | The minimum of the number that will be generated. |
Maximum of the generated number | Integer | Maximum of the generated number. |
Number of allowed attempts | Integer | The number of attempts the player has to guess the number. |
status variables
The status variables/categories are created automatically. Deleting individual ones can lead to malfunctions.
Status variables
Name | Type | Description |
---|---|---|
Moves left | Integer | Shows the number of remaining attempts. |
Your number is | String | Shows if the guess is greater or less than the number to guess. |
Your Hint | Integer | The input field for the player's hint. |
Visualization
This is where the game is played.