Implementation BFS on Maze Games
Daftar Isi:
- Game Maze is a game with aim to to look for way out which have been determined by user and at this game there are barrier in the form of wall, so that for trouble-shooting will look for its solution by computer. For trouble-shooting, in this game use algorithm of Breath First Search, array 2 dimension and tree data structure. So that in this game can finding the goals with an optimal although there are have many kinds of problem of seeking at game maze. End result of the seeking can be concluded by seeking of optimal band to pass to find goals which have is determined.and will present result of from the conclusion with Grapichal User Interface.