Skip to content

pvaliani/board_game_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!Checkers - Multiplayer Online Board Game

Live App: https://checkers-43176.web.app/

Description

!Checkers is a modern adaptation of the classic board game Checkers aka Draughts aka Dama.

The game rules allow users to move their !Checkers in both directions from the start i.e reflecting the traditional rules of "Kings" in checkers. This allows users to perform interesting capture moves from the start.

The game was designed by Pedram Valiani, Nikos Theodoropolous, Osian Muthu-Edwards and Nargis Salim in a timeframe of 1 week and is being actively maintained and updated with new functionality - watch this space.

Game Modes

!Checkers can currently be played as a multiplayer game on one local machine with two people. The multiplayer mode can also be played remotely using the "play remote" option. This mode utilises socket.io to allow two clients to play together.

Installation and Running Instructions

Client

npm install
npm start

Server

npm install
npm start (starts nodemon server.js)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.0%
  • CSS 13.7%
  • HTML 2.3%