Guess the correct word to win the game.
This is an interactive game which uses turtle module in Python 3.
- As the game is running on Python3, so Python3 http://python.org should be installed onto the device.
- The game requires
turtle
module$pip install turtle
for running.
- The game is very interactive and the user is only required to choose the correct answer by using the left click of the mouse.
- Player will be given atmost 6 chances or 6 wrong answers are accepted which will lead to END/LOSE of the game.
- If the player guesses the correct word before attempting 6 errors he/she will WIN THE GAME.