The concepts and algorithms surrounding the implementation of an AI Chess Algorithm
Reference : https://www.cs.cornell.edu/boom/2004sp/ProjectArch/Chess/algorithms.html
Here, A player plays against an AI.
This does not include a learning model(still under development), and instead just selects the most valuable move to make.