Repository navigation

#

Mazes

www.astrolog.org
维基百科

相关主题

算法
maze-algorithms logo

A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish.

A huge variety of algorithms exist for generating and solving mazes. These are not only fun to implement, but also are a good way to familiarise yourself with programming techniques, algorithms, and languages.

Implementing Reinforcement Learning, namely Q-learning and Sarsa algorithms, for global path planning of mobile robot in unknown environment with obstacles. Comparison analysis of Q-learning and Sarsa

Python
473
3 年前

Maze generation code, inspired by Mazes for Programmers.

Clojure
459
5 年前

Maze algorithms implemented in CoffeeScript, with an eye toward demonstrating how the algorithms work by animating them.

CoffeeScript
393
7 年前

A maze generator, solver and visualizer for Python

Python
285
1 年前

A Python library for creating and solving mazes.

Python
259
5 个月前

Create aesthetic mazes of different shapes, tiles, sizes and more using a CLI tool. A website is also available at https://mazes.apixelinspace.com

F#
88
1 年前

A comprehensive library of algorithms for creating perfect mazes.

Java
80
1 年前

The Maze generation software "Daedalus", version 3.5

C++
67
9 个月前

Generate Mazes of different types and Datasets for Deep Learning (GANs, RL)

Python
41
3 年前

Project of a micromouse type mobile robot based on STM32 and designed PCB. Master's thesis.

C++
39
3 个月前

🏰 The Maze Game offers straightforward maze navigation challenges, built with Prim's & DFS Algorithms. Featuring responsive design for easy play on any device, including mobile, with intuitive on-screen controls for movement, it's ideal for quick gaming sessions, providing both casual and challenging experiences!

Python
35
18 天前

Recursive Backtracker Maze Generation Algorithm with C++ using ncurses

C++
28
3 年前

Maze algorithms in Clojure (from Jamis Buck's "Mazes for Programmers" book)

Clojure
24
3 年前

A Python wrapper of the Daedalus maze generator.

C++
22
6 年前

Solves Mazes taking an image input, along with the starting and ending points. There are two Algorithms here which solve mazes. One of them is a Shortest Path Algorithm, the other, Minimal Tree Agorithm along with dead end filling.

Python
18
2 年前

A generic C++ implementation of a Maze data structure along with maze solving algorithms using graphs.

C++
17
5 年前

An Arduino micro controller based robot which first analyzes the maze in the dry run by following lines through IR sensors and then calculates the shortest path from the source to the destination.

Arduino
14
6 年前

C++ 课程设计项目,基于 Qt 制作的一个简单的走迷宫小游戏。

C++
11
7 个月前

Maze Solver built with python. Using DFS, BFS, Dijkstra, A* Star.

Python
9
3 年前