Skip to content

abhisharma404/Word-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Guess the correct word to win the game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%