Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 158 Bytes

File metadata and controls

5 lines (3 loc) · 158 Bytes

connect-4

A simple haskell implementation of Connect 4. No appreciable user interface as yet!

Mostly wrote this for practice with lenses and traversals.