Results 1 to 2 of 2
Thread: Maze Help
- 12-02-2007, 10:24 AM #1
Member
- Join Date
- Dec 2007
- Posts
- 15
- Rep Power
- 0
Maze Help
I need to create a maze with animations on it. There's a big problem....I dont know how to.....
*Program generates a maze
*Program solves the maze
All I know is...
...Create a two dimensional array, which I already have.
...Algorithm to be used in the maze would be Depth First Search
...Use thread, still learning how to. (Advices would be much appreciated)
Things I need to know...
...How to put images in the maze, for the walls. A simple line is ok
...How to code the depth first search
...Other advices you can give me
Can anyone lend a hand on how to do this? Thanks much in advance!
- 12-22-2007, 04:26 AM #2
I can't be much help, but here's a tutorial on Depth First Search.
Best of luck, and keep us posted. I particularly find this project interesting and if I had the time I would attempt it, even though I don't know much about threading.
Similar Threads
-
Java Maze Problem
By mousey182 in forum New To JavaReplies: 2Last Post: 03-28-2008, 07:29 PM -
maze problem (file to a 2d array)
By rnavarro9 in forum New To JavaReplies: 4Last Post: 11-09-2007, 08:36 AM
Bookmarks