Skip to content

Connect Four implementation using OCaml that allows 2 players to play in Linux command line

Notifications You must be signed in to change notification settings

charlestian23/connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four

This project is an implementation of Connect Four. This implementation allows 2 players to play in the Linux command line. The purpose of this project is to learn the basics of functional programming and OCaml.

One thing I was practicing in this project was using OCaml lists. In the future, I may come back and change the code to use arrays instead as that would be more efficient.

The command line UI was inspired by mg2239 and adelinewang679's implementation of Connect Four.

About

Connect Four implementation using OCaml that allows 2 players to play in Linux command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages