Skip to content

jdfandino10/Connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect-4

An online multiplayer connect 4 game using Meteor The Demo Game

Play now!

Create or join public or private games and play online with your friends. Just login or create an account to get started.

What’s connect-4?

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!

Usability Report

Here you can find the report

Development/Run

Codacy Badge Circleci

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.

About

A online multiplayer connect 4 game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages