bishbosh: Plays chess.

[ game, gpl, library, program ] [ Propose Tags ]

A chess-game which can be rendered in a terminal (emulator) in raw ASCII, or used as an engine by xboard.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
llvm

Whether the llvm compiler-backend has been installed and is required for code-generation.

Disabled
narrownumbers

Use narrow numerical types.

Disabled
threaded

Build for parallel runtime.

Enabled
Automatic Flags
NameDescriptionDefault
polyparse

Link with package "polyparse" when available, rather than "parsec".

Enabled
hxtrelaxng

Link with package "hxt-relaxng" when available, for more precise specification of the XML-configuration than a traditional DTD.

Enabled
unix

Link with package "unix" when available.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4, 0.0.0.5, 0.0.0.6, 0.0.0.7, 0.0.0.8, 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.3.1, 0.1.4.0
Change log changelog.markdown
Dependencies array (>=0.5.1.1), base (>=4.9 && <5.0), bishbosh, Cabal (>=1.10), containers, data-default, deepseq (>=1.4.1), directory, extra, factory (>=0.3.1), filepath, hxt, hxt-relaxng, mtl, parallel (>=3.0), parsec, polyparse, random, time, toolshed (>=0.18), unix [details]
License LicenseRef-GPL
Copyright (C) 2018 Dr. Alistair Ward
Author Dr. Alistair Ward
Maintainer mailto:bishbosh@functionalley.com
Category Game
Home page https://functionalley.com/BishBosh/bishbosh.html
Bug tracker mailto:bishbosh@functionalley.com
Source repo head: git clone https://github.com/functionalley/BishBosh
Uploaded by AlistairWard at 2019-06-01T14:36:28Z
Distributions
Executables bishbosh
Downloads 4036 total (33 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-06-01 [all 1 reports]

Readme for bishbosh-0.0.0.4

[back to package description]

BishBosh

Build Status Hackage License: GPL v3 Haskell

This is "BishBosh", a chess-game which can be rendered in a terminal (emulator) using raw ASCII, or used as an engine by xboard.

Installation

It can be built and installed using Cabal.

Documentation

The documentation is in "man/".

License

For information on copying and distributing this package, see the file "LICENSE" in this directory.

Bug-reporting

Bug-reports should be emailed to bishbosh@functionalley.com.

Testing

The test-suite can be run using:

cabal configure --enable-tests;
cabal build;
cabal test --show-details=always;

It's currently only been tested on Linux.

Author

This application is written and maintained by Dr. Alistair Ward.