Skip to content

Playable Connect-4 Web App that saves user results & leaderboard.

Notifications You must be signed in to change notification settings

lainermeister/Connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect-4

Playable Connect 4 Game built in Javascript.

example game

Features

  • All Connect 4 rules implemented
  • Ability for users to enter player names
  • Game records kept and displayed via Recent Games and Leaderboard dashboards

To run deployed app

Click here

To run app locally

First install dependencies:

npm install

To setup the MySQL database (in mySQL shell):

drop database if exists connect4; create database connect4; use connect4;

To create a production build and start server:

npm run build-prod
npm start

To create a development build and start server:

npm run build-dev
npm run server-dev

Navigate to http://localhost:3000 in your browser

About

Playable Connect-4 Web App that saves user results & leaderboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published