You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yyn e5093b5627
added fault rules
3 years ago
.vscode original files 3 years ago
assets original files 3 years ago
images UPDATES 3 years ago
.gitignore original files 3 years ago
AnimalChess_AI.py original files 3 years ago
AnimalChess_AI_mcst.py original files 3 years ago
AnimalChess_Engine_Rules.py added fault rules 3 years ago
AnimalChess_Game.py original files 3 years ago
README.md original files 3 years ago
test.py added fault rules 3 years ago

README.md

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