/MyChessEngine

My first chess engine. The aim of the project is to create a basic chess engine. This project will help me familiarize myself with HashMaps, Google's Guada library, immutability , J-Unit testing, some basic AI (Minimax Algorithm) & other concepts.

Primary LanguageJavaMIT LicenseMIT

MyChessEngine

My first chess engine. The aim of the project is to create a basic chess engine. This project will help me familiarize myself with HashMaps, Google's Guada library, immutability , J-Unit testing, some basic AI (Minimax Algorithm) & other concepts.

This was made by following Amir Afghani's tutorial.