Xadrez

Xadrez is p2p chess game written in Haskell.

DOWNLOAD
-------

Get the nightly snapshot from
https://savannah.nongnu.org/projects/xadrez-haskell/ and extract it with:

$ tar zxf xadrez-haskell-sources.tar.gz


BUILD
-----

$ make all (or make)
# make install


RUN
---

$ xadrez -s (for server)
$ xadrez (for client)


MORE INFORMATION
----------------

It uses the port 13033 by default. You can modify it using -p PORT.