Quick Maze Game
Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
Hello,
I have a headache so I made something quick and simple because I couldnt concentrate on my other projects lol.
Its just a simple maze game using pictureboxes and a tile type system..find the exit :P

Its good to code cooll;
I have a headache so I made something quick and simple because I couldnt concentrate on my other projects lol.
Its just a simple maze game using pictureboxes and a tile type system..find the exit :P

Its good to code cooll;
You do not have the required permissions to view the files attached to this post.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
Nice game, I completed it in like 10 seconds. Make a timed game so we can see who beats in the fastest time.
When you get to the read square click OK on the message and move right and for a second you get stuck in the blue square. :P
Looks like you used 12x12 pictureboxes ? :P (118kb)
For some reason , It doesn't work
For some reason , It doesn't work
You should make an engine that loads it from .dll files so we can make our own mazes with a .dll we create.
Zulf wrote:You should make an engine that loads it from .dll files so we can make our own mazes with a .dll we create.Or text files that will contain 0's and 1's so 1's will be solid blocks and 0's will be empty blocks
I think .dll would be easier and more professional.
Code: Select all
Would be a way I would do it.addBlock(x, y, type);
Zulf wrote:I think .dll would be easier and more professional.or addBlock(x,y,bool solid);Code: Select allWould be a way I would do it.addBlock(x, y, type);
I think it should be addBlock(x,y,type,solid); for x/y coords, type(such as tree, rock, etc..) and solid for if you can walk through it, or if it's collision detected.
Copyright Information
Copyright © Codenstuff.com 2020 - 2023