gamesimulation in python
guessthenumber.py | ||
LICENSE | ||
README.md |
Guess the number
I think of a number in the range from 0 to 10.
In order 3 players can make a guess. The one who is the closest wins.
What is the perfect strategy?
This script simulate this game and shows the best option (Nash equilibrium). If multiple options are equal good, one chooses the lowest number. This assumtion is the easiest to implement, but I think it will not be the best.
© 2025 Beat Jäckle