Skip to content

A simple word game using python for linux and windows

Notifications You must be signed in to change notification settings

nakulvinod/python-wordgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the game

Random words will come down from the top of the screen and you need to press the corresponding letters for each word to score points.If any letters reach the bottom of the screen you will lose life. Correctly typed letters will become a"*" and give you 10 points, Each time a letter reach the bottom will reduce your life by 5.

Requirements

  • Python >=3.8

Installation

pip install -r requirments.txt

python main.py

Screenshots

Home screen

home screen

Game screen

Game screen Game screen

Game over

Game over

Help screen

Help screen

History

Version 1.0.0

  • Initial release

TODO

  • More random words
  • Screen alignment

Credits