How to make a maze game in Visual Basic

preview_player
Показать описание
an even simpler guide than microsoft's to make the maze game in Visual basic, inbox any suggestions you would like me do do for VB.
Рекомендации по теме
Комментарии
Автор

Wow this is amazing, I'm going to try this tomorrow :D thank you so much for this

uusm
Автор

thank you very much, it helped me alot :)

Persesas
Автор

I made a game like this with labels. Except I set the font to Webdings and had the little man icon walking through the maze with keystrokes. And I had the maze randomly generated with a maze generation algorithm. And I had the maze in a 10x10x10 grid, where the exit to the maze was just a stairway up to the next level, and you had to go from basement 10, all the way up to the surface. And then I added mosters on each level and a damsel to rescue, and treasures too, all with the Webdings font.

kevnar
Автор

Would have been funny if you added a screamer in the middle of solving the maze x)

ShuyaTheDark
Автор

took this and made buttons for start and finish :D

CommissarMitch
Автор

I have made something like this, but a bit different in this manner: Instead of the cursor, i'll be moving a picturebox (with a ball image inside). Is there any other way to make it move inside the limits, apart from using coordinates to restrict the ball movement? Cause it's too complicated and need a mamooth amount of time to write it correctly...

AkirosGuy
Автор

So that's how those net puzzles were made

calmc
Автор

wow.  such knowledge.  much code.  very maze. wow

ChadPark
Автор

how to make a game on vb 2010 that look like super mario games.... plz help me

sulavpokharelnation
Автор

Would this work for VB 2003? We program in class with that old software and I'm just worried that if i transfer my work from 2010 via Flash Drive the data would not be accessible.

jaredlim
Автор

i liked this channel but please can u make a thing that moves the mouse icon any icon pls it will be cool

soba
Автор

How do you get it to reset the mouse to the maze when you leave the panel?

jonom
Автор

For a good maze game in visual basic with download available, google "mouse in action visual basic" I'm sure you will like it. :)

NemanjaDjakicNecez
Автор

How would I make an Image pop up when you Finish it?

cowboykomperda
Автор

Great I have a maze game now
Cheat: click and hold and then drag (then you can go through walls

Owenk
Автор

Can I do this in Visual Basic 2008?

It has worked fine up until the the Cursor enters the "Finish".

I tried writing "Handles Finish_MouseEnter but it shows a red line under it, and without it the message box not appear, nor with is as a matter of fact.

Please tell me if there are some minor changes I have to do to make this code compatible with VB 2008.

Also I'm new at this.

Hishamsack
Автор

i cant do i always have errors about "movetostart"
please tell me how!..

kungfumaster
Автор

Some options aren't available in the newer version of Vb, help.

AnubisPresents
Автор

Hey Im brand new to programming, just finished programming 1. Right now i feel like i will never be able to do anything like this. About how long did it take you to fully understand how to program. Do you have any advice?

EminemFan
Автор

So now, how to do next level? By moving pictureboxes with the level? or how?
Please respond.

Cortexpl