Connect 4

This is a simple Java 'Connect4' game. It uses a pre-trained Neural network to provide an opponent.

All code was written 'from scratch' by myself, along with the network topology and training.

(The numbers you see while playing the game represent the networks 'evaluation' of each column...)

If you are interested in Neural Networks, I have included some information about the network
The networks 'game' is by no means perfect, I would say that it plays at an intermediate level...

Back to my HomePage