

Simple Chess Game
chess-tests
Playable Chess Game
After watching a famous TV show about chess, The Queen’s Gambit, I felt inspired to create a little chess game from scratch. I implemented it using a very simple kind of artificial intelligence powered by the minimax algorithm.
In the end, I managed to create an application that knows all the rules of the game and can play it decently—I wouldn’t know myself, as I am terrible at chess, but I have been told the AI plays pretty well by friends who can actually play.
The project wasn’t without challenges, but it was a ton of fun. If you want to know all the details, I wrote a blog post about it.
Project details
CREATED: 2020
TECHNOLOGIES: C# + Xamarin Forms