Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 945 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 945 Bytes

Word Game

Guess the correct word to win the game.

This is an interactive game which uses turtle module in Python 3.

Requirements

  • 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.

How to play

  1. The game is very interactive and the user is only required to choose the correct answer by using the left click of the mouse.
  2. Player will be given atmost 6 chances or 6 wrong answers are accepted which will lead to END/LOSE of the game.
  3. If the player guesses the correct word before attempting 6 errors he/she will WIN THE GAME.

Images

GAME INTERFACE WIN
LOST