--- license: cc-by-4.0 --- NOTICE: some of the game is mistakenly label as both length and width columns are 40, they are 30 actually. # maze This dataset contains 350,000 mazes, represents over 39.29 billion moves. Each maze is a 30x30 ASCII representation, with solutions derived using the BFS. It has two columns: - 'Maze': representation of maze in a list of string.shape is 30*30 - visual example drawing - 'Path': solution from start point to end point in a list of string, each item represent a position in the maze.