Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Chess game made on Unity

Description

This is an animated chess game where you have the ability to play against an AI as white or black, against another player and even watch an AI vs AI game. We have gone for a cartoonish art style.

Every rules of chess are strictly implemented including castling, promotion, and en passant.

Our AI has been developped using a minimax algorithm with alpha beta pruning to improve performances and speed. It works with a depth parameter which is set up to 1, 2 and 3 for Easy Medium and Hard respectively. For a depth greater than 3 the algorithm takes too long to process.

There are also many funny sounds/animations/explosions to discover !

How to execute

Simply download the lastest release, unzip the build and use the executable in it.

Screenshots

Main menu :

image

Mode selection :

image

In game :

image

About

3D Chess game made on Unity

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages