This is the world's worst Connect Four clone and my first attempt at a T3 Stack project bootstrapped with create-t3-app. It is also my first time using Tailwind CSS.
Play now: https://scorefour.vercel.app
1-4 Players: Red, Yellow, Green, Purple
The game supports single or multiplayer (default 2 players, red and yellow):
- Singleplayer games are played against a simulated opponent
- Multiplayer games are turn-based, played on the same device.
Board size
Select a size (default 7x6):
- 4-9 columns
- 4-9 rows
Play is turn-based. Red goes first, followed by yellow, and so on. Connect, err, score four chips horizontally, vertically, or diagonally to win.
To learn more about the T3 Stack, take a look at the following resources:
- Documentation
- Learn the T3 Stack — Check out these awesome tutorials
You can check out the create-t3-app GitHub repository — your feedback and contributions are welcome!