Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Small web application where two players can play a simple version of the classic Connect-Four board game in a browser, serving as a "Hello World on Steroids" for experimenting with open source libraries.

License

jeroenheijmans/connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four

Connect Four is a small web application where two players can play a simple version of the classic "board" game in a browser.

This code serves merely as a "Hello World on Steroids", allowing (sometimes public) experiments with open source libraries. The code itself (excepting any files in the /lib/ folders, which have their own licenses) is available under the MIT license.

About Connect Four

Connect Four is a game in which two players take turns dropping red or yellow coloured discs into a vertically suspended 7 x 6 grid. Discs fall to the bottom of the grid, occupying the next available space.

A player wins by connecting four of their discs horizontally, vertically or diagonally.

Screenshots

This is what the application should more or less look like:


in-game view


About

Small web application where two players can play a simple version of the classic Connect-Four board game in a browser, serving as a "Hello World on Steroids" for experimenting with open source libraries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published