From b0653a9ab9e341c08d17668e58652ede4c5bbb02 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 9 Apr 2009 21:54:55 +0000 Subject: 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/ --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') 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 -- cgit