<<< Builder     Index     Builder Sample II, Pizza Restaurant >>>

11. Builder Sample I, Maze Game


  • The Builder ( download ) sample is the successor of the Maze Game application:

  • MazeGame is the director object with CreateMaze() operation to build complex Maze object from a specific configuration.

  • StandardMazeBuilder and CountingMazeBuilder are concrete builders.

  • The StandardMazeBuilder constructs individual Rooms and other parts of the Maze.

    Maze Game Builder Sample

<<< Builder     Index     Builder Sample II, Pizza Restaurant >>>