Skip to content

guiocavalcanti/haskell-reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7e6dbe7 · Jun 6, 2011

History

18 Commits
May 31, 2011
Jun 6, 2011
Jun 2, 2011
Jun 6, 2011
May 3, 2011
May 3, 2011
May 3, 2011
May 3, 2011
May 3, 2011
May 31, 2011
May 3, 2011
May 3, 2011
May 31, 2011

Repository files navigation

About

Text-only implementation of Reversi (aka othelo) board game.

Rules

Each piece must be placed in such a position that there exists at least one straight (horizontal, vertical, or diagonal) occupied line between the new piece and another same color piece, with one or more contiguous opposite pieces between them.

Installation

You need the Glasgow Haskell compiler to install the game. The easiest way to get this done is installing the Haskell platform.

In the console type

runhaskell Setup.hs configure
runhaskell Setup.hs build
runhaskell Setup.hs install

Than you should run the programm simply running reversi.

About

Text-only reversi (aka othelo) game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published