Responsive game of Connect 4. Built and maintained to try new things with responsivness and themes.
Connect 4 is a two player game. Players take turns dropping their color of disc into columns of a grid. To win the game, a player must be the first to form a line of four of their own discs. This line can be formed vertically, horizontally, or diagonally. To reset the board, hit that "New Board" button at the bottom of the page. Each new game's first turn will be taken by the non-winner of the last round. When the board is filled with each players discs with no winner, a tie is declared and a new board will need to be loaded.
Tech used: Javascript, HTML, CSS
Give it a whirl: https://arghmatey.github.io/Connect-4/
Future tweaks:
- computer opponent for solo players
- customizable board grid size