diff options
author | pav <pav@FreeBSD.org> | 2004-01-27 12:13:03 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-27 12:13:03 +0000 |
commit | aaaba425f7d0a7e5c3139ad9b7328cefa3a6a37b (patch) | |
tree | ff5bfa5fc97505de9f675f45889396040028e1ce /games/Makefile | |
parent | c5880ca7e991279128c929dbbc111c2fed2b67b8 (diff) | |
download | FreeBSD-ports-aaaba425f7d0a7e5c3139ad9b7328cefa3a6a37b.zip FreeBSD-ports-aaaba425f7d0a7e5c3139ad9b7328cefa3a6a37b.tar.gz |
Add 4stAttack, a game in which you have to try to out-smart your
opponent. The goal of the game is to connect four of stones in a
straight line. This can be horizontaly, vertically and even
diagonnally.
http://forcedattack.sourceforge.net/
PR: ports/61929
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
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 e781b64..fbf37e5 100644 --- a/games/Makefile +++ b/games/Makefile @@ -5,6 +5,7 @@ SUBDIR += 3dc SUBDIR += 3dpong SUBDIR += 44bsd-hunt + SUBDIR += 4stattack SUBDIR += 54321 SUBDIR += BillardGL SUBDIR += CaribbeanStud |