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.
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 VCL and Boost
library.
The
game relies heavily on the functions CreateMaze,
CreateSloppyMaze, SolveMaze, CountDeadEnds,
DrawGlobe, SetPixel.
* View a screenshot of 'Maziak'.
* Download the 'Maziak' Windows executable (rar).
* Download the 'Maziak' Windows executable (zip).
* Download the 'Maziak' source code (rar).
* Download the 'Maziak' source code (zip).
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.