bishbosh-0.0.0.8: README.markdown
# **BishBosh**
[](https://travis-ci.org/functionalley/BishBosh)
[](https://hackage.haskell.org/package/bishbosh)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://haskell.org)
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](https://www.haskell.org/cabal/users-guide/installing-packages.html) or [The Haskell Tool Stack](https://docs.haskellstack.org/en/stable/README/).
## 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 either of:
* cabal configure --enable-tests && cabal build && cabal test --show-details=always;
* stack test;
It's currently only been tested on **Linux**.
## Author
This application is written and maintained by Dr. Alistair Ward.