Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 532 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 532 Bytes

Description

A simple chess game.

Dependencies

TODO

  • Complete implementing basic chess functionality.
  • Add a simple mini-max AI.
  • Add resign, draw and reset functionality. (make draw-offer available to AI)
  • Make the game history visible and traversable.
  • Put build guide + release stuff + github action?