Skip to content

Commit 4a9d4f2

Browse files
authored
Update build-tic-tac-toe-with-javascript.mdx
1 parent 8a815d0 commit 4a9d4f2

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

projects/build-tic-tac-toe-with-javascript/build-tic-tac-toe-with-javascript.mdx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,15 @@ Even in ancient times, people across the world still enjoyed playing games. One
2828

2929
In this project tutorial, we will learn to build a Tic-Tac-Toe game with JavaScript in the console! ❌ ⭕️
3030

31-
<RoundedImage
32-
link="https://i.imgur.com/aimW37h.png"
33-
description="Tic-Tac-Toe Game displayed in terminal"
34-
/>
31+
```sh
32+
🐐 | 🍇 | 🍇
33+
-------------
34+
| 🐐 |
35+
-------------
36+
| | 🐐
37+
38+
Player 🐐 wins!
39+
```
3540

3641
You'll be using:
3742

0 commit comments

Comments
 (0)