diff options
author | pav <pav@FreeBSD.org> | 2008-01-03 18:23:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-01-03 18:23:55 +0800 |
commit | 90e2ccbfc01e4d48abebf756f1043cce5c663416 (patch) | |
tree | 4c774e6159fe373871421eecb0b6c8e5fcf3c172 /games/Makefile | |
parent | fd3379fe058d3759290d860b54f458b40033020c (diff) | |
download | freebsd-ports-gnome-90e2ccbfc01e4d48abebf756f1043cce5c663416.tar.gz freebsd-ports-gnome-90e2ccbfc01e4d48abebf756f1043cce5c663416.tar.zst freebsd-ports-gnome-90e2ccbfc01e4d48abebf756f1043cce5c663416.zip |
This is a Chinese Checkers game, it has 5 AI players, and can easily support
more for any hackers out there. It uses SDL and runs great in plain X11.
It has some fun effects to liven things up a bit.
Multiplayer is supported on the same computer, although a net player would
not be hard to add given the plugin player feature.
WWW: http://jcatki.no-ip.org/CC/
PR: ports/118189
Submitted by: Frank W. Josellis <josellis@pollux.senax.net>
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 a2d6ebd8c9bb..2c022030fc08 100644 --- a/games/Makefile +++ b/games/Makefile @@ -679,6 +679,7 @@ SUBDIR += scummvm SUBDIR += scummvm-tools SUBDIR += sdb + SUBDIR += sdlCC SUBDIR += sdlquake2 SUBDIR += sdlroids SUBDIR += sdlsand |