Minor Project: The Chess is very well known in domain of Game AI. So is demonstrated using Minimax & Alpha-beta pruning algorithms
Minor Project (August - November, 2020)
My first 3D-Game-Development work. The Chess is very well known in domain of Game AI from the beginnig. I, too have tried to demonstrate AI algorithms in this game. Following are the details about game:
Game: 3D AI Chess\
Game mode: Human Player vs Computer\
AI-Algorithms: MiniMax, Alpha-beta pruning\
Software: Unity-3D\
Language: C#\
Programming: Object Oriented Programming\
Data-structures: Arrays, Lists, Stack
Tiles are highlighted based on actions:
Code details: