diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-01-31 02:46:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-01-31 02:46:33 +0800 |
commit | 8ae0202d7b0d96316920ff49c547c37465d0f833 (patch) | |
tree | 2934c23618a5d306c0e4cf556a13c37595418a74 /games/Makefile | |
parent | 247c2662222fc88b0c063a64a6be4956320761a2 (diff) | |
download | freebsd-ports-gnome-8ae0202d7b0d96316920ff49c547c37465d0f833.tar.gz freebsd-ports-gnome-8ae0202d7b0d96316920ff49c547c37465d0f833.tar.zst freebsd-ports-gnome-8ae0202d7b0d96316920ff49c547c37465d0f833.zip |
Peg-E is a peg solitaire game in which you jump over pieces in order
to remove them from the board, ultimately trying to eliminate all
but one. The boards are randomly generated, with 100 levels of
difficulty. The game auto-saves, and has undo-redo capability.
Pieces can move horizontally, vertically, and diagonally.
WWW: http://gottcode.org/peg-e/
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 f49e61468670..c694e74d0e90 100644 --- a/games/Makefile +++ b/games/Makefile @@ -604,6 +604,7 @@ SUBDIR += pengupop SUBDIR += pentix SUBDIR += pets + SUBDIR += peg-e SUBDIR += phalanx SUBDIR += phpua-bf SUBDIR += phpua-cod |