Skip to content

A demo for boardgame "The Duke" based on Node.js, socket.io, and React.

Notifications You must be signed in to change notification settings

zjbthomas/DukeChess

Repository files navigation

DukeChess Demo

This is a demo of my favourite boardgame The Duke.

It is originally based on Java 7 with Tomcat 7 websocket (see folder "/Java-deprecated/"), and jQurey (see folder "/jQuery-deprecated/"). The latest version is based on Node.js, socket.io, and React.

How to play?

Game rules

You can get the full rules from here. For your convenience, a movement reference is provided here.

Online version

This game is available here to play.

Run it locally

Build it yourself

Chess Demo

The code is also adapted for Chess, under the folder "/chess/"). Chess is available here to play.