Guess the colour not the word

Scoring

You scored / = %

This beats or equals
% of test takers
also scored 100%

The average score is

Your high score is

Your fastest time is

Keep scrolling down for answers and more stats …

REDORANGEYELLOWGREENBLUEPURPLEWHITEREDORANGEYELLOWGREENBLUEPURPLEWHITEREDORANGEYELLOWGREENBLUEPURPLEWHITEREDORANGEYELLOWGREENBLUEPURPLEWHITEREDORANGEYELLOWGREENBLUEPURPLEWHITEREDORANGEYELLOWGREENBLUEPURPLEWHITEREDORANGEYELLOWGREENBLUEPURPLEWHITEREDORANGEYELLOWGREENBLUEPURPLEWHITE1234567RED ORANGE YELLOW GREEN BLUE PURPLE WHITE12 3 4 5 6 7GREENREDYELLOWBLUEORANGEPURPLEWHITE

Answer

b/5

o/2

p/6

o/2

g/4

p/6

p/6

b/5

b/5

o/2

y/3

w/7

r/1

r/1

p/6

y/3

w/7

r/1

g/4

y/3

Answer

r/1

o/2

g/4

b/5

w/7

g/4

g/4

w/7

r/1

y/3

g/4

b/5

o/2

y/3

w/7

p/6

b/5

p/6

y/3

w/7

10000+ результатов для ‘say the colour not the word’

SAY THE COLOUR, NOT THE WORD

The colour, not the word

say the colour

Say the words. Colour the circles.

Say the word or word combination

Say the word

Say the word

Say the word
Откройте поле

Дошкольник
1-й класс
2-й класс
Начальная школа / начальная
English
Kids Box 2

Say the word on

Say the word

Say the word
Откройте поле

Дошкольник
1-й класс
2-й класс
Начальная школа / начальная
English

Say the word

Say the word

Say the word
Откройте поле

Elementary
English
Muzzy in Gondoland

Select a synonym for the bolded word 1

Open the box and say the word

I can jump! + At the circus!

Say the word

Say the word

Say the word

ABC say the word

Explain the word. Don't say the word.

Describing people _ fill in the gaps

Say the word

The truth game

Say the word

Say the word
Случайное колесо

Дошкольник
1-й класс
English
Kids box Starter

Say the word

Clothes say the word

Say the word

Say the word
Случайные карты

Дошкольник
1-й класс
English
Kids box Starter

Say the word

Say the word
Случайное колесо

Дошкольник
Начальная школа / начальная
English

Say the word

Say the word
Случайное колесо

Elementary
English
Muzzy in Gondoland

Definition (say the word) Ambullance

CKEHRMD say the word starting

The weather

Say the fruit

Say the fruit
Откройте поле

Дошкольник
1-й класс
Начальная школа / начальная
English
Fruit

Say the word/word-combination

What's the time?

the weather

the weather
Перевернуть плитки

Spotlight 2
Spotlight 3
the weather

Guess the word (A2) 1-6

Guess the word (A2) 1-3

The Royal Family.

The ABC

Fly high 2 unit 27 game "say the word"

Chapter 4_make up a sentence with the word

Say the fruit

Say the fruit
Случайное колесо

Дошкольник
1-й класс
English
Fruit

«How can you not have a shrink? This is Manhattan! Even the shrinks have shrinks»

the Hollow episode 2-1

Happy House 3 lesson Say the word game

Halloween/say the word, back to board

Explain the word, DON'T SAY IT ALEX

Sergey, EXPLAIN THE WORD, don't say it

Are they heroes?

Are they heroes?
Случайное колесо

Начальная школа / начальная
Средняя школа
English
Own it 3 unit 3 Spread the word

Explain the word, DON'T SAY IT!

The Avengers_2012_Part 5 (the plan)_revision 3

My favourite food (Spotlight - 2)

The Avengars_parts 1_5_revision

places in the city Islands-1

Say the word or word combination. Shopping

Ep4 part1

Guess the word (A2) 1-5

Answers to the questions

Paper Dolls - L3 (do the action/say the word)

Defining Clause (Don't say the word!) NTE Inter 2.1

Below you’ll find a collection of color games for kids. These are great for teaching the names of colors in English to kids and beginner English language learners. All these color games are ready to use and are absolutely free to use in your lessons. See below for the color games currently available, and check the bottom of the page for related resources.

What Color Is It?

Color Game For Kids

This first game is a fun colors guessing game. To play the game, simply show the video in class. There are 10 rounds and in each round, students will see a black and white image and 4 colors. Students must guess the color of the object before the time runs out. This color game is perfect for reviewing the names of colors in English with kindergarten/preschool kids and beginner English language learners.

Colors Guessing Game

This next fun colors game is a ‘Telepathy’ style game to review colors in English.  In this game, students will see a black and white image and must guess ‘What color is it?’ while using the target language. There are 10 rounds. To indicate their guess, students can write down the color. Alternatively, students can simply raise their hand or move to one side of the room. This colors game is a lot of fun, and kids really enjoy it, especially when they guess correctly.

Colors Quiz

Colors Quiz For Kids

This next colors game for kids is a fun quiz. To play, simply show the video in class. Students will be asked to name something of a certain color. For example, “Name something blue.” If their answer is one of the ‘Top Five’ answers, then they get points. This colors quiz is super fun and a great way to review colors with kids.

Related Resources

Colors Worksheets
Colors Flashcards
List Of Colors In English
Colors PowerPoint

This article about Color Game Using TKinter In Python is a GUI based which displays random color text and you have to identify its color.

You have 30 seconds to guess as much as word color you can, and you will get score if the guess is right. This project is an interesting and simple project.

Project Information’s

Project Name: Color Game In Python
Language/s Used: Python (GUI) Based
Python version (Recommended): 2.x or 3.x
Database: None
Type: Python App
Developer: IT SOURCECODE
Updates: 0
Color Game In Python – Project Information

A Color Game in Python is designed for guessing random word color. Here, you have to type the color of the words, not the word text.

Also, the design of this system is pretty simple so that the user won’t get any difficulties while working on it.

How To Make a Color Game in Python?

Here’s the step by step process on how to create a color game using python.

1. Install Libraries

Code:

from tkinter import *
import random

Explanation:

The code given above are the required libraries to be install in the system.

2. Colors Data

Code:

colours = ['Red','Blue','Green','Pink','Black', 'Yellow','Orange','White','Purple','Brown']

Explanation

The code given above are the list of colors to be guess.

3. Game Starter Function

Code:

#Function that will start the Game
def startGame(event):

    if time==30:

        #start the countdown timer
        countdown()

    #run the function to chose the next color
    nextcolor()

Explanation:

The code given above is the functions to start the color game.

4. Next Color Function

Code:

def nextcolor():

    global score
    global time

    #if a game is in play
    if time > 0:

        #make the text entry box active
        colour_entry.focus_set()

        if colour_entry.get().lower() == colours[1].lower():

            score += 1

        #clear the entry the box 
        colour_entry.delete(0, END)

        random.shuffle(colours) 

        # change the colour to type, by changing the 
        # text _and_ the colour to a random colour value
        colour.config(fg= str(colours[1]) , text = str(colours[0]))

        # update the score. 
        scoreLabel.config(text = "Score: " + str(score))

Explanation:

The code given above is the function to give the next guessing color if the first color was guess correctly.

5. Countdown Timer Function

Code:

#Countdown Timer Fuction
def countdown():

    global time

    #if a game is in play
    if time > 0 :

        #decrement the value
        time -= 1

        # update the time left label 
        timeLabel.config(text = "Time left: "+ str(time))

        # run the function again after 1 second. 
        timeLabel.after(1000, countdown)

Explanation:

The code given above is the function for the countdown timer.

6. Main Function

Code:

#Driver Code
if __name__=='__main__':

    root = Tk()

    #Setting the title 
    root.title('Color Game') 

    #Setting the geometry of the window
    root.geometry('375x200')

    #set an instruction label 
    instructions = Label(root, text = 'Type in the colour of the words, and not the word text!', font = ('Helvetica', 12)) 
    instructions.pack()

    #Create a Score label
    scoreLabel = Label(root, text = 'Score :'+str(score), font=('Helvetica' , 12))
    scoreLabel.pack()

    #Create a Time Label 
    timeLabel = Label(root, text = 'Time Left : '+str(time), font=('Helvetica' , 12))
    timeLabel.pack()

    #create a colour label
    colour = Label(root, font=('Helevetica',12))
    colour.pack()

    #Entry box for input from user
    colour_entry = Entry(root)


    colour_entry.focus_set()
    root.bind('<Return>',startGame)

    colour_entry.pack()

    root.mainloop()

7. Complete Source Code

from tkinter import *
import random

#list of possible colour. 
colours = ['Red','Blue','Green','Pink','Black', 
           'Yellow','Orange','White','Purple','Brown']

score  = 0

#To take in account the time left: initially 30 seconds
time = 30

#Function that will start the Game
def startGame(event):

    if time==30:

        #start the countdown timer
        countdown()

    #run the function to chose the next color
    nextcolor()

def nextcolor():

    global score
    global time

    #if a game is in play
    if time > 0:

        #make the text entry box active
        colour_entry.focus_set()

        if colour_entry.get().lower() == colours[1].lower():

            score += 1

        #clear the entry the box 
        colour_entry.delete(0, END)

        random.shuffle(colours) 

        # change the colour to type, by changing the 
        # text _and_ the colour to a random colour value
        colour.config(fg= str(colours[1]) , text = str(colours[0]))

        # update the score. 
        scoreLabel.config(text = "Score: " + str(score))

#Countdown Timer Fuction
def countdown():

    global time

    #if a game is in play
    if time > 0 :

        #decrement the value
        time -= 1

        # update the time left label 
        timeLabel.config(text = "Time left: "+ str(time))

        # run the function again after 1 second. 
        timeLabel.after(1000, countdown)

#Driver Code
if __name__=='__main__':

    root = Tk()

    #Setting the title 
    root.title('Color Game') 

    #Setting the geometry of the window
    root.geometry('375x200')

    #set an instruction label 
    instructions = Label(root, text = 'Type in the colour of the words, and not the word text!', font = ('Helvetica', 12)) 
    instructions.pack()

    #Create a Score label
    scoreLabel = Label(root, text = 'Score :'+str(score), font=('Helvetica' , 12))
    scoreLabel.pack()

    #Create a Time Label 
    timeLabel = Label(root, text = 'Time Left : '+str(time), font=('Helvetica' , 12))
    timeLabel.pack()

    #create a colour label
    colour = Label(root, font=('Helevetica',12))
    colour.pack()

    #Entry box for input from user
    colour_entry = Entry(root)


    colour_entry.focus_set()
    root.bind('<Return>',startGame)

    colour_entry.pack()

    root.mainloop()

Output

This Color Code Game In Python also includes a downloadable Project With Source Code for free, just find the downloadable source code below and click to start downloading.

By the way if you are new to python programming and you don’t know what would be the the Python IDE to use, I have here a list of Best Python IDE for Windows, Linux, Mac OS that will suit for you. I also have here How to Download and Install Latest Version of Python on Windows.

To start executing Color Game Using Tkinter In Python, make sure that you have installed Python 3.9 and PyCharm in your computer.

Color Game Using Tkinter In Python With Source Code : Steps on how to run the game project

Time needed: 5 minutes.

These are the steps on how to run Color Game Using Tkinter In Python With Source Code

  • Step 1: Download the given source code below.

    First, download the given source code below and unzip the source code.

  • Step 2: Import the project to your PyCharm IDE.

    Next, import the source code you’ve download to your PyCharm IDE.
    color game open project

  • Step 3: Run the project.

    last, run the project with the command “py main.py”
    color game run project

Download Source Code below

Summary

The Color Game In Python is a simple project developed using Python. This project is a GUI based which displays random color text and you have to identify its color.

You have 30 seconds to guess as much as word color you can, and you will get score if the guess is right. This project is an interesting and simple project.

Inquiries

If you have any questions or suggestions about Color Game Using Tkinter In Python With Source Code, please feel free to leave a comment below.

Понравилась статья? Поделить с друзьями:
  • Guess the word group 2
  • Guess the word games online
  • Guess the build word list
  • Guess one word game
  • Guess the word games answers