/TrueOrFalseColor

The game is based on the Stroop effect

Primary LanguageJavaScriptMIT LicenseMIT

True Or False Color

True Or False Color is a game inspired by the Stroop effect. You need to check if the name of the written color matches with the color displayed.

The Stroop effect is a demonstration of interference in the reaction time of a task. When the name of a color is printed in a color not denoted by the name, 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. The effect is named after John Ridley Stroop, who first published the effect in English in 1935 in an article entitled "Studies of interference in serial verbal reactions" that includes three different experiments.

Play and compare your scores!

Remember: stay focused, there's always a trap!

Interface

Screenshot

You can control the game using your keyboard: ← for "true", → for "false" and space for new game.

Used libraries

Licensing

The MIT License (MIT)

Copyright (c) 2015 Igor Khripchenko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.