Felix Zieger
commited on
Commit
·
73e148e
1
Parent(s):
683d2d2
description
Browse files- README.md +0 -1
- src/components/game/WelcomeScreen.tsx +2 -2
README.md
CHANGED
@@ -9,7 +9,6 @@ pinned: false
|
|
9 |
---
|
10 |
# Think in Sync
|
11 |
|
12 |
-
This game is a variation of a classical childrens game.
|
13 |
You will be given a secret word. Your goal is to describe this secret word so that an AI can guess it.
|
14 |
However, you are only allowed to say one word at the time, taking turns with another AI.
|
15 |
|
|
|
9 |
---
|
10 |
# Think in Sync
|
11 |
|
|
|
12 |
You will be given a secret word. Your goal is to describe this secret word so that an AI can guess it.
|
13 |
However, you are only allowed to say one word at the time, taking turns with another AI.
|
14 |
|
src/components/game/WelcomeScreen.tsx
CHANGED
@@ -47,7 +47,7 @@ export const WelcomeScreen = ({ onStart }: WelcomeScreenProps) => {
|
|
47 |
<div>
|
48 |
<h1 className="mb-4 text-4xl font-bold text-gray-900">Think in Sync</h1>
|
49 |
<p className="text-lg text-gray-600">
|
50 |
-
|
51 |
</p>
|
52 |
</div>
|
53 |
|
@@ -98,4 +98,4 @@ export const WelcomeScreen = ({ onStart }: WelcomeScreenProps) => {
|
|
98 |
</Dialog>
|
99 |
</>
|
100 |
);
|
101 |
-
};
|
|
|
47 |
<div>
|
48 |
<h1 className="mb-4 text-4xl font-bold text-gray-900">Think in Sync</h1>
|
49 |
<p className="text-lg text-gray-600">
|
50 |
+
In this game you team up with AI to guess secret words!
|
51 |
</p>
|
52 |
</div>
|
53 |
|
|
|
98 |
</Dialog>
|
99 |
</>
|
100 |
);
|
101 |
+
};
|