Damas 🕹️
About
Developed using Unity 3D and C#, Damas is a checkers game without the use of classical artificial intelligence algorithms.

Technologies Used
- Unity 3D
- C#
Development
The app was developed using Unity 3D and C#. The challenge was balancing the AI so that the player doesn't notice if it's an AI or a player, but without using classical artificial intelligence algorithms. To solve this, a matrix was created to check the neighbors for every movement.