Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's Games.
One
of my favorite MSX games from around about 1987 was Maziak. And because it is
nowhere to found on the internet anymore, I made a C++ clone of it on the 20th
October of 2007.
On
the fifth of February, I discovered that the original game name was 'Maziacs' or
'Mazogs'. And that my clone was not that identical at all.
Maziak
is a simple maze game, 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.
Maziak is programmed in C++ using the IDE C++ Builder
6.0. It uses the STL, VCL and
Boost library. Maziak relies heavily on the
functions CreateMaze, CreateSloppyMaze, SolveMaze,
CountDeadEnds and SetPixel.
*
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.4)(zip).
*
Download the 'Maziak' source code (v.1.4)(zip).
*
Download the 'Maziak' sprites (v.1.4)(zip).
Version
1.0 of the game relies heavily on the function DrawGlobe.
*
Download the 'Maziak' Windows executable (v.1.3)(zip).
*
Download the 'Maziak' source code (v.1.3)(zip).
*
Download the 'Maziak' 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' 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' 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).
*
View the WikiPedia page on the original
Maziacs
*
View a YouTube video of the original Maziacs on the Sinclair
ZX Spectrum
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.