Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prateekkumarweb/haskell-go-checkers

Go and checkers game in Haskell
https://github.com/prateekkumarweb/haskell-go-checkers

checkers gogame haskell

Last synced: 3 days ago
JSON representation

Go and checkers game in Haskell

Awesome Lists containing this project

README

        

# haskell-go-checkers
Implementation of Go and Checkers game in Haskell

## Instructions
* Requirements : **ghc, cabal**
* Install
```bash
make
```
* Run
```bash
make run
```
* Clean
```bsh
make clean
```