diff options
author | lioux <lioux@FreeBSD.org> | 2001-07-29 23:33:22 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-07-29 23:33:22 +0000 |
commit | 89cb124834e295d611bbb7fdcc66e2b10e91533b (patch) | |
tree | d55f2efa0d0c6e0214b9029c821ae160275c126c /games/glchess/pkg-descr | |
parent | 7ea93ea37f792c2f6b9c7d3d9cfd64cab931be3b (diff) | |
download | FreeBSD-ports-89cb124834e295d611bbb7fdcc66e2b10e91533b.zip FreeBSD-ports-89cb124834e295d611bbb7fdcc66e2b10e91533b.tar.gz |
New port glchess version 0.3.3, A 3D OpenGL based chess game
PR: 29061
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'games/glchess/pkg-descr')
-rw-r--r-- | games/glchess/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/glchess/pkg-descr b/games/glchess/pkg-descr new file mode 100644 index 0000000..31891e6 --- /dev/null +++ b/games/glchess/pkg-descr @@ -0,0 +1,9 @@ +glChess is a 3D OpenGL based chess game that interfaces via the Chess Engine +Communication Protocol (CECP) by Tim Mann. This means it can currently use +Crafty and GNU Chess as AIs. You can also play Human vs. Human, but so far +not over a network. + +WWW: http://glchess.sourceforge.net/ +Author: http://glchess.sourceforge.net/#authors + +- Patrick Li <pat@databits.net> |