Artificial Intelligence - Jungle Chess

A project developed with the goal of designed a AI based on Algorithm Minimax with Alpha-Beta Cuts for the Game Animal Chess

1.How To Play

To win the game, one player must successfully move any animal into the Den of the opponent. See rules:

2.Pre-requisite:

It's required to install few libraries first.

$pip install pygame
$pip install deepcopy

3.For Run:

$ git clone https://github.com/SalllesGuilherme/AI_AnimalChess.git
$ run AnimalChess_Game.py

To Play:

Screen Shot 2022-03-24 at 13 40 55

Select the mode of the Game, a number between 1-4. If a game mode againt the AI is select, also selecet the level of dificulty 1-9

Screen Shot 2022-03-24 at 13 41 09

GAME:

Screen Shot 2022-07-03 at 16 39 06