Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.36 KB

README.md

File metadata and controls

38 lines (25 loc) · 2.36 KB

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.