Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.23 KB

File metadata and controls

34 lines (19 loc) · 1.23 KB

Score Four

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

Options

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

How to Play

Play is turn-based. Red goes first, followed by yellow, and so on. Connect, err, score four chips horizontally, vertically, or diagonally to win.

Learn More

To learn more about the T3 Stack, take a look at the following resources:

You can check out the create-t3-app GitHub repository — your feedback and contributions are welcome!