connect4js

View the Project on GitHub

This is an implementation of the game connect 4 that can be played online. It was written as a fun project. The game state is controled by the Board.js file. Online_board.js and Online_Controllor.js translate the information in Board.js into html and recive input. Bot.js is not finished yet.

You can play the game here: link

Here is a picture of a game before starting: image

Here is a picture of the game midway through: image

And here is a picture of the completed game: image