-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
28 lines (20 loc) · 1.13 KB
/
README
File metadata and controls
28 lines (20 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
BrainGame is a rather challenging game, written in Python with kivy.
I made this game for the kivycontest#2014, and i pretty much got in love with kivy :)
(This is my first ever written kivy aplication)
The point of the game is to press the button, which spell text's color correctly.
Which is challenging because of the Stroop effect.
"In psychology, the Stroop effect is a demonstration of interference in the reaction time of a task.
When the name of a color (e.g., "blue," "green," or "red") is printed in a color
not denoted by the name (e.g., the word "red" printed in blue ink instead of red ink),
naming the color of the word takes longer and is more prone to errors than when
the color of the ink matches the name of the color."
Correct answers worth 1 point, wrong ones give you -1 point.
Some screens of gameplay:
http://imgur.com/Luhp3an
http://imgur.com/YALKrew
http://imgur.com/PTdBQZE
Requirements:
- The 3 files should be in the same directory
- Kivy 1.8.0 Python3.3 version, it should work with the others as well
- Tried it on Windows and Linux, not tested on Mac! (but it could work)
Hope you enjoy playing it!