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

prateekkumarweb/haskell-go-checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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