Skip to content

Releases: barrymun/chess

Single player save state

Choose a tag to compare

@barrymun barrymun released this 12 Mar 17:41
fa2d6b8

Single player mode will now persist the state of the game between refreshes and closed tabs until the game is forfeited. This saved state is stored in localStorage so opening a private window will result in a fresh game state.

Working single player mode without multiplayer server dependency

Choose a tag to compare

@barrymun barrymun released this 11 Mar 19:42
be60ea7

It is now possible to play single player mode even if the multiplayer server is not working or down for maintenance.

fix black castling direction logic

Choose a tag to compare

@barrymun barrymun released this 18 Feb 18:24
04d7cdd
v0.4.1

update README

Support for multiplayer using socket.io

Choose a tag to compare

@barrymun barrymun released this 17 Feb 23:17
aead4db
Merge pull request #1 from barrymun/multiplayer-support

Multiplayer support

Working game client-side

Choose a tag to compare

@barrymun barrymun released this 07 Feb 22:39
829897e
v0.2.0

remove index.html comments