Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sofianedjerbi/haskellconnect

Connect 4 game implemented in Haskell with Gloss + minimax opponent.
https://github.com/sofianedjerbi/haskellconnect

game haskell minimax-algorithm

Last synced: about 4 hours ago
JSON representation

Connect 4 game implemented in Haskell with Gloss + minimax opponent.

Awesome Lists containing this project

README

        

# Haskell-Connect4
Connect 4 game implemented in Haskell with Gloss and minimax IA.
![Example](Animation.gif)
## Build instructions
Install gloss : `stack install gloss`
Build and run : `stack run`