board-games: Three games for inclusion in a web server
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.
Versions [faq] | 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.2, 0.2.1, 0.3 |
---|---|
Change log | Changes.md |
Dependencies | array, base (>=1.0 && <5), board-games, cgi (>=3001.1 && <3002), containers, enummapset (>=0.1 && <0.7), html (==1.0.*), httpd-shed (==0.4.*), network-uri (==2.6.*), non-empty (>=0.2 && <0.4), QuickCheck (>2.0 && <3.0), random, transformers (>=0.2.2 && <0.6), utility-ht (>=0.0.3 && <0.1) [details] |
License | LicenseRef-GPL |
Author | Henning Thielemann <haskell@henning-thielemann.de> |
Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
Category | Game, Web |
Home page | http://code.haskell.org/~thielema/games/ |
Source repo | head: darcs get http://code.haskell.org/~thielema/games/ this: darcs get http://code.haskell.org/~thielema/games/ --tag 0.3 |
Uploaded | by HenningThielemann at 2019-07-19T06:04:15Z |
Distributions | NixOS:0.3 |
Executables | board-games |
Downloads | 6183 total (11 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-07-19 [all 1 reports] |
Modules
[Index] [Quick Jump]
Flags
Name | Description | Default | Type |
---|---|---|---|
buildexamples | build example web server that runs the games | Enabled | Automatic |
splitbase | Choose the new smaller, split-up base package. | Enabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- board-games-0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)