Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Go and checkers game in Haskell
- Host: GitHub
- URL: https://github.com/prateekkumarweb/haskell-go-checkers
- Owner: prateekkumarweb
- License: mit
- Archived: true
- Created: 2017-03-20T09:33:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T07:04:21.000Z (about 6 years ago)
- Last Synced: 2024-04-25T23:02:28.696Z (7 months ago)
- Topics: checkers, gogame, haskell
- Language: Haskell
- Homepage: https://github.com/prateekkumarweb/haskell-go-checkers/wiki
- Size: 1.38 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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
```