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.
13 posts Page 1 of 2
Contributors
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Quick Maze Game
CodenStuff
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

Image
CNSMaze.zip
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.
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Re: Quick Maze Game
Usman55
Nice game, I completed it in like 10 seconds. Make a timed game so we can see who beats in the fastest time.
Image
User avatar
iLenkaa
Top Poster
Top Poster
Posts: 170
Joined: Mon Nov 01, 2010 1:17 pm

Re: Quick Maze Game
iLenkaa
You completed the maze! Exolento lol

Nice! :D
Image
Image
Image
Image
Image
Image
User avatar
Zulf
Serious Programmer
Serious Programmer
Posts: 441
Joined: Fri Jun 11, 2010 7:46 am

Re: Quick Maze Game
Zulf
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
Image
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Quick Maze Game
Axel
Looks like you used 12x12 pictureboxes ? :P (118kb)
For some reason , It doesn't work
http://vagex.com/?ref=25000
User avatar
Zulf
Serious Programmer
Serious Programmer
Posts: 441
Joined: Fri Jun 11, 2010 7:46 am

Re: Quick Maze Game
Zulf
You should make an engine that loads it from .dll files so we can make our own mazes with a .dll we create.
Image
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Quick Maze Game
Axel
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
http://vagex.com/?ref=25000
User avatar
Zulf
Serious Programmer
Serious Programmer
Posts: 441
Joined: Fri Jun 11, 2010 7:46 am

Re: Quick Maze Game
Zulf
I think .dll would be easier and more professional.
Code: Select all
addBlock(x, y, type);
Would be a way I would do it.
Image
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Quick Maze Game
Axel
Zulf wrote:
I think .dll would be easier and more professional.
Code: Select all
addBlock(x, y, type);
Would be a way I would do it.
or addBlock(x,y,bool solid);
http://vagex.com/?ref=25000
User avatar
Zulf
Serious Programmer
Serious Programmer
Posts: 441
Joined: Fri Jun 11, 2010 7:46 am

Re: Quick Maze Game
Zulf
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.
Image
13 posts Page 1 of 2
Return to “Full Software”