Course:CPSC312-2018-connectfour

From UBC Wiki

Connect Four

Authors:

Brendan Maclean, Mark McConnell, Jinhyun You

What is the problem?

We will build Connect Four game using haskell Link to Connect Four wikipedia : https://en.wikipedia.org/wiki/Connect_Four

What is the something extra?

Add simple UI to represent current state

What did we learn from doing this?

While implementing our project, Haskell made it pretty easy to break down problems into smaller problems. As a result, we ended up using fewer than 200 lines of code to create a Connect Four game. Being our first full Haskell application, we needed to spend some time thinking in terms of Haskell and functional programming. Once we got used to the rhythm and paradigm of functional programming, Haskell became an asset, rather than a hindrance, to the implementation of our project.

Links to code etc

https://github.com/jinhyunyou/312_P1_connect4