maze
Projects with this topic
-
Admirez la construction d'un labyrinthe à partir d'un quadrillage. Reposez vos yeux devant cette animation fluide et agréable, qui apaisera votre esprit. Profiter d'une personnalisation complète de la taille du labyrinthe et de sa vitesse de construction, pour une experience d'autant plus unique.
Updated -
-
Breadth First Search and Depth First Search in a 2D maze.
Updated -
-
-
A small game about mice in an infinite maze, built for Gemini (the internet protocol, not one of the other projects named Gemini)
Updated -
-
Swiss Cheese is a 3D maze game. The player is placed in a maze and must find a way out.
Updated -
-
A 2D perfect maze generator and solver, both rectangular and hexagonal.
The project employs multiple algorithms, including Recursive Backtracker, Prim's and Growing Tree for the generator, and Wall Follower and Bidirectional Recursive to solve.
Updated -
Introduction to Programming (CS-107, EPFL) project about solving a maze using different algorithms.
Updated -
Maze generators in e̶v̶e̶r̶y̶ some programming languages
Updated -
The goal of this project is to generate mazes (done in a reasonable amount of time), solve them (from 4 different ways and done in a reasonable amount of time), and print the solution.
Updated -
Proyecto realizado durante el workshop de Python de Epitech en la UNLP.
Updated -
Un générateur de labyrinthe en Go en mode texte ! enjoy
Updated -