Java Chess Engine Project - AI

AI - Artificial Intelligence

TODO: Explain the history of AI as it pertains to chess...

Click on the title for each lecture to follow along and build your own version of the Black Widow chess program.

>--> #45 Minimax (Part I) - Java Chess Programming Video - 08/17/2016 [17:28]
Classes: Move Strategy, MiniMax, BoardEvaluator
continuing with the instructor lectures to implement the AI (in order for the imported tests to work)
BUILD BROKEN: working on importing instructor's JUnit tests - cannot finish without continuing [105 compile errors]
>--> #46 Minimax (Part II) - Java Chess Programming Video - 08/19/2016 [15:47]
Classes: MiniMax
continuing with the instructor lectures to implement the AI (in order for the imported tests to work)
BUILD BROKEN: working on importing instructor's JUnit tests - cannot finish without continuing [105 compile errors]
>--> #47 Minimax (Part III) - Java Chess Programming Video - 09/07/2016 [14:12]
Classes: MiniMax
continuing with the instructor lectures to implement the AI (in order for the imported tests to work)
BUILD BROKEN: working on importing instructor's JUnit tests - cannot finish without continuing [105 compile errors]
>--> #48 Minimax (Part IV) - Java Chess Programming Video - 09/14/2016 [9:45]
Classes: MiniMax, StandardBoardEvaluator
continuing with the instructor lectures to implement the AI (in order for the imported tests to work)
BUILD BROKEN: working on importing instructor's JUnit tests - cannot finish without continuing [105 compile errors]
>--> #49 Minimax (Part V) - Java Chess Programming Video - 10/21/2016 [10:45]
Classes: StandardBoardEvaluator
continuing with the instructor lectures to implement the AI (in order for the imported tests to work)
BUILD BROKEN: working on importing instructor's JUnit tests - cannot finish without continuing [105 compile errors]
>--> #50 Minimax (Part VI) - Java Chess Programming Video - 11/18/2016 [10:09]
Classes: MiniMax, MoveStrategy, TestBoard
continuing with the instructor lectures to implement the AI (in order for the imported tests to work)
BUILD BROKEN: working on importing instructor's JUnit tests - cannot finish without continuing [92 compile errors]

Preview of remaining lectures in the tutorial:
TODO - add list of remaining lectures