| Class | Description |
|---|---|
| AbstractField |
Abstract Field Class implementing some basic methods and
defining basic methods every playing field must have.
|
| BitField |
Connect-4 field implemented in a single 64-Bit long
|
| BitFieldClumsy | |
| Gui | |
| Strategy |
A strategy implementing alpha,beta pruning, iterative deepening and storing
of computed evaluations in a hash-table.
|
| TextInterface | |
| VierGewinnt |
This class is not used anymore, but left here as a (bad) example.
|