PDA

View Full Version : Mystical Maze is FINISHED!


Devon Rose
09-26-2005, 04:04 PM
I finished my first game! It's called "Mysitcal Maze" you're a little wizard and you have to collect all the green orbs without getting hit.

To go stright to the games page and downlaod it, click this link: http://www.freewebs.com/rayman100/games.htm

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
I did some changes to website "graphically"
PS: I want to know if people have any ideas to add, I'm adding a fireball monster, and when you get hit by it you go back a level. plus I'm adding WAY MORE LEVELS, I think it has to little 8 levels isn't much.

boyd
09-26-2005, 08:50 PM
It wont let me play it, but it sounds fun!

pizza
09-26-2005, 10:51 PM
I tested it and it looks good.
Did you make the music yourself?
It looks amazingly 3D.
It's rather hard to control. When you press up it goes north east...
:? :) :D

SpiderPumpkin
09-27-2005, 08:04 AM
Nice game, reminds me of Grabble (the first one, which I never released :-P). A bit more variety would be nice, though; those simple levels get boring after some time. I also don't get how it's supposed to be "more of a puzzle game", there weren't any real puzzles in it... The only bug I've found is that the collision detection is sometimes a little weird; I sometimes get killed by Hoodlytes even though I should be standing behind them and sometimes I can walk right through part of them and live.

Devon Rose
09-27-2005, 03:05 PM
To answer your questions, Yes I did make the music myself and I made a whole bunch more! but it was rather hard to add cause the save game feature. and yes It's hard to control :( I'm trying to fix it with normal key positions but since it's isometric when you press Right and Down, it doesn't exactly go south-east it kinda curves and you can't get through tight corners. I'll keep experimenting and see what comes up of it. The player has a mask that is about big as a emoticon and the hoodlytes use the entire sprite as a mask so that's why it's a bit odd when you die, and if a hoodlyte is walking stright and you're walking behind him you'll just tag behind him cause you're going faster than he is but if he comes right back down you'll die.

boyd if you're using windows 98 I doubt it will work: Game Maker runs under Windows 98 SE, 2000, ME, or XP. I found that on the gamemaker website so it will only work on 98 Special Edition.

boyd
09-27-2005, 04:04 PM
But, I have windows XP.

There is no trace of mystical maze in my computer

AtkinsSJ
10-01-2005, 03:02 AM
How to make the movement work:

When you press the up button, make the character move x up.
When you press the down button, make the character move x down.
When you press the left button, make the character move 2x left.
When you press the right button, make the character move 2x right.

As long as the left/right movement distance is double that of the up/down distance, pressing, say, up and left will make you move in that direction, while staying isometric.

But, in my opinion the movement is fine. I got used to the controls pretty quickly.

Devon Rose
10-02-2005, 11:32 AM
yes I know that already :) , thanks anyway.