Skip to content

muhsinali/connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

alt tag

This is a simple implementation of the Connect 4 game.

Key features:

  • Game was implemented in a TDD fashion
  • Used GitFlow and created a continuous deployment pipeline using Travis and Heroku
  • Added a GZip compression filter to compress server responses

Tech stack

How to run the web app

To run the web app locally, start the MongoDB database using mongod and then go to the root directory of this project and run activator run. Once ready, go to http://localhost:9000 (if running for the first time, will need to wait a bit for the source code to compile).