diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-05-04 20:18:47 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-05-04 20:18:47 +0000 |
commit | 03d99884cd4fe85587e902f447f18dbaf341d7ac (patch) | |
tree | 004ae7477ea1fa8a6f1053cbb4186efcfe016fd3 /games/fairymax/pkg-descr | |
parent | 35f9fa4f8edf5d0c9da01a5931d7eef616949043 (diff) |
New port games/fairymax
fairy-Max is a version of micro-Max that reads the piece description
from a file fmax.ini, so that arbitrary fairy pieces can be implemen-
ted. This version supports up to 15 piece types, and board sizes upto
12x8 board. A Linux port exists in the format of a debian package.
You can use it e.g. with games/xboard/:
e.g.: xboard -boardSize Middling -variant courier -fcp fairymax
GIT: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git
WWW: http://home.hccnet.nl/h.g.muller/fairy.html
PR: ports/156535
Submitted by: Kalten <kalten@gmx.at>
Notes
Notes:
svn path=/head/; revision=273635
Diffstat (limited to 'games/fairymax/pkg-descr')
-rw-r--r-- | games/fairymax/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/fairymax/pkg-descr b/games/fairymax/pkg-descr new file mode 100644 index 000000000000..e584826fda6e --- /dev/null +++ b/games/fairymax/pkg-descr @@ -0,0 +1,10 @@ +fairy-Max is a version of micro-Max that reads the piece description +from a file fmax.ini, so that arbitrary fairy pieces can be implemen- +ted. This version supports up to 15 piece types, and board sizes upto +12x8 board. A Linux port exists in the format of a debian package. + +You can use it e.g. with games/xboard/: +e.g.: xboard -boardSize Middling -variant courier -fcp fairymax + +GIT: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git +WWW: http://home.hccnet.nl/h.g.muller/fairy.html |