@hackage battleships1.0.0
A web-based implementation of battleships including an AI opponent.
Categories
License
BSD-3-Clause
Maintainer
thorand@cs.uni-bonn.de
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 1.0.0 Thu, 24 Apr 2014
Installation
Dependencies (36)
- MonadRandom
- SimpleAES
- aeson
- array
- attoparsec
- base >=4 && <5 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
dev
(off by default)
Turn on development settings, like auto-reload templates.
library-only
(off by default)
Build for use with "yesod devel"; also turns on development settings.
This package provides a web-based implementation of the popular battleships game, developed over the course of a practical functional programming class at the University of Bonn (http://www.iai.uni-bonn.de/~jv/teaching/afp13/). Alongside with the classical gameplay against an AI opponent, a game mode is provided in which players may move their undamaged ships.