Skip to content

Releases: barrymun/chess

Single player save state

12 Mar 17:41
fa2d6b8
Compare
Choose a tag to compare

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

11 Mar 19:42
be60ea7
Compare
Choose a tag to compare

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

18 Feb 18:24
04d7cdd
Compare
Choose a tag to compare
v0.4.1

update README

Support for multiplayer using socket.io

17 Feb 23:17
aead4db
Compare
Choose a tag to compare
Merge pull request #1 from barrymun/multiplayer-support

Multiplayer support

Working game client-side

07 Feb 22:39
829897e
Compare
Choose a tag to compare
v0.2.0

remove index.html comments