newgrounds / Racket-Connect-4

This is a version of Connect 4 in Racket that I wrote for the Honors Fundamentals of Computer Science 2 course back in the Spring of 2011.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3InARow.rkt is a 2 player game where you simply try to get 3 in a row, as the title suggests.

Connect4.rkt is the same thing on a larger scale with the goal of the game being to get 4 in a row.

AutoConnect4.rkt plays two computer players against each other and uses an AI system to have them learn the more they play.

The required PLT file has been included for your convenience.

About

This is a version of Connect 4 in Racket that I wrote for the Honors Fundamentals of Computer Science 2 course back in the Spring of 2011.


Languages

Language:Racket 100.0%