An online multiplayer connect 4 game using Meteor The Demo Game
Create or join public or private games and play online with your friends. Just login or create an account to get started.
Connect-4 is a very simple board game. On a 6x7 grid players must insert chips alternately. The main goal is to get the largest number of 4 chips in a row, either horizontally, vertically or diagonally. Strategy is the key! It's simple and accessible!
Here you can find the report
In order to run this application you will need Meteor
Then clone this repository with:
git clone https://github.com/jdfandino10/Connect-4.git
Install the dependencies:
meteor npm install
And run the application:
meteor run
Also if you want to run the test locally run:
meteor test --driver-package dispatch:mocha
Or for a view of the results in the browser:
meteor test --driver-package practicalmeteor:mocha
Note: The application in your local environment will work with a local database created by meteor.