/ios-maze-generator-spritkit

ios Maze Generator with SKShapeNode from Spritkit

Primary LanguageObjective-C

ios-maze-generator-spritkit

ios Maze Generator with SKShapeNode from Spritkit

  • Maze gererator with different algorithms
  • Draw maze with SKShapeNode

Note:

  • In GameViewController.m, its -viewDidLoad, the maze's height and width were setup by [[MazeGenerator alloc] initMazeWithWidth:mazeWidth height:mazeHeight];
  • On application start, a 10x10 maze will be randomly generated by default. It will be sovled also, the solution path is marked with red stroke.

TODO:

  • More Algorithm
  • Algorithm Setting

alt tag alt tag