tstanczyk95 / Andantino

Andantino game program based on the alpha-beta framework, realized as the final project of the "Intelligent Search and Games" course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Andantino

Andantino game program based on the alpha-beta framework, realized as the final project of the "Intelligent Search and Games" course.

AI plaing the Andantino game against human players. The following search techniques are implemented:

  • Move Ordering,
  • MinMax,
  • AlphaBeta,
  • AlphaBeta NegaMax,
  • Personal Variation Search (PVS)/NegaScout,
  • Iterative Deepening.

About

Andantino game program based on the alpha-beta framework, realized as the final project of the "Intelligent Search and Games" course.


Languages

Language:Python 100.0%