Skip to content

A four-player chess game playable in any browser using jQuery and websockets.

Notifications You must be signed in to change notification settings

zeitsern/4chess

Repository files navigation

4chess

A four-player chess game playable in any browser using jQuery and websockets.

loc is a 2D array that contains the coordinates of each box.

piece is a 2D array that contains an integer 0-6 which represents chess pieces:

0=empty 1=pawn 2=rook 3=knight 4=bishop 5=queen 6=king

Each box has it's own CSS div named #divX, with the X being the "box number".

About

A four-player chess game playable in any browser using jQuery and websockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages