diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-04-10 05:54:55 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-04-10 05:54:55 +0800 |
commit | b0653a9ab9e341c08d17668e58652ede4c5bbb02 (patch) | |
tree | 19af1384c999d20bae47f82ba2c1ad7e54f19542 /games/Makefile | |
parent | 9ad273459839cc335cf8498c89a94d6cb16ebe51 (diff) | |
download | freebsd-ports-gnome-b0653a9ab9e341c08d17668e58652ede4c5bbb02.tar.gz freebsd-ports-gnome-b0653a9ab9e341c08d17668e58652ede4c5bbb02.tar.zst freebsd-ports-gnome-b0653a9ab9e341c08d17668e58652ede4c5bbb02.zip |
Hexalate is a color matching game. The goal of the game is to rotate
and position the circles so that each touching line matches in
color. You rotate circles by right clicking, and you move circles
by dragging them. The game stores the positions and rotations of
the circles across runs.
WWW: http://gottcode.org/hexalate/
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 948742a9bb62..4527025ecf34 100644 --- a/games/Makefile +++ b/games/Makefile @@ -359,6 +359,7 @@ SUBDIR += heroes SUBDIR += hex SUBDIR += hex-a-hop + SUBDIR += hexalate SUBDIR += hexxagon SUBDIR += highmoon SUBDIR += hinversi |