Skip to content
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.

prateekkumarweb/haskell-go-checkers

Repository files navigation

haskell-go-checkers

Implementation of Go and Checkers game in Haskell

Instructions

  • Requirements : ghc, cabal
  • Install
     make
  • Run
     make run
  • Clean
     make clean