# - TODO -
# Make 7 Libre
# a free/libre implementation of the proprietary game Make 7 Hexa Puzzle
#
# Copyright (C) 2016 Félicien PILLOT <felicien.pillot@member.fsf.org>
#

Thursday 22nd December, 2016 (0.5):
	 * Cancel all tries to implement clutter
	 * Work only with (squarred) buttons
	 * Add priority on the game rules

Sunday 27th November, 2016 (0.4):
         * Manage to create hexas with Clutter
	 * Then make each object clickable and all the stuff planned before

Wednesday 9th November, 2016 (0.3):
	 * Make each object clickable (then bind it with a function)
	 * Create a random hexa at the bottom of the window
	 * Write a function to identify neighbourgs of an hexa

Thursday 27th October, 2016 (version 0.1):
	 * Create a window, with three frames : buttons, board, hexas.
	 * Finnish package (autoconf, doc files...)
	 