Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 372 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 372 Bytes

Elm Chess

A simple chess SPA implemented in Elm. A (maybe out-of-date) version of the app can be found here.

TODO

Not all rules are implemented yet:

  • Only allow valid moves (e.g. you cannot be in check after moving)
  • Trade pawns
  • Castling
  • En-passant capturing
  • Efficient decision if in checkmate