1HEXALATE(6) Games Manual HEXALATE(6)
2
3
4
6 hexalate - color matching game
7
8
10 hexalate
11
12
14 Hexalate is a color matching game. The goal of the game is to rotate
15 and position the circles so that each touching line matches in color.
16 You rotate circles by right clicking, and you move circles by dragging
17 them. The game stores the positions and rotations of the circles
18 across runs.
19
20
22 Copyright © 2014 Graeme Gott
23
24 This program is free software; you can redistribute it and/or modify it
25 under the terms of the GNU General Public License as published by the
26 Free Software Foundation; either version 3 of the License, or (at your
27 option) any later version.
28
29 This program is distributed in the hope that it will be useful, but
30 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
31 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
32 Public License for more details.
33
34 You should have received a copy of the GNU General Public License along
35 with this program. If not, see <http://www.gnu.org/licenses/>.
36
37
39 Graeme Gott <graeme@gottcode.org>.
40
41
42
43 February 2014 HEXALATE(6)