Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 903 Bytes

File metadata and controls

20 lines (12 loc) · 903 Bytes

Color-Game-Python


This is a game build using Python. In this game the player has to enter the color of the word that appears on the screen and hence the score increases by one, the total time to play this game is 60 seconds and colors used in this game are Black, Pink, Brown, Green, Yellow, Blue, Purple, Red, Orange. The interface will display name of different colors in different colors. User has to identify the color and enter the correct color name to win the game. This game sharpens your mind and increases your concentration power.


Modules Included:

            'tktiner'
            'random'
            'keyboard'

Install 'keyboard' using this command:

            pip install keyboard

Screenshot of the GUI Window

Color Game