maze
Maze Generation with Ruby
I have been working on polishing my Ruby skills lately and came across a nice snazzy presentation on maze generation.[详细]
2023-04-12 20:21 分类:问答As3 How to flip a movieclip to face movement direction?
Working on a maze game. When the left开发者_StackOverflowkey is pressed the movieclip (char) should turn 90 degrees to the left.[详细]
2023-04-11 01:49 分类:问答Help with solving D&D maze using Java
I been reading some of the other questions that have been posted on stackoverflow and I am a little overwhelmed by the number of search algorithms there are. I\'m not looking for code and more of a pa[详细]
2023-04-07 13:40 分类:问答Creating a maze graph from a text file : Java
I need to make a graph from a text file containing multiple \'mazes\' represented as adjacency lists. The list is as follows:[详细]
2023-03-10 07:20 分类:问答Depth-first-search maze generation algorithm with blocks instead of walls
I am trying to impleme开发者_如何学编程nt the depth first search algorithm into my game. I have been studying this web page: http://www.mazeworks.com/mazegen/mazetut/index.htm , only to find that I wo[详细]
2023-03-07 23:39 分类:问答WPF Layout/Map/Maze Generator
I\'m trying to give a user controls for generating a layout of boxes in WPF. I\'d like to be able to add/remove rows and columns and set each box to be rotated at either 0 or 45 degrees. The result wo[详细]
2023-03-02 09:35 分类:问答Java: Trouble randomizing a DFS run to build a maze
I\'m having trouble randomizing the visit from a node to its neighbors, rarely is the whole graph (a MxN array, in this test 4x4) visited, I don\'t get what I\'m doing wrong here.[详细]
2023-03-01 23:38 分类:问答Java: Randomizing the Order of Method Recursive Calls
For DFS maze generation in Java I wanna randomize the order in which the recursive calls of a DFS are made:[详细]
2023-03-01 15:50 分类:问答Maze solving optimal no left turn algorithm
I am working on a project where I need to solve a maze using the minimum number of right turns and no left turns.[详细]
2023-02-23 14:20 分类:问答Problem with maze solving backtracking algorithm with setting visited rooms
i seek if somebody could help me out with my room searching algorithm I\'m trying to implement a backtracking algorhitm for maze solving. I\'m stuck in the place where i should memorize the rooms whic[详细]
2023-02-19 04:47 分类:问答