Connect 4

I made a Connect 4 game (well 2 of them, sort of...), released under the GNU General Public Licence. Enjoy!

MS-DOS binary: CONNECT4.EXE (aliased as CONNECT4.DOC for those of you behind evil firewalls)

MS-DOS pascal source: CONNECT4.PAS

GNOME front-end C source (really quick, broken hack at the moment :-) connect4-gnome.tar.gz

Unix console (including GNU/Linux) C source: connect4.tar.gz

Note: You need one of the C ones (which probably only work under Unix) to use the genetic algorithm.


Back to my projects page.