Skip to content

Commit 2666c1c

Browse files
README upload
1 parent 368a800 commit 2666c1c

File tree

2 files changed

+217
-0
lines changed

2 files changed

+217
-0
lines changed

README_cn.md

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
# Stroop Effect 斯特鲁普效应
2+
> 什么是斯特鲁普效应?
3+
4+
**斯特鲁普效应(Stroop Effect)** 是一种经典的心理学现象,指当人们对某个刺激的某一特征(如文字颜色)进行反应时,若该刺激的其他特征(如文字含义)与目标特征冲突,会导致反应时间延长或准确率下降。
5+
6+
最著名的例子是“斯特鲁普任务”:当用不同颜色的墨水写出表示颜色的词语(如用红色墨水写“蓝”字),被试被要求快速说出墨水的颜色(而非文字内容)。此时,由于文字含义与颜色信息冲突,人们通常会反应更慢或更容易出错。这一效应揭示了人类大脑在处理冲突信息时的认知干扰机制,广泛应用于注意力、抑制控制和自动化加工的研究。
7+
8+
## 程式介绍
9+
此程式会测试你的斯特鲁普反应,你需要在不受到干扰的情况下,点击正确的选项。
10+
11+
在开始游戏时,游戏会生成一个字体颜色与字体内容不同的题目,同时下面会生成四种颜色供你选择。
12+
13+
当你选择正确,分数就会加一分;若当你选择错误,分数将会扣三分。
14+
当你分数到达20分,或分数到达-10分后,游戏将会结束。
15+
16+
这里仅简单介绍此程式,下面会详细介绍程式的每一个页面:
17+
18+
## 程式安装
19+
此程式共有三个版本,分别是 *exe(可执行文件)**msi Windows安装包* ,以及 *zip压缩包*
20+
\
21+
你可以根据你的需求进行安装。在无特殊情况下,下载exe或msi版本即可。
22+
23+
当你在下载或安装的过程中,你的游览器以及系统或许会提示此文件不安全。关于此问题,各位大可放心,本人可以担保,此程式本身没有任何的病毒或恶意内容。
24+
\
25+
此程式会被侦测为不安全是因为此程式未设置签名证书。 <s>(没钱买证书)</s>
26+
27+
若你下载的是exe或msi版的程式,可直接双击程式,运行并安装。
28+
\
29+
若是zip版,则需要解压缩,运行文件夹当中的exe文件即可开始。
30+
31+
### 开始页面
32+
![Main](/image/mainpage_cn.png)\
33+
图片:开始界面
34+
35+
这是程式的主页,在主页的中央会简单介绍此程式的玩法。
36+
37+
1. 在介绍的下方有一个淡黄色的“开始”按钮,点击“开始”按钮就可以开始游戏。
38+
39+
1. 在开始界面的左上角是一个问号按钮。点击这个按钮,就会显示斯特鲁普效应的简单介绍。
40+
41+
1. 在开始界面的右上角是语言的切换按钮,点击此按钮就可以切换语言。
42+
43+
> 在默认情况下,启动此程式是以英文显示,若要切换至中文,点击此按钮即可切换至中文。
44+
45+
### 帮助窗口
46+
![Help](/image/help_cn.png)\
47+
图片:帮助窗口
48+
49+
当你点击开始界面中的问号按钮后,则会弹出一个窗口。
50+
此窗口会简单介绍斯特鲁普效应。点击窗口的“OK”或点击右上角的“关闭”就会关闭窗口。
51+
52+
### 游戏界面
53+
![Game](/image/game_cn.png)\
54+
图片:游戏界面
55+
56+
1. 在你开始游戏后,此程式会进入类似的界面。你在这里可以看到一个 *题目* ,四个 *正方形方块*,右上角有一个 *按钮* ,左下方的 *分数* ,以及右下角的 *时间*
57+
58+
1. 在游戏界面的右上角,有一个带有打叉符号的按钮,点击此按钮,可以直接结束游戏,并返回到开始界面。
59+
60+
1. 游戏开始时,程式会随机生成一个字体颜色与字体内容不同的颜色。
61+
62+
> 如图上的例子:
63+
\
64+
程式生成了一个题目。题目的文字内容是“橙色”,同时题目文字本身的颜色是“黄色”。
65+
66+
1. 同时,下面生成了四个随机带有颜色的正方形方块。这些生成的方块包括了题目文字的内容颜色“橙色”,以及题目文字本身的颜色“黄色”。
67+
68+
> 根据题目,我们需在下方正方形颜色方格选择 **题目字体内容的颜色** ,也就是“橙色”(第三个方格),选择其他颜色则算错误。
69+
70+
1. 根据规则,选择正确加一分,选择错误扣三分。当分数到达20分或-10分后游戏结束,并弹出结束窗口。
71+
72+
73+
### 结束窗口
74+
#### 成功
75+
![Success](/image/success_cn.png)\
76+
图片:成功结束窗口
77+
78+
若你的分数等于或超过了20分,则游戏结束。程式会弹出成功窗口。
79+
80+
#### 失败
81+
![Fail](/image/fail_cn.png)\
82+
图片:失败结束窗口
83+
84+
若你的分数小于或等于-10分,则表示失败,程式将会弹出失败窗口。
85+
\
86+
\
87+
注:无论你是成功还是失败,关闭结束窗口将会回到开始页面。
88+
89+
## 删除程式
90+
![Uninstall](/image/uninstall.png)\
91+
图片:删除程式
92+
93+
此程式的删除方式与大多数Windows程式的删除方式相同。
94+
95+
若是以exe或msi的方式下载,可直接前往系统的控制面板删除程式,这里就不详细说明了。
96+
97+
若是以zip文件下载,可直接删除程式文件夹,并清空回收站。
98+
99+
## 下载链接(包含exe,msi,zip格式)
100+
[GitHub 代码托管平台](https://github.com/print1Username/stroopeffect.git)
101+
\
102+
[Google Drive 谷歌云端硬盘](https://drive.google.com/drive/folders/1jCZIsKmrX2yuIcxFfKQRhRhOzlUEvkzx?usp=sharing)
103+
104+
## 外部链接
105+
106+
[维基百科](https://zh.wikipedia.org/wiki/%E6%96%AF%E7%89%B9%E9%B2%81%E6%99%AE%E6%95%88%E5%BA%94)
107+
\
108+
[百度百科](https://baike.baidu.com/item/%E6%96%AF%E7%89%B9%E9%B2%81%E6%99%AE%E6%95%88%E5%BA%94/4903054)
109+
\
110+
[MBA智库百科](https://wiki.mbalib.com/wiki/Stroop%E6%95%88%E5%BA%94)

README_en.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
# Stroop Effect
2+
> What is Stroop Effect?
3+
4+
The **Stroop Effect** is a well-known psychological phenomenon where interference between conflicting features of a stimulus (e.g., word meaning and ink color) slows down response time or reduces accuracy.
5+
6+
The classic demonstration is the "Stroop Task": Participants are asked to name the ink color of a word (e.g., the word "BLUE" printed in red ink) while ignoring the word's meaning. Due to the mismatch between the word and its color, responses become slower or error-prone. This effect highlights cognitive interference in attention, inhibitory control, and automatic processing, making it a fundamental tool in psychology research.
7+
8+
## Program Introduction
9+
10+
This program tests your **Stroop effect**. You'll need to click the correct option **without interference**.
11+
12+
When the game starts, it will generate a question where the font color **differs** from the font content. Below it, four color options will appear for you to choose from.
13+
14+
If you select correctly, your score will **increase by one point**. If you select incorrectly, your score will **decrease by three points**. The game ends when your score reaches **20 points** or drops to **-10 points**.
15+
16+
This is just a brief introduction to the program; each page will be described in detail below.
17+
18+
## Program Installation
19+
20+
This program comes in three versions: an **.exe (executable file)**, an **.msi (Windows installer package)**, and a **.zip (compressed archive)**.
21+
22+
You can install it based on your needs. Usually, downloading the .exe or .msi version is sufficient.
23+
24+
During the download or installation process, your browser and system might flag the file as unsafe. Please don't worry about this; I can assure you that the program itself contains **no viruses or malicious content**.
25+
26+
The program is detected as unsafe because it **lacks a digital signature certificate**. <s>(Can't afford one)</s>
27+
28+
If you download the .exe or .msi version, simply **double-click** the program to run and install it.
29+
30+
If you download the .zip version, you'll need to **extract it** and then run the .exe file located inside the folder to get started.
31+
32+
### Start Page
33+
![Start](/image/mainpage_en.png)\
34+
Image: Start Interface
35+
36+
This is the program's main page, where the game's simple rules are introduced in the center.
37+
38+
1. Below the introduction, there's a light yellow "Start" button. Clicking this button will begin the game.
39+
40+
1. In the top-left corner of the start interface is a question mark button. Clicking this button will display a brief introduction to the Stroop Effect.
41+
42+
1. In the top-right corner of the start interface is the language switch button. Clicking this button allows you to switch languages.
43+
44+
> By default, the program starts in English. If you wish to switch to Chinese, simply click this button.
45+
46+
### Help Window
47+
![Help](/image/help_en.png)\
48+
Image: Help Window
49+
50+
Clicking the question mark button on the start screen will **open a pop-up window**.
51+
52+
This window provides a brief explanation of the **Stroop Effect**. You can close the window by clicking either "**OK**" or the "**Close**" button in the top right corner.
53+
54+
-----
55+
56+
### Game Interface
57+
![Game](/image/game_en.png)\
58+
Image: Game Interface
59+
60+
1. Once you start the game, the program will enter an interface similar to this. Here, you'll see a **question**, four **square blocks**, a **button** in the top right corner, your **score** in the bottom left, and the **time** in the bottom right.
61+
62+
2. In the top right corner of the game interface, there's a button with an "X" symbol. Clicking this button will immediately end the game and return you to the start interface.
63+
64+
3. When the game begins, the program will randomly generate a color for the text and the text content, ensuring they are different.
65+
66+
> As shown in the example image:
67+
> The program generated a question. The text content of the question is "Pink", while the color of the text itself is "Orange".
68+
69+
4. Simultaneously, four randomly colored square blocks will appear below. These generated blocks will include both the color of the question's text content "Pink" and the color of the text itself "Orange".
70+
71+
> According to the rules, you need to select the **color of the question's text content** from the square color blocks below. In this example, that would be "Pink", which is the third block. Choosing any other color will be counted as incorrect.
72+
73+
5. Based on the rules, a correct selection adds one point, while an incorrect selection deducts three points. The game ends when your score reaches **20 points** or drops to **-10 points**, and an end-game window will pop up.
74+
75+
76+
### End Game Window
77+
#### Success
78+
![SUccess](/image/success_en.png)\
79+
Image: Successful End Window
80+
81+
If your score equals or exceeds **20 points**, the game ends. The program will display a **success window**.
82+
83+
#### Failure
84+
![Fail](/image/fail_en.png)\
85+
Image: Failure End Window
86+
87+
If your score is less than or equals **-10 points**, it signifies a failure. The program will then display a **failure window**.
88+
89+
Note: Regardless of whether you succeed or fail, closing the end game window will take you back to the start page.
90+
91+
## Uninstalling the Program
92+
![Uninstall](/image/uninstall.png)\
93+
Image: Uninstalling the Program
94+
95+
Uninstalling this program is the same as uninstalling most other Windows programs.
96+
97+
If you downloaded the .exe or .msi version, you can simply go to your system's Control Panel to uninstall the program. Detailed steps won't be provided here.
98+
99+
If you downloaded the .zip file, you can directly delete the program folder and then empty your Recycle Bin.
100+
101+
## Download Program (include exe,msi,zip format)
102+
[GitHub](https://github.com/print1Username/stroopeffect.git)
103+
\
104+
[Google Drive](https://drive.google.com/drive/folders/1jCZIsKmrX2yuIcxFfKQRhRhOzlUEvkzx?usp=sharing)
105+
106+
## Link:
107+
[Wikipeka](https://en.wikipedia.org/wiki/Stroop_effect)

0 commit comments

Comments
 (0)