Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's games.
Maziak is a simple maze retro game (and a clone of the Sinclair ZX Spectrum/MSX game Maziak/Maziacs/Mazoggs), in which you have to find a maze's exit. But there are also enemies in the maze that can be beaten by a sword. There are also prisoners, that temporarily show the way to the exit upon freeing them.
Downloads
- View a screenshot of 'Maziak' (v.2.0)(png)
- View a screenshot of the 'Maziak' menu screen (v.2.0)(png)
- View a screenshot of the 'Maziak' instructions screen (v.2.0)(png)
- Download the 'Maziak' Windows executable (v.1.4)(zip)
- Download the 'Maziak' source code (v.2.0)(zip)
- View the Qt Creator source code of 'Maziak' as a web page (v.2.0)(htm)
- View the C++ Builder source code of 'Maziak' as a web page (v.1.4)(htm)
- Download the 'Maziak' (png) sprites (v.2.0)(zip)
Older downloads
Version 1.0 of the game relies heavily on the function DrawGlobe.
- Download the 'Maziak' Windows executable (v.1.4)(zip)
- Download the 'Maziak' source code (v.1.4)(zip)
- Download the 'Maziak' (bmp) sprites (v.1.4)(zip)
- View a screenshot of 'Maziak' (v.1.3)(png)
- View a screenshot of the 'Maziak' menu screen (v.1.3)(png)
- View a screenshot of the 'Maziak' instructions screen (v.1.3)(png)
- Download the 'Maziak' Windows executable (v.1.3)(zip)
- Download the 'Maziak' source code (v.1.3)(zip)
- Download the 'Maziak' (bmp) sprites (v.1.3)(zip)
- View a screenshot of 'Maziak' (v.1.2)(png)
- View a screenshot of the 'Maziak' menu screen (v.1.2)(png)
- Download the 'Maziak' (bmp) sprites (v.1.2)(zip)
- Download the 'Maziak' Windows executable (v.1.2)(zip)
- Download the 'Maziak' source code (v.1.2)(zip)
- View a screenshot of 'Maziak' (v.1.1)(png)
- View a screenshot of the 'Maziak' menu screen (v.1.1)(png)
- Download the 'Maziak' (bmp) sprites (v.1.1)(zip)
- Download the 'Maziak' Windows executable (v.1.1)(zip)
- Download the 'Maziak' source code (v.1.1)(zip)
- View a screenshot of 'Maziak' (v.1.0)(png)
- View a screenshot of the 'Maziak' menu screen (v.1.0)(png)
- Download the 'Maziak' Windows executable (v.1.0)(zip)
- Download the 'Maziak' source code (v.1.0)(zip)
- YYYY-MM-DD: [description]
- 1987-xx-xx: Maziak was one of my favorite MSX games
- 2007-10-20: I wanted to developed a Windows clone of Maziak, because the original was nowhere to be found, so I programmed Maziak v. 1.0.
- 2010-02-05: Discovered that the original game name was 'Maziacs' or 'Mazogs'. And that my clone was not that identical at all
- 2010-02-16: Maziak v. 1.1: changed graphics to resemble original more
- 2010-02-17: Maziak v. 1.2: added animated sprites
- 2010-02-18: Maziak v. 1.3: added animated fights
- 2010-02-25: Maziak v. 1.4: small improvements
- 2010-07-31: Maziak v. 2.0: Maziak is now cross-platform!
Source code
Maziak version 1.0 to and including 1.4 (that run only on Windows) are programmed in C++ using the C++ Builder 6.0 IDE. It uses the STL, VCL and Boost libraries. Maziak relies heavily on the functions CreateMaze, SolveMaze, CountDeadEnds and SetPixel.
Maziak version 2.0 and further are programmed in C++ using the Qt Creator 2.0.0 IDE. It uses the STL, Qt and Boost libraries. Maziak relies heavily on the functions CreateMaze, SolveMaze and CountDeadEnds.
- View the C++ Builder source code of Maziak version 1.4 as a web page
- View the Qt Creator source code of Maziak version 2.0 as a web page
External links
Maziak. A simple maze game.
Copyright (C) 2007 Richel Bilderbeek
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
Go back to Richel Bilderbeek's games.
Go back to Richel Bilderbeek's homepage.
