Description
Go and Checkers game in Haskell.
Description
This is an implementation fo Go and Checkers game in haskell using GLOSS for GUI. For more rules of Go visit https://www.britgo.org/intro/intro2.html. For more rules of Checkers visit https://www.thespruce.com/play-checkers-using-standard-rules-409287.
README.md
haskell-go-checkers
Go and checkers game in Haskell
Instructions
- Requirements : ghc, cabal
- Install
make
- Run
make run
- Clean
make clean