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/Makefile | |
parent | 35f9fa4f8edf5d0c9da01a5931d7eef616949043 (diff) | |
download | ports-03d99884cd4fe85587e902f447f18dbaf341d7ac.tar.gz ports-03d99884cd4fe85587e902f447f18dbaf341d7ac.zip |
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/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index ab529804f300..2905bc196e53 100644 --- a/games/Makefile +++ b/games/Makefile @@ -228,6 +228,7 @@ SUBDIR += exult SUBDIR += ezquake SUBDIR += f1spirit-remake + SUBDIR += fairymax SUBDIR += falconseye SUBDIR += farblazer SUBDIR += fargoal |