tMERLIN
Ncurses clone of ace-merlin (part of the Ace Of Penguins suite)
Copyright (C) 2010-2012  Lukas Hofmann <lhfloss@gmx.de>

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.

=============================================================


2010/09/15      -       First version
				- main functionality
				- ncurses support
				- keys q,w,e,a,s,d,y,x,c
				- repeat program
2010/10/28      -       Code improvements
				- replaced while..do -> do..while in main()
2012/05/16	-	First README file version
2012/07/10	-	Usability improvements
				- Using ESC to quit
				- Print help screen before starting the game
2012/07/11	-	Minor README file improvements
			Added Makefile & license information
2012/07/12	-	Changed name to tMerlin in all files
			Bugfix: Don't quit when getting escape sequences
