Skip to content

fxdpntthm/h-reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h-reversi

Haskell blank canvas reversi game

Installation

$ git clone https://github.com/apoorvingle/h-reversi.git
$ cd h-reversi
$ cabal sandbox init
$ cabal install --dependencies-only

Test

$ cabal configure --enable-tests
$ cabal install --enable-tests
$ cabal build && cabal test

Run

$ cabal clean && cabal configure && cabal install && ./.cabal-sandbox/bin/h-reversi

browser

http://localhost:3000

How to play

Reversi wiki

Screenshots

Game screenshot End Game screenshot
Game screenshot End Game screenshot

About

Haskell blank canvas reversi game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors