Skip to content

oranjechess/Chesswork

 
 

Repository files navigation

Chesswork: SwiftStack Game Status Board

Viewing the board state

Visit https://swiftstack.github.io/Chesswork/

Changing the board state

  1. Clone this repo
  2. Edit data/games.js (which contains a javascript array of games in PGN format. The top game should be the current one.)
  3. Add a move
  4. runserver.sh
  5. Visit https://localhost:8000 to review your move
  6. check it in, and push! (no --amend allowed)

Credits

Adapted from pgnviewer:

Includes:

License

This code is released under the MIT License.

About

Status board for office games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • CSS 1.4%
  • HTML 1.3%