For package maintainers and hackage trustees
Play the board game
Diplomacy over HTTP.
Players may participate via their own private devices, so long as they have
network capabilities and a good web browser.
Start by installing the program.
``bash
git clone git@github.com:avieth/diplomacy-server.git
cd diplomacy-server
cabal install
openssl req -x509 -newkey rsa:2048 -keyout server.key -out server.pem -days 365 -nodes
./Main -u <username> -p <password>