Skip to content

Releases: Wattsy2020/connect4-AI

2.2.1: QoL improvements

04 Jun 03:42
4d4f052

Choose a tag to compare

Quality of life improvements

2.1.1: Fixed out of memory bug

19 May 05:31
6c0c917

Choose a tag to compare

Fixed the out of memory bug

2.1

15 May 05:52
d02b7b3

Choose a tag to compare

2.1

Some improvements on version 2.0:
-Added a heuristic for analysing positions that aren't won or lost
-UI now prompts the user to continue playing.

Greatly improved algorithm

09 May 06:09
414afc1

Choose a tag to compare

This version is written in Java so by default it's much faster than the python version.
It also uses AI techniques to greatly improve how deep it can search.

You can run it from the command line by typing

java -jar "C:\path to connect4ai.jar"

Simple and Stable version

17 Apr 02:13
de9207e

Choose a tag to compare

A simple brute force algorithm that plays connect 4 and has a functioning UI.

This is going to be the most bug-free version of the AI for a while so it might as well be a release.