cocolico14 / Chess-Engine

Simple Chess Engine with python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess-Engine

Simple Chess Engine with python3


Input Format

input format is (from Position, to Position, (Promotion Piece Type))

  • from Position and to Position must be entered, for specify the move transition, for example: "e2 e4" is moving piece from e2 to e4
  • Promotion Piece Type is for when a pawn reaches to end of board, this will indicate it's going to be promoted to which piece, for example: "e7 d8 Q" is for promoting a white pawn to white queen and "e2 d1 r" is for promoting a black pawn to black rook

In Progress

  • add minimax for ai
  • add proper gui

About

Simple Chess Engine with python3


Languages

Language:Python 100.0%