#

Mazes

css 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.

https://static.github-zh.com/github_avatars/razimantv?size=40

Generate mazes of different shapes and arbitrary sizes using graph theory

C++ 1.07 k
3 个月前
https://static.github-zh.com/github_avatars/dotnet?size=40

Game examples implemented as .NET console applications primarily for providing education and inspiration. :)

C# 952
1 年前
https://static.github-zh.com/github_avatars/JustinSDK?size=40

Reduce the burden of mathematics when playing OpenSCAD

OpenSCAD 874
3 年前
https://static.github-zh.com/github_avatars/sichkar-valentyn?size=40

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 483
3 年前
https://static.github-zh.com/github_avatars/mackorone?size=40

#算法刷题#A Micromouse simulator: write and test maze-solving code without a physical robot

C++ 482
11 天前
https://static.github-zh.com/github_avatars/defndaines?size=40

Maze generation code, inspired by Mazes for Programmers.

Clojure 459
5 年前
https://static.github-zh.com/github_avatars/jamis?size=40

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

CoffeeScript 393
7 年前
https://static.github-zh.com/github_avatars/PaddlePaddle?size=40

Collection of Reinforcement Learning / Meta Reinforcement Learning Environments.

Python 294
1 年前
https://static.github-zh.com/github_avatars/jostbr?size=40

A maze generator, solver and visualizer for Python

Python 284
1 年前
https://static.github-zh.com/github_avatars/john-science?size=40

A Python library for creating and solving mazes.

Python 261
6 个月前
https://static.github-zh.com/github_avatars/Tauseef-Hilal?size=40

Pathfinding visualizations with Python and Pygame

Python 223
7 个月前
https://static.github-zh.com/github_avatars/yantra-core?size=40

A JavaScript procedural generator for Mazes, Terrains, and Biomes. Designed for game developers and professional hobbyists, Labyrinthos.js offers a very simple-to-use API for crafting complex, customi...

JavaScript 189
2 年前
https://static.github-zh.com/github_avatars/raysan5?size=40
C 179
3 年前
https://static.github-zh.com/github_avatars/ArashPartow?size=40
C++ 177
5 年前
https://static.github-zh.com/github_avatars/Dicklesworthstone?size=40

Generate Cool-Looking Mazes and Animations Illustrating the A* Pathfinding Algorithm

Python 177
7 个月前
https://static.github-zh.com/github_avatars/SiENcE?size=40

Astray is a lua based maze, room and dungeon generation library for dungeon crawlers and rougelike video games

Lua 168
9 个月前
https://static.github-zh.com/github_avatars/angelikatyborska?size=40

A maze generator made with PhoenixLiveView.

Elixir 129
1 年前
https://static.github-zh.com/github_avatars/dado3212?size=40

A macOS screensaver that procedurally generates a maze and then solves it

Swift 125
2 年前
loading...
Website
www.astrolog.org
Wikipedia
维基百科

相关主题

算法