An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: maze-algorithms

zmertens/MazeBuilder

A tool for generating mazes

Language: C++ - Size: 54.9 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 3 - Forks: 0

cooperblacks/ai-projects

Collection of random A.I. applets and programs aimed at testing and implementing both currently existing or novel algorithms

Language: HTML - Size: 381 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

Zreechxnn/maze-game

i make a maze game using c++

Language: C++ - Size: 2.77 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 0

Pietot/Lapyrinth

A program capable of creating mazes with many different algorithms and solving them with different pathfinders.

Language: Python - Size: 40.2 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 5 - Forks: 1

taKana671/GoMaze

This is a repository for implementing maze algorithms.

Language: Go - Size: 24.4 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

vbuyel/Maze-generator

Генератор лабиринта и его визуализация (поддержка файлов)

Language: Pascal - Size: 10.5 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

erbsland-dev/erbsland-maze

Erbsland Maze is a sophisticated, open-source maze generator designed for creating complex, rectangular mazes.

Language: Python - Size: 5.38 MB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 4 - Forks: 1

fifocode/clab

clab - Creative Programming Solutions using C - Programming is enjoyable when applied to solve interesting problems (may not be directly used in general day-to-day professional work). The learning and knowledge acquired in the process make a better programmer.

Language: C - Size: 311 KB - Last synced at: 13 days ago - Pushed at: 30 days ago - Stars: 5 - Forks: 0

TylerMommsen/pathfinding-visualizer

Pathfinding and Maze Visualization Tool

Language: TypeScript - Size: 29.2 MB - Last synced at: 8 days ago - Pushed at: 9 months ago - Stars: 8 - Forks: 0

mgks/TheLostPath

An experimental 2D maze game made with HTML5 canvas and JavaScript.

Language: JavaScript - Size: 31.3 KB - Last synced at: 6 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

john-science/mazelib

A Python library for creating and solving mazes.

Language: Python - Size: 3.96 MB - Last synced at: 30 days ago - Pushed at: 3 months ago - Stars: 254 - Forks: 57

PamplemomM/A-Maze-D

The A-Maze-d project briefly consists in solving mazes

Language: C - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

emadehsan/maze

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

Language: Python - Size: 2.81 MB - Last synced at: 15 days ago - Pushed at: almost 3 years ago - Stars: 40 - Forks: 8

rabestro/awk-maze-generator

The AWK scripts to generate maze and find a path

Language: Awk - Size: 294 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 7 - Forks: 0

Spaghetoz/maze-visualizer

Web-based maze generator and solver

Language: JavaScript - Size: 50.8 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

607011/mazes

some maze algorithm implementations

Language: HTML - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

agl-alexglopez/multithreading-with-mazes

This repository contains maze building and solving algorithms. The solvers are multithreaded.

Language: C++ - Size: 6.08 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

AashvikTyagi/zippermau5

マイクロマウス

Language: C++ - Size: 64 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 1

Jeremy-Cleland/uninformed_search_agents

This project implements and compares three fundamental search algorithms - Depth-First Search (DFS), Breadth-First Search (BFS), and A* Search

Language: Python - Size: 1.51 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

AmanPriyanshu/MazeGenesis

Just a page for maze algorithms

Language: HTML - Size: 26.4 KB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

devrijhwani3118/MazePathfinder

Uses machine learning algorithms to solve mazes

Language: Python - Size: 36.1 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

hoangsonww/The-Maze-Game

🏰 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!

Language: Python - Size: 505 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 33 - Forks: 12

stolsky/generate-and-solve-mazes

Visualization of the generation and solution of mazes with various algorithms.

Language: TypeScript - Size: 369 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

LIU42/Maze

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

Language: C++ - Size: 105 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 8 - Forks: 2

jamis/csmazes

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

Language: CoffeeScript - Size: 67.4 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 393 - Forks: 42

talhaahussain/maze-solving-algorithms

Continuous Assessment for ECM2423 - Artificial Intelligence and Applications, set by Prof. Ayah Helal (Year 2, Semester 2). Involves the use of several search algorithms for the problem of solving mazes, as well as comparing performance and an independent extra program for generating new mazes.

Language: Python - Size: 1.44 MB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

PrimeOnPeaSea/PathFindingAlgorithms

Gamified Demonstration of Path Finding Algorithms that allows you to visualize the different path finding algorithms.

Language: JavaScript - Size: 40 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

iagolirapasssos/Maze-Generator

Language: HTML - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Gasiyu/maze-runner-kotlin

A Kotlin program that generates and solves mazes using a randomized Prim's algorithm for generation and BFS (Breadth-First Search) for pathfinding.

Language: Kotlin - Size: 53.7 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

MrOrnithorynque/Maze_Generator_and_Solver

Maze solver and generator algorithms.

Language: C - Size: 33.3 MB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 1

pinglu85/maze

A visualization tool for various maze algorithms and pathfinding algorithms.

Language: JavaScript - Size: 1.24 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 6 - Forks: 2

MohHasan1/Algo-Maze

Play with mazes and watch BFS and DFS in action! Drag nodes, customize grids, and explore algorithms in a fun way. Works on desktop and iPad (phones coming soon!). More features on the way! 🎉

Language: TypeScript - Size: 925 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

AWass04/Rat-Maze-DFS-Algorithm

A DFS algorithm designed to solve a maze.

Language: C# - Size: 316 KB - Last synced at: 6 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

stacenko-developer/maze

Генерация лабиринтов

Language: Java - Size: 127 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

HaydenD100/MazeSolver

This program randomly generates a maze and then solves that maze using A* pathfinding algorithm

Language: C++ - Size: 181 KB - Last synced at: 23 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

poypoyan/canvas-svg-experiments

My experiments in Canvas and SVG HTML

Language: JavaScript - Size: 94.7 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

kathleenwest/MicroMouse

This final report summarizes the final progress of the MicroMouse senior project team and clarifies the ultimate design solution by first discussing the problem definition, posed solution, and benefits of implementation. Secondly the as built specifications address the mechanical and electrical technical specifications which include drawings, diagrams, and schematics that illustrate the final constructed MicroMouse. Each design requirement is then addressed and verified by test results. Lastly, the final report includes a concluding cost analysis of the project. Overall, the MicroMouse meet most of the system design requirements and was under budget with a cost of only $394.60.

Size: 888 KB - Last synced at: 3 months ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

schokee/Fovero

Maze generation/solving/visualisation using .Net / WPF

Language: C# - Size: 122 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 1

YeyoM/mazeSolver

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

Language: Python - Size: 787 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 4

0-harshit-0/maze

A maze generator and solver.

Language: JavaScript - Size: 5.18 MB - Last synced at: about 18 hours ago - Pushed at: 6 months ago - Stars: 2 - Forks: 1

Dreaght/Maze2Schema

SnubSquare shape maze schematic generator

Language: Java - Size: 286 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

NexusGKSoftwares/MAZE-PROJECT

Maze Generator and Solver Welcome to the Maze Generator and Solver project! 🚀 This C++ application, powered by SDL2, creates and solves mazes with captivating visuals. Experience the beauty of algorithms as you watch mazes being generated and solved before your eyes. Ready to dive in? Let's get started!

Language: C++ - Size: 311 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

Dreaght/SnubSquareMaze

SnubSquare shape maze generator

Language: Java - Size: 194 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

RamezzE/MazeSolver

Maze generation, solving & finding shortest paths algorithms with backtracking, written in C++ and SFML.

Language: C++ - Size: 818 KB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 0

nesterova-p/Maze_Solver_C

Maze Solver with a challenging 512kB memory constraint implementation for a university project. The project was created together with Martyna Kochalska (pyskaa0506)

Language: C - Size: 778 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

nesterova-p/Maze_Solver_Java

Maze Solver with GUI (SWING) implementation for a university project. The project was created together with Martyna Kochalska (pyskaa0506)

Language: Java - Size: 1.92 MB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

jostbr/pymaze

A maze generator, solver and visualizer for Python

Language: Python - Size: 112 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 274 - Forks: 67

defndaines/meiro

Maze generation code, inspired by Mazes for Programmers.

Language: Clojure - Size: 307 KB - Last synced at: 7 months ago - Pushed at: almost 5 years ago - Stars: 457 - Forks: 15

Lokicoule/pathfinding-viewer

Language: TypeScript - Size: 25.4 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 1

negarhonarvar/Bug-Algorithms

Implementation of Bug1 , Bug2 and Wall following algorithms for GCTronic' e-puck

Language: Python - Size: 55.7 KB - Last synced at: 2 months ago - Pushed at: 8 months ago - Stars: 3 - Forks: 0

nextupvamp/mazes

Application for generating and solving mazes

Language: Java - Size: 161 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

CruiserOne/Daedalus

The Maze generation software "Daedalus", version 3.5

Language: C++ - Size: 2.99 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 54 - Forks: 7

We-Gold/algernon-js

Algernon is a JS library for efficiently generating, solving, and rendering mazes.

Language: JavaScript - Size: 192 KB - Last synced at: about 12 hours ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

aleksibovellan/python-a-star-maze-solver

Python Maze Solver using A* Algorithm with Movement Constraints

Language: Python - Size: 29.3 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

devedse/DeveMazeGeneratorCore

This is the new version of my maze generator, now made with .NET Core.

Language: JavaScript - Size: 16 MB - Last synced at: 26 days ago - Pushed at: 7 months ago - Stars: 7 - Forks: 3

AbdallahHemdan/Maze-Generator

🐀A maze generator is a flexible size random maze implemented using Union Find Set (Disjoint Set)

Language: C++ - Size: 15.4 MB - Last synced at: 2 months ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 0

ryanhatton/pathfinding-visualizer

Visualization of popular maze and pathfinding algorithms

Language: TypeScript - Size: 165 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

armin-reichert/mazes

A comprehensive library of algorithms for creating perfect mazes.

Language: Java - Size: 98.8 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 78 - Forks: 18

freddycoppa/maze-js

Maze Generation & Pathfinding

Language: JavaScript - Size: 27.3 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

HoangTran0410/p5js-playground

All my working experience with p5js

Language: JavaScript - Size: 49.8 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 20 - Forks: 6

AdvancedProductivity/awesome-maze

🚀🚀🚀 This is the web maze explore project

Language: TypeScript - Size: 2.07 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

lnvaldez/maze-solver

Generates a random maze and solves it using recursive backtracking. The maze generation utilizes Depth-First Search (DFS) to carve out passages and create a unique maze layout for each run.

Language: C++ - Size: 10.7 KB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

talhaahussain/maze-game

Maze game created for A2 Computer Science project (A-levels, Year 13).

Language: Python - Size: 8.87 MB - Last synced at: 7 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

marianpekar/ue5-maze-generator

Extended reimplementation of ue4-maze-generator

Language: C++ - Size: 1.69 MB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

barannmeisterr/Maze-to-Graph-Conversion-For-Path-Finding

This project converts a maze into a graph representation and performs various graph-related operations on it.The maze is represented as a 2D array of characters where: "S" indicates the start point, "F" indicates the final (end) point,"E" indicates an empty point, and "-" indicates a wall.

Language: Java - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Nashunn/MazeGenerator

A maze generator in python. Made as a personnal project to study maze generation 🧶

Language: Python - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

efraimG21/BFS-Maze-Solver

Maze solver using bfs search in c language

Language: C - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

39555/ellers-maze

An implementation of the Eller's Algorithm for generating infinite mazes

Language: C++ - Size: 61.5 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Vaporjawn/Maze.JS 📦

A maze generator made out of JavaScript

Language: JavaScript - Size: 356 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

dobrosha/Maze_cpp

Maze and cave realization

Language: C++ - Size: 909 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

LucaDillenburg/Resolvedor-de-Labirintos

Aplicativo que resolve labirintos escritos em arquivos texto, usando filas e pilhas para simular recursão.

Language: Java - Size: 294 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

NekkittAY/Maze

Maze generator in python

Language: Python - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Simohamed0/Maze-escape-game-with-Q-learning

Language: Python - Size: 113 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AD-Codex/ROS_micromouse_2021

This is a micromouse maze solving simulation on ROS. The algorithm was developed in python.

Language: Python - Size: 1.56 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Heroyt/path-finder

Path finding and maze generating visualisation

Language: JavaScript - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

edabot/mazes

A selection of maze generators based on Mazes for Programmers by Jamis Buck. Written in Python. Exported as ASCII and SVG

Language: Python - Size: 35.1 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 2

f-pisani/Maze-Studio 📦

Maze generator using Hunt and Kill algorithm. Qt manage the GUI, SFML the maze render. Old C++/Qt/SFML project.

Language: Makefile - Size: 5.73 MB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

verhagen/mazes-for-programmers-type-script

TypeScript implementation of the book Mazes For Programmers by Jamis Buck

Size: 73.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hankcheah/pxmaze

Simple maze generator and solver.

Language: Go - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

AlexandreOdet/A-Maze-Ing

Maze generator and solver in OCaml, with GUI in OCamlSDL

Language: OCaml - Size: 23.3 MB - Last synced at: over 1 year ago - Pushed at: about 10 years ago - Stars: 0 - Forks: 0

jaymspeights/MazeGenerator

Maze generator and solver in Java

Language: Java - Size: 315 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

derekacosta/mazesolving Fork of mikepound/mazesolving

A variety of algorithms to solve mazes from an input image

Language: Python - Size: 21.1 MB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

LuisanArgoose/Maze

Библиотека для генерации 2D лабиринтов на языке C#

Language: C# - Size: 58.6 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Frost-Phoenix/Maze-generator-and-solver

Maze generation / solving visualisation

Language: Python - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Duiccni/Lime-Maze-Creator

Basic Random Maze Creating Algoritym writed in Python with pygame.

Language: Python - Size: 27.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

LampStack/MazeProblem

Maze solver in python

Language: Python - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

satyamkumar420/Terminal-Based-Maze-Solver

The terminal-based maze solver project is a command-line program that helps users navigate through a maze. It takes a maze as input and finds a path from the starting point to the goal, using algorithms like DFS or BFS. The program displays the maze and the solution path in the terminal interface.

Language: Python - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MahmoudHussienMohamed/MazeSolvingAlgos

Python module written in C++ for generating and solving rectangular Mazes with Graph Traversal Algorithms.

Language: C++ - Size: 740 KB - Last synced at: 14 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

LucasCalcada/maze-generator

A JS implementation of the Randomized Kruskal's algorithm for a maze generation web page

Language: JavaScript - Size: 1.03 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

anshul1004/MazeGenerator

Generates and displays a maze using disjoint sets

Language: Java - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

djibril-coulybaly/Artificial-Intelligence-Maze-Pathfinder

Implementing three different search algorithms for finding a path in a maze using Prolog

Language: Prolog - Size: 743 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

greshbasic/maze-machine

Not only makes mazes, but solves them for you!

Language: Java - Size: 38.1 KB - Last synced at: about 10 hours ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

prajwalsouza/Maze-Solver

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.

Language: Python - Size: 17.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 2

PaulTony7/maze_generator

Language: C++ - Size: 75.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

darenceT/dungeon

ASCII-art maze game. This is not the code base used for dungeon_2.0

Language: Python - Size: 21.8 MB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

ThomBreugelmans/Maze_Game

A maze game made by yours truly

Language: HTML - Size: 182 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Ardazafer/DrRacket

Some of my personal DrRacket projects that i've made in 2016

Language: Racket - Size: 25.4 KB - Last synced at: 3 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

ArjunBalamwar/PathFinder

A pathfinding visualizing project using Pygame that uses A* and other pathfinding algorithms. Along with that, there are various maze generation algorithms

Language: Jupyter Notebook - Size: 94.7 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

sichkar-valentyn/Reinforcement_Learning_in_Python

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

Language: Python - Size: 23.4 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 294 - Forks: 97

MrShameer/Maze

The is a simple maze game where is create a random maze using Kruskal's algorithm and you can play with it using the "W,A,S,D" key

Language: Python - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0