Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 836 Bytes

File metadata and controls

32 lines (20 loc) · 836 Bytes

Chesswork: SwiftStack Game Status Board

Viewing the board state

Clone this repo, then

runserver.sh

Visit http://localhost:8000 and have fun!

Changing the board state

Edit data/games.js, which contains a javascript array of games in PGN format. The top game should be the current one. Add a move, check it in, and push!

Credits

Adapted from pgnviewer:

Includes:

License

This code is released under the MIT License.