Skip to content

Implementation of the popular classic game using the functional programming paradigm, complete with multiplayer support and 3 levels of CPU difficulty and coded from scratch.

Notifications You must be signed in to change notification settings

darth-c0d3r/connect-and-conquer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Connect and Conquer!

Hi! This project was done for the course CS 154 (Abstractions and Paradigms for Programming Lab) during the second semester. We have implemented the classic game of Connect-The-Dots, which I'm pretty sure we all must have played during our childhood. We used the functional programming paradigm to develop the game using Racket language. For more details, please refer the report.

To run the game, open the "Connect N Conquer" folder and then open "Connect N Conquer.rkt" in Dr. Racket, which is an interpreter for the language. Just type (connect-the-dots) (with brackets) in the console and hit enter. You should see a GUI interface right away. Please make sure to read the Report before starting. Thanks!

About

Implementation of the popular classic game using the functional programming paradigm, complete with multiplayer support and 3 levels of CPU difficulty and coded from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages