Skip to content

Havnak/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A chess tui in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages