Skip to content

An online recreation of Checkers that allows two players to connect and play against each other using a unique game code.

Notifications You must be signed in to change notification settings

nickolasalcazar/OnlineCheckers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Checkers

A browser-based, online-multiplayer Checkers game made using Express.js and WebSockets. The app implements a stateful, server-authoritative model, where the state of a game is stored in the server. The design of the app aims to be simple and stateful.

Play the game here.

Running the project locally

Use git clone to download the repository.

Install NPM packages with npm i.

Run the app with npm start.

Credit

This project is a fork of Ryan Branco's repo "Checkers". Branco's repo is credited for the underlying logic of the Checkers app. I programmed the game's online functionality and additional styling.

About

An online recreation of Checkers that allows two players to connect and play against each other using a unique game code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.0%
  • CSS 18.9%
  • HTML 11.1%