/connect-4

Connect four pieces in a row to win - Fun Game

Primary LanguageTypeScript

Connect 4 🎲

The rules of the game are simple: the first player to connect 4 of the same colored discs in a row (either vertically, horizontally, or diagonally) wins.

Getting Started 🏁

install dependences

yarn

run the application

yarn start

run the tests

yarn test

run the e2e tests

yarn test:e2e

Technology Choices