thdomingues-dev / connect-4

Connect four pieces in a row to win - Fun Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Connect four pieces in a row to win - Fun Game


Languages

Language:TypeScript 96.6%Language:HTML 3.4%