Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 210 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 210 Bytes

Haskell-Connect4

Connect 4 game implemented in Haskell with Gloss and minimax IA.
Example

Build instructions

Install gloss : stack install gloss
Build and run : stack run