Guess the Color Game Project in Python
Submitted by razormist on Wednesday, October 14, 2020 - 23:04.
Language
Project Title: Guess the Color Game
Guess the Color Game with Source Code is a Python program that is a single-player game where the player must guess the given color. The project is a simple colored word game that utilize your brain for guessing the correct color before the time runs out.
The project was created with the help of Pygame module that contains some composite material for creating a windows game. The project is played in a simple black background where there is only a colored text that the player needed to guess the correct color. The player must guess all the given colors before the time reach zero, if the player time reach zero the game will immediately end. The player gains a score after he/she guess the color correctly. The Guess the Color Game is very fun game that challenge your critical thinking for guessing a color, try to guess many as possible in order for you to achieve a higher score.
Guess the Color Game Project in Python Features:
- Keyboard Control
- The project controls is the alphanumeric keys that needed to enter name the given color.
- User-friendly Interface
- The project was design simple so that the player can navigate the game easier.
- Automate Timer
- The project contains an automate timer that continuously decreases as the player guess a color.
Guess the Color Game Installation:
- You will have to download & install the Python IDLE's, here's the link "https://www.python.org/downloads/".
- Extract the zip file.
- Open the extracted folder
- Locate the py file.
- Then open the file via python IDLE.
- Run the py file to launch the program.
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Add new comment
- 3477 views