Connect Four Testcases
The testcases zip file contains all of the template files.
You can also download them one by one:
- Connect Four
- BoardConvert: Convert from a matrix representing
the board to a list of
Piece
. - TestConnectFour
- User Interface for Connect Four
- Main method in its own file
It may help you to start from (FIXME) my repl.it workspace with all of the
testing code already in it. Your code should go in ConnectFour.hs
. You may need
to edit some of the function names. The list of what they are supposed to be is
at the start.