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

Latest commit

 

History

History
18 lines (16 loc) · 215 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 215 Bytes

haskell-go-checkers

Implementation of Go and Checkers game in Haskell

Instructions

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