@hackage board-games0.3
Three games for inclusion in a web server
Categories
License
LicenseRef-GPL
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
Versions
Installation
Dependencies (11)
- QuickCheck >2.0 && <3.0
- array >=0.1 && <0.6
- base >=2 && <5
- cgi >=3001.1 && <3002
- containers >=0.2 && <0.7
- enummapset >=0.1 && <0.7 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
buildexamples
(on by default)
build example web server that runs the games
splitbase
(on by default)
Choose the new smaller, split-up base package.
Three games that might run as CGI script in a web server: Connect Four, Rows&Columns, Mastermind
Check running versions at http://www.henning-thielemann.de/VierGewinnt and http://www.henning-thielemann.de/ZeilenSpalten.
You can build an example web server by installing with
cabal install board-games -fbuildExamples
Then start the server with
./dist/build/board-games/board-games
and play the games in your browser at the URL http://localhost:8080/.
Currently the games use German texts. I wanted to use gettext, but this is not thread-safe.