Connect four is a two-player connection rack game, in which the players choose a color and then take turns dropping colored tokens into a seven-column, six-row vertically suspended grid.The first player to form a horizontal, vertical, or diagonal line of four of one's own tokens wins. This is built with HTML, CSS, and vanilla JavaScript.