Skip to content

Luisetex/weegeeChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weegeeChess

Chess engine implementation using Python's native libraries.

TODO Features:

  • Castling
  • Promotion
  • En passant
  • Check & Checkmate routines
  • Draw logic
    • Stalemate
    • Dead position: King vs. king. King and bishop vs. king. King and knight vs. king. King and bishop vs. king and bishop of the same color as the opponent's bishop
    • Threefold Repetition
    • 50-Move Rule
  • Graphics
  • Simple min-max AI algorithm
  • Train Reinforment-Learning Model (start with basic Q Learning)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages