haskell-go-checkers: Go and Checkers game in Haskell

[ game, mit, program ] [ Propose Tags ]

This is an implementation fo Go and Checkers game in haskell using GLOSS for GUI. For more rules of Go visit https://www.britgo.org/intro/intro2.html. For more rules of Checkers visit https://www.thespruce.com/play-checkers-using-standard-rules-409287.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <4.10), containers (>=0.5 && <0.6), gloss (>=1.11 && <1.12) [details]
License MIT
Author Prateek Kumar, Vaibhav Sinha
Maintainer prateek@prateekkumar.in
Category Game
Home page https://github.com/prateekkumarweb/haskell-go-checkers
Source repo head: git clone https://github.com/prateekkumarweb/haskell-go-checkers
Uploaded by prateekkumarweb at 2017-05-06T18:59:32Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables haskell-go-checkers
Downloads 1772 total (8 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2017-05-06 [all 3 reports]

Readme for haskell-go-checkers-0.1.1.0

[back to package description]

haskell-go-checkers

Go and checkers game in Haskell

Instructions

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