Skip to content

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.

Notifications You must be signed in to change notification settings

newgrounds/Racket-Connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages