Skip to content

loctn/clay-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clay-chess

Minimum viable chess game in JavaScript.

Usage

clay-chess does not enforce a board UI, but a working board is shown in the example.

Perhaps Later

  • Game ending conditions: insufficient material, fifty-move rule, threefold repetition, and time control (some of these can be enforced by the UI)
  • Undo/redo is easy to add using the existing this.moves, but a more elegant way is to make this.board immutable.

License

CC0

About

Minimum viable chess game in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published