Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 333 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 333 Bytes

Koala Chess

Koala Chess is a custom chess engine written entirely in Java. It includes both the backend move generation and AI engine (located in src/engine), and a GUI which uses Java Swing. This GUI is runnable by running Main.java located in the src folder.

The AI is implemented with a negamax alpha-beta pruning algorithm.