Generate and test mazes in Java
-
Updated
Nov 22, 2022 - Java
Generate and test mazes in Java
Solves any images of mazes, as long as the starting point, ending point, walls, and path have unique colors.
Read .txt files containing formatted mazes, which can then be played
Mapping and solving of closed mazes using the Arduino platform.
An honors project for my CS13 (Advanced Programming and techniques) course for the Fall 2017 semester. Rogue-Runner is a maze game in which you must obtain all three keys under a time limit. To obtain the keys, you must dodge snakes and arrows or risk having to start from the beginning. Once you've obtained all of the keys, you can open the door…
Maze solving micro mouse project repository
A project comparing the execution speed of pathfinding algorithms on mazes for video game agents.
StrinGame is a blind maze-solving adventure created entirely using the Pygame library and other Python modules, including the audio components. Experience the thrill of exploration and strategy in this traditional game with a new twist
Escape the maze of reinforcement learning agents (without deep-learning)
A interactive Maze-Generator using Depth-First-Search and recursive backtracking, written in P5JS.
This program will generate a random maze and solve that complex puzzle by displaying the correct path. Algorithms are written in Python; visuals are displayed by pygame.
2D Maze editor using Raylib and ImGui. Features convenient junction placement, naming, moving aswell as tagging of positions. Export to JSON for use in games.
Some Personal C Projects
The following project looks at mapping out a base maze. Implements a recursive algorithm(DPF) to mow the maze. In addition, Breadth First Search is implemented in order to drop "candy" along the path, which the user can pick up while solving the maze.
Trapped in a labyrinth, must find golden tile to escape.
Python Maze-Solving Visualizer
This Repository provides the source code of a self-driving maze reconstructing Vehicle.
3D cube maze solver with terminal-adjusted visualisation and a maze generator
A maze generator made out of JavaScript
Add a description, image, and links to the maze-explorer topic page so that developers can more easily learn about it.
To associate your repository with the maze-explorer topic, visit your repo's landing page and select "manage topics."