Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 518 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 518 Bytes

chess

A chess tui in python

Chess game

Implemented rules:

  • All movesets
  • En passant
  • Check
  • Pinning to king
  • King not allowed to move into check
  • Not allowed to move, and still be in check
  • Checkmate
  • Stalemate
  • Casteling
  • 50 moves draw
  • Repetition draw
  • Promotion

Boring stuff to do:

  • Fix notation

Fun stuff to add later:

  • Stockfish
  • Load position from fen

Other features

  • Reset board
  • Remove pieces
  • Auto algebraic notation
  • FEN notation output