Version 1.1.0 (13.06.2016)

- Moved to Python3 (Python2 no longer supported).
- Added Hunt And Kill-algorithm.
- Removed base maze classes and functions.
- And added dependency to mazepy-project, that includes
  base maze classes and functions.

Version 1.0.0 (03.01.2016)

- Pip distribution.

Version 0.4 (29.12.2015)

- Added Aldous Broder-algorithm.
- Added Wilson's algorithm.

Version 0.3 (17.09.2015)

- Added --showmaze option to show entire maze (this is cheating).
- Changed high score file format.
- Added --cheat option to show cheat high scores.
- Added Sidewinder-algorithm.

Version 0.2 (07.09.2015)

- Added Binary Tree algorithm.
- Algorithm and version info into high scores.

Version 0.1 (23.08.2015)

- Initial version.
