OS4 DepotLogo by mason 
(anonymous IP: 3.141.198.146,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Game » Puzzle » magicmaze.lha

Magicmaze

Description: A simple and low-tech monster-bashing maze game
Download: magicmaze.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 160kb
Version: 1.4.3.6
Date: 29 Dec 2012
Author: Kent "MenThal" Dahl
Submitter: Fredrik Wikström
Email: fredrik/a500 org
Homepage: http://magicmaze.rubyforge.org/
Requirements: ruby, rubysdl
Category: game/puzzle
License: GPL
Distribute: yes
Min OS Version: 4.1
FileID: 7611
 
Snapshots:
 
Comments: 0
Snapshots: 2
Videos: 0
Downloads: 214  (Current version)
214  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
                    ---+*+---
           -----------++*++-----------
--------------------+++***+++----------------------
           M A G I C  -+*+-  M A Z E
--------------------+++***+++----------------------
           -----------++*++-----------
                    ---+*+---
 
 Copyright by Kent "MenThal" Dahl 
 
        (1995-1996) Version  1.2
	(1999)      Version  1.22
        (2004)      Version  1.4.1
        (2008)      Version  1.4.3

 This game is FREE as in both BEER and SPEECH.
      (Ruby and/or GPL licence)

 E-mail me at:
   kentda<AT>pvv<DOT>org

___________________________________________________
*** Description ***

Magic Maze is a simple and low-tech monster-bashing maze game. 

It was originally inspired by playing Gauntlet II on the Atari ST.

___________________________________________________
*** Magic Maze and a Half ***

The 1.4.x (and subsequent 1.5.x) versions of 
Magic Maze is dubbed "Magic Maze and a Half", 
and is a port of MM to the language Ruby using SDL. 

It does not aim to introduce major new gameplay changes,
but some upgrades and improvements will rear their heads.

Hopefully there will be a playable version by the time
of the 10 year anniversary of the development start of
the original Turbo Pascal version, which began in
November 1994. 

___________________________________________________
*** Magic Maze: Two Tunnels ***

Please forgive the poor Lord of the Rings pun.
The 1.9.x and subsequent 2.x versions of Magic Maze is
dubbed "MM: Two Tunnels" and is a more long-term plan
to change gameplay more drastically. 

This is the experimental playground I'm setting up for
myself, and is less likely to show up this side of the
Apocolypse.


___________________________________________________
*** Controls ***

* Title screen *

Space / Return - start playing
Esc / Q        - quit game
F4             - load savegame

* In-game *       

Arrow keys - movement of the little blue wizard.
Ctrl       - cast missile spell (not implemented yet)
Space      - cast secondary spell (also "Alt" key)
Z and X    - leaf through missile spells in book
A and S    - leaf through secondary spells in book
Esc / Q    - exit game 
F1 / H     - help
F9 / R     - restart level
F12	   - toggle fullscreen
PageUp/Dn  - tune volume
Plus/Minus - tune speed (on numeric keypad)


___________________________________________________
*** Command-line usage ***

Start Magic Maze by executing:

  ruby mm.rb

The following command-line options are available:

--nosound	Disables sound
--level [#]	Assign a start level (1-10)
--joystick [#]  Enable joystick support.
--help          Show command line options
--volume        Set volume (1-10)
--fullscreen    Start in fullscreen mode
--scale         Scale the graphics and resolution up (1-5)
--savedir       Directory to put savegame.
--loadgame      Automatically load the savegame.


___________________________________________________
*** Requirements ***

* Ruby 1.8 (or higher)
  - http://www.ruby-lang.org/

* SDL, SDL_image, SDL_mixer (version 1.2 or higher?)
  - http://www.libsdl.org/

* Ruby-SDL 1.3.x (or higher)
  - http://www.kmc.gr.jp/~ohai/rubysdl.en.html

___________________________________________________
*** Web-site ***

Magic Maze 1.4.x:
- http://magicmaze.rubyforge.org/

Magic Maze 1.2x:
- http://www.bigfoot.com/~MenThal/coding/mmaze/mmaze.html




___________________________________________________
*** Credits ***

Idea, design & coding:  MenThal (Kent Dahl)

Graphics:               MenThal

Level design:           Daniel Dahl
                        MenThal

Game testing:           Per Ejnar Thomsen   (original)
                        Daniel Dahl         (original and Ruby port)
			Randi Roervik	    (Ruby port)

Other:
- Free font found at: http://www.squaregear.net/fonts/ 


___________________________________________________
*** License and redistribution ***

This game is FREE as in both BEER and SPEECH.

It is available and can be distributed under the terms of 
the GPL license (version 2) or alternatively the 
dual-licensing terms of Ruby itself.

See COPYING_GPL.txt for details and below cookie-cutter blurb:

    Magic Maze - a simple and low-tech monster-bashing maze game.
    Copyright (C) 2004-2008 Kent Dahl

    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 2 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, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

For the Ruby dual-licensing alternative, see the Ruby distribution.

	http://www.ruby-lang.org/en/LICENSE.txt

For avoidance of doubt the license text in Ruby version 1.8.7 is considered
the authorative version as far as Magic Maze is concerned, in the 
off-chance that the Ruby license changes in the future.


___________________________________________________
___________________________________________________



Copyright © 2004-2024 by Björn Hagström All Rights Reserved