Skip to content

Simple P2P web-based implementation of checkers that allows players to chat w/ each other

Notifications You must be signed in to change notification settings

dev-ns8/ChatCheckers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS365-Checkers

A simple, web-based two player checker game made for a Northern Michigan University web programming class.

Running on OSX

  • Download and unzip MongoDB

  • Open a Terminal and create the data folder

    sudo mkdir -p /data/db
    
  • Run mongod

    sudo <path to where you unzipped MongoDB>/bin/mongod
    
  • Run the server

    node <path to server>server.js
    
  • Open in browser

    http://127.0.0.1:8026/
    

About

Simple P2P web-based implementation of checkers that allows players to chat w/ each other

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published