/connect-four

A game of “Connect Four” made with JS and jQuery.

Primary LanguageHTML

Overview

Connect Four is a two-player connection game in which players take turns to drop discs into a seven-column, six-row board. Player who gets first four discs formed horizontally, vertically, or diagonally wins the game.

Preview

Connect Four

Features

  • Players can win by connecting four discs either horizontally, vertically or diagonally.

  • Visual indication of which player won.

Technologies

Javascript, jQuery, CSS, HTML


Project developed during SPICED Academy, 2019.