Mazes topic
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.
Micromouse_Simulator
IEEE Micromouse Competition - Micromouse Simulator
pathfinding-visualizer
Website built using React Framework for visualizing Pathfinding and Maze Generation Algorithms.
PARL-Sample
Deep reinforcement learning using baidu PARL(maze,flappy bird and so on)
maze-generation-algorithms
Collection of maze generation algorithms.
maze.py
Simple curses pipes written in Python
GridUniverse
Old and new Reinforcement Learning algorithms run on the GridUniverse ecosystem
Daedalus
The Maze generation software "Daedalus", version 3.4
WolfieMouse
IEEE Reion 1 Micromouse competition.
mmaze
A python maze generator and solver