Skip to content

A bot that play chess better than magnus carlson (i hope)

Notifications You must be signed in to change notification settings

NoamFav/chess-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-bot

A simple chess bot that uses the minimax algorithm with alpha-beta pruning to play chess. Not yet implemented:

  • Castling
  • En passant
  • Pawn promotion
  • Draw by repetition
  • Draw by 50-move rule
  • Draw by insufficient material
  • Draw by stalemate
  • Draw by threefold repetition
  • Draw by agreement
  • Checkmate
  • Resignation
  • Time control
  • GUI
  • Opening book
  • Endgame tablebase
  • UCI protocol
  • PGN format
  • FEN format
  • bot
  • engine
  • chess

About

A bot that play chess better than magnus carlson (i hope)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published