Skip to content

YoungMind1/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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?