Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 513 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 513 Bytes

AIChess

Runnable JAR:
https://github.com/kunalkhamar/AIChess/blob/master/AIChess.jar?raw=true

A chess game with an AI engine and a minimalist user interface.
Artificial intelligence was incorporated using the minimax algorithm, sped up by the alpha-beta pruning heuristic.

alt-text


Moving a piece

Perform the following two clicks:

  1. Click anywhere on the square containing the piece
  2. Click anywhere on the square where it needs to go