connectfour
v0.0.2
Published
WORK IN PROGRESS - A "Connect Four" online game using node, express and socket.io
Downloads
2
Readme
Connect Four
"Connect Four is a two-player connection game in which the players first choose a color and then take turns dropping colored discs from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the next available space within the column. The objective of the game is to be the first to form a horizontal, vertical, or diagonal line of four of one's own discs." -Wikipedia
In this project
This project is still in progress. Currently, we have a working client-side interface for placing discs on the grid. However, a connection is established to the server.
More updates coming soon, stay tuned!