Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joswinemmanuel/connect-four-jquery

The classic two-player game of Connect Four, implemented using HTML, CSS, JavaScript, and jQuery, where players compete to connect four dots in a straight line horizontally, vertically, or diagonally to win.
https://github.com/joswinemmanuel/connect-four-jquery

css html javascript jquery

Last synced: about 5 hours ago
JSON representation

The classic two-player game of Connect Four, implemented using HTML, CSS, JavaScript, and jQuery, where players compete to connect four dots in a straight line horizontally, vertically, or diagonally to win.

Awesome Lists containing this project

README

        

Connect Four



  • A 2 vs 2 game


  • Connect any 4 dots to win


  • The connection must be a straight line


  • It can be a horizontal line


  • It can be a vertical line


  • It can be a diagonal line