File :-(, x, )
Maze Anonymous
Hey!

Here's a 5000*3000 pixel (500*300 squares) maze that I've made. Or, that a program I've written made to be honest :P

Try to find the way from the bottom right corner (the red dot) to the upper left corner ;) And unless there's something wrong with my maze generating algorithm there should be only One solution. Good luck! ;)
>> Anonymous
i hate you
>> Anonymous
Why do you hate me? I said good luck! :P
>> Anonymous
I bet some horrible fate has just been unleashed on an OCD kid who now knowing there's a maze to solve, has to solve it. Hah.
>> Anonymous
you are a fuck I will not solve this.
>> Anonymous
>>447781
You should write a program that can solve mazes as well.
>> Anonymous
>>447781
If you're so smart, solve it too.
>> Anonymous
     File :-(, x)
and thats the way the cookie crumbles
>> Anonymous
HOW TO SOLVE ANY SOLVABLE MAZE

1. Get pen
2. Put pen at start of maze
3. Your pen will be in between two walls of the maze, put it against the left side.
4. Move forward, keeping your pen on the left side at all times.
5. If the maze is solvable, after some time you will be at the exit.
>> Anonymous
>>447862
but that's pretty brute force, bro
>> Anonymous
well you could convert maze to matrix where 1 is wall and 0 is empty space, and then use some AI searching algorithms...
>> BrunoSardine !!N6WQuAzDczJ
>>447781

>>1224952487.gif
>> Anonymous
program?
>> Anonymous
Can you make another maze that is 1920*1200 and 1280*1024
>> 1920*1200 Anonymous
     File :-(, x)
1920*1200
>> 1280*1020 Anonymous
     File :-(, x)
Since each "room" in the maze is 10*10 pixels I can only do 1280*1020, not 1280*1024, but I just added a 4-pixel black line at the bottom of this maze to make it 1280*1024.
>> Anonymous
Thanks
>> Anonymous
     File :-(, x)
>>447861

:(
>> Anonymous
Post or link to code please. If in VB translate to Python first :-)
>> Anonymous
Source on program
>> Anonymous
>>447840
>>You should write a program that can solve mazes as well.

It's called Photoshop. Just take the pen, click on the wall at either side of the entrance and "fill with color". Maze solved.
>> aika092 !!WuYNnPZ/f0U
>>449331

this idea made MSPaint break.
>> aika092 !!WuYNnPZ/f0U
     File :-(, x)
>>449331
>>449352

lol >_<
>> Anonymous
>>449331
Someone who does not think before they try to show off on 4chan.

>>449247
Not his responsibility to change the code. I'd say learn VB, you lingually-challenged sot, except that VB is a ghetto-ass language nobody should bother learning. But it is simple, in any case.
>> ­­­­
>>448424
You can continue it. Just keep going the right side.
>> Anonymous
1280 x 800? I want this to sit on my desktop so I can think about it for a while and don't want to lose anything important.
>> Anonymous
     File :-(, x)
A maze in 1280*800.
BTW, it's written in C++, and I'm not sharing the source since it is not structured properly, and a real programmer would laugh at it :P
>> Anonymous
>>447861
Looks like a map of the US stock market ]:
>> Anonymous
iirc the method of
>>449331
works for mazes with proper entrance and exit openings.
>> Anonymous !wM5G0xiB/Q
>>449667
So you make them right? Erasing few pixels is not big task..
>> Anonymous
Hey OP, you didn't happen to go to CSU in Edmond, OK, did you? I knew a guy in my grad class who designed these intricate mazes, same as you. Even had them printed as bedsheets, with a single red line showing the solution. Are you him? :)
>> Anonymous
>>449987
No, I'm not him :P It's not that hard to write a program that does this. I'm sure there are alot of people who have done similar things.