/python-wordgame

A simple word game using python for linux and windows

Primary LanguagePython

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