CuteMaze is a top-down maze game.
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 while hunting for targets (cheese, by default)-the game is won once all of these targets have been picked up.
CuteMaze features a "bread crumb" trail to show you where you've already been, theme-able graphics (two themes come with the game), a flag system which allows you to mark and then later un-mark any square on the board, and SVG rendering.
Product's homepage
Requirements:
· Qt >= 4.3
What's New in This Release: [ read full changelog ]
· Added hint support
· Added zooming
· Improved background rendering
· Rewrote code for placing targets
· Bug fixes