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

Wednesday 04th January, 2O17 (0.7)
	 * Happy new year !!
	 * Implement action buttons (cancel, erase, next) with score cost
	 * Improve random number generation

Wednesday 28th December, 2016-2017 (0.6)
	 * Correct the little bug (a hexa is left sometimes)
	 * Implement a real random number generation
	 * Add color :
	   1 purple
	   2 orange
	   3 red
	   4 blue
	   5 green
	   6 yellow
	   7 multicolor

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

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

Wednesday 9th November, 2016-2017 (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-2017 (version 0.1):
	 * Create a window, with three frames : buttons, board, hexas.
	 * Finnish package (autoconf, doc files...)
	 