About
=====

CuteMaze is a simple, top-down game in which mazes are randomly generated
using one of a choice of several different algorithms. You move the character
through the maze while hunting for targets (cheese, by default)--the game is
won once all of these targets have been picked up.

Features

* Showing the amount of time and steps it has taken to play the maze (optional)
* "Bread crumb" trail to show you where you've already been (optional)
* Flag system which allows you to mark and later un-mark any square on the board
* Hints that direct you to the closest target
* Zooming out to see more of the maze
* SVG themes (two themes come with the game)
 
 
CREDITS 
======= 
 
Developers
----------
* Graeme Gott


Translations
------------
Czech:
* Pavel Fric

Dutch:
* Robert Borst

German:
* Danny Krug

Lithuanian:
* Moo

Polish:
* Michał Trzebiatowski

Portuguese (Brazil):
* Enrico Nicoletto

Romanian:
* Jaff (Oprea Nicolae)

Russian:
* Artem Krosheninnikov

Spanish:
* Edgar Carballo

Turkish:
* Özcan Zafer AYAN
* Yusuf Kayan


Icons
-----
* Oxygen, http://www.oxygen-icons.org/


Libraries
---------
* Qt, http://www.qt.io/
 
 
NEWS 
==== 
 
1.3.6
-----
* Replaced shadowed variable names.
* Updated link to translations.

1.3.5
-----
* Improved code for building translations.
* FIXED: High score name had NULL at end in Windows.

1.3.4
-----
* Improved deployment.
* Translation updates: Hebrew.

1.3.3
-----
* Replaced deprecated code.
* Translation updates: Italian.

1.3.2
-----
* Added portable mode.
* Improved Linux deployment.
* Replaced deprecated code.

1.3.1
-----
* Switched to Qt 6.
* Translation updates: Dutch, Turkish.

1.3.0
-----
* Added pausing when menus are shown.
* Added resuming by clicking on game.
* Added support for Qt 6.
* Improved high scores dialog.
* Refactored code.
* Removed XPM icon.
* Translation updates: Dutch, Lithuanian, Romanian.

1.2.6
-----
* FIXED: Did not load locales with underscores.
* Improved Windows deployment.
* Replaced deprecated code.
* Translation updates: Chinese.

1.2.5
-----
* FIXED: Window icon didn't work in Wayland.
* Improved loading locales.
* Improved Windows deployment.
* Replaced deprecated code.

1.2.4
-----
* FIXED: Automatic high DPI support.
* Translation updates: German, Romanian.

1.2.3
-----
* Replaced deprecated code.
* Extra warnings only shown in debug build.
* Improved Linux deployment.
* Improved macOS deployment.
* Improved Windows deployment.
* Translation updates: Chinese, Dutch, Portuguese.

1.2.2
-----
* FIXED: Could not compile with Qt 5.10.
* Translation updates: Greek.

1.2.1
-----
* Added keyboard shortcut for Show Hint in settings.
* FIXED: Did not always install translations in Linux.
* Translation updates: Chinese, German, Lithuanian, Polish, Romanian.

1.2.0
-----
* Added support for high DPI displays.
* Increased speed of smooth movement.
* Switched to Qt 5.
* Improved Linux integration.
* Generate binary translations at build time.
* FIXED: Application layout did not respect RTL languages.
* FIXED: Crash in debug mode when zooming.
* FIXED: Was not properly loading Qt translations.
* Translation updates: Czech, Dutch, Esperanto, Finnish, German, Hebrew,
  Lithuanian, Romanian, Turkish.

1.1.1
-----
* Added dialog to switch translation.
* Added support for Qt 5.
* Removed Qtopia support.
* Translation updates: French, German, Hebrew, Polish, Portugese (Brazil),
  Romanian, Russian, Spanish, Turkish.

1.1.0
-----
* Added hint support.
* Added zooming.
* Improved background rendering.
* Rewrote code for placing targets.
* Bug fixes.

1.0.2
-----
* Ported by Alessandro Briosi to Qtopia4.
* Improved statusbar message layout.
* Bug fixes.

1.0.1
-----
* Relicensed to GPLv3.

1.0.0
-----
* Added Mac support.
* Minor bug fixes.

0.9.4
-----
* Add and remove themes in game.

0.9.3
-----
* Added Windows support.

0.9.2
-----
* Faster maze rendering.
* Faster maze creation.

0.9.1
-----
* Fixed bugs with large numbers of targets.

0.9
---
* Added option to show number of steps taken.
* Added option to show time elapsed.
* Added high score board.
* Added algorithm previews.
* Added smooth player movement.
