- Created July 2024.
- Coded in Java.
-
Download the src directory.
-
In a Command Line Interface (CLI), within the src directory type the following:
javac *.java -
Confirm that the code compiles with no issues!
-
Next inside of the same directory type:
java Chess -
Play Chess!
- Use of the Singleton pattern.
- Use of the Minimax decision rule for Chess Engine.
- Console based, but still extremely easy to understand user interface
