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

GitHub topics: astar-algorithm

truongd3/npuzzle

Sliding Puzzle Game using A* Search Algorithm and C Programming

Language: C - Size: 2.21 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 1 - Forks: 0

LouvAndTech/a-star

I'm implementing a-star in multiple language to learn how it work and build a little librairy

Language: Go - Size: 22.5 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

cabaletta/baritone

google maps for block game

Language: Java - Size: 15.7 MB - Last synced at: 1 day ago - Pushed at: 3 days ago - Stars: 7,832 - Forks: 1,606

JasonNumberThirteen/UnityAStarVisualiser

A project for visualising working of the A* algorithm made in "Unity".

Language: C# - Size: 906 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

alesbe/js-pathfinder

Path finder web app made with JS! 🤖🔍

Language: JavaScript - Size: 50.8 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0

xiejiangzhi/astar

A star path finder for Lua

Language: Lua - Size: 196 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 15 - Forks: 4

GaelGil/algorithm-visualizer

A project I created using react to visualize sorting algorithms and pathfinding algorithms.

Language: JavaScript - Size: 1.75 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 1

AlfredoFilho/IA-Learning-Search

Ferramenta para visualizar buscas da Inteligência Artificial - A-star (A estrela), Best-first (Melhor-primeiro), Depth-First (Profundidade) e Breadth-First (Amplitude / Busca em Largura)

Language: Python - Size: 142 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 4 - Forks: 2

vbuyel/Maze-generator

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

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

Krapic/AI-Maze-Solver

Interaktivna aplikacija za generiranje i rješavanje labirinata pomoću AI algoritama (BFS, DFS, A*) razvijena u sklopu kolegija Programsko inženjerstvo.

Language: Python - Size: 13.6 MB - Last synced at: 3 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

KsR4z8v/Project-IA-Pathfinding

This project implements two essential pathfinding algorithms used in artificial intelligence and graph traversal: A* (A-star) and Breadth-First Search (BFS). It is designed to help visualize and compare how these algorithms find paths from a start point to a goal within a grid-based environment.

Language: Python - Size: 145 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

hchia93/escape-from-wizard

Escape from Wizard is a C# project I've made during University using Microsoft XNA 4 framework. It is now upgraded to using MonoGame framework. It is featuring A* algorithm implementation for the path searching.

Language: C# - Size: 22.1 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

vxm/ppz

Python Puzzle Solve

Language: Go - Size: 22.2 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

ankurbhambri/DS-Algo

Data Structure and Algorithm

Language: Python - Size: 680 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

SvenWoltmann/pathfinding

Source code for the HappyCoders.eu articles on pathfinding and shortest path algorithms (Dijkstra, A*, Bellman-Ford, Floyd-Warshall).

Language: Java - Size: 948 KB - Last synced at: 8 days ago - Pushed at: 9 days ago - Stars: 39 - Forks: 24

smack42/ColorFill

ColorFill - yet another Flood-It clone (game and solver algorithm)

Language: Java - Size: 79.7 MB - Last synced at: 8 days ago - Pushed at: 9 days ago - Stars: 8 - Forks: 0

Adithya2369/Maze_Solver

AI Maze Solver visually demonstrates pathfinding algorithms (BFS, DFS, A*) navigating procedurally generated mazes. Built with Python/Tkinter, it shows real-time algorithm exploration and solutions. Perfect for learning AI basics or comparing pathfinding approaches.

Language: Python - Size: 4.88 KB - Last synced at: 9 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

Abhiz2411/shortest-pathfinder

A Python-based visual pathfinding tool using Pygame to demonstrate Dijkstra's and A* algorithms. Users can set start/end points, add barriers, and watch the shortest path being calculated in real-time

Language: Python - Size: 2.16 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

jzyong/game-server

Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring server and a running web version of fishing. State machine, behavior tree, A* pathfinding, navigation mesh and other AI tools

Language: Java - Size: 27.7 MB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 1,188 - Forks: 489

Paarth01/PacMan-Game-using-Dijkstra-and-Astar-algorithm

A Python-based Pac-Man game that uses Dijkstra's and A* algorithms to power intelligent ghost AI pathfinding. Built with Pygame, it features interactive gameplay and customizable grid-based maps.

Language: Python - Size: 2.04 MB - Last synced at: 6 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

matthewstyler/ruby-perlin-2D-map-generator

Procedurally generate seeded and customizable 2D maps with optional towns and roads, rendered with ansi colours or described in a 2D array of hashes

Language: Ruby - Size: 98.6 KB - Last synced at: 11 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

ruvxn/Traffic-Guidance-System

Traffic Prediction and Route Guidance system that predicts traffic conditions and suggests the best routes between SCATS sites.

Language: Jupyter Notebook - Size: 7.79 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

nkuwenjian/lattice_path_planner

A* search with motion primitives

Language: C++ - Size: 138 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 14 - Forks: 8

selimanac/defold-astar

Pathfinder and A* solver (astar or a-star) native extension for Defold Engine build on MicroPather.

Language: C++ - Size: 2.76 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 86 - Forks: 6

LeoSery/AStar-PathFinding--UnrealEngine5-2024

Interactive A* pathfinding visualization in Unreal Engine 5. Features real-time node manipulation, path calculation, and customizable grid system.

Language: C++ - Size: 1.05 GB - Last synced at: 5 days ago - Pushed at: 7 months ago - Stars: 3 - Forks: 2

L4mbads/Tucil3_13523135_13523162

Rush Hour puzzle Solver dengan algoritma pathfinding Uniform Cost Search, Greedy Best First Search, dan A*.

Language: Java - Size: 47.6 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

DonnYep/CosmosFramework

CosmosFramework is a medium-lightweight plug-in Unity development framework . Has a rich Unity method extensions and toolchain. async/await syntax support, multi-network channel support.Long term support for this project

Language: C# - Size: 298 MB - Last synced at: 16 days ago - Pushed at: 2 months ago - Stars: 406 - Forks: 55

MolodyGs/pathfinding-unity

Implementación del algoritmo de busqueda A* (A estrella) con Unity 2021.3.8f1. Se implementan, además, ciertas optimizaciones.

Language: C# - Size: 29.5 MB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 0

wkhere/astar

Generic A* in Go

Language: Go - Size: 30.3 KB - Last synced at: 10 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 0

Sollimann/Dstar-lite-pathplanner

Implementation of the D* lite algorithm in Python for "Improved Fast Replanning for Robot Navigation in Unknown Terrain"

Language: Python - Size: 1.86 MB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 168 - Forks: 37

jvirdi2/A_star_and_Hybrid_A_star

Given a graph, A* finds the optimal path, if it exists, joining the start node to the goal node. Hybrid A* takes vehicle dynamics into consideration and generates a smoother path which the vehicle can follow. Both the implementations are optimized using dictionaries & heaps

Language: Python - Size: 211 KB - Last synced at: 5 days ago - Pushed at: about 5 years ago - Stars: 24 - Forks: 5

Jia2005/AI-Codes-in-Java

✨ Late-night Java AI coding adventures from my college days! Path-finding algorithms, genetics, prolog and other codes that compile and run perfectly. All implemented in Java for your programming assignments and projects! ☕💡

Language: Java - Size: 27.3 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

Jia2005/AI-codes-in-Python

✨ My collection of AI code from college nights! Search algorithms, genetic stuff, and other weird computer-thinky code that actually works - all written in Python! Grab it if you're stuck on assignments! 💻☕

Language: Python - Size: 11.7 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

smolkaj/rubix

A minimalistic Rubik's cube solver

Language: Python - Size: 2.29 MB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

wkhere/eastar

A* graph pathfinding in pure Elixir

Language: Elixir - Size: 108 KB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 34 - Forks: 6

RaresAil/phaser-pathfinding

A phaser3 pathfinding algorithm using heap data structure

Language: TypeScript - Size: 1.54 MB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

JoyM268/sdmcet-aiml

Repository of all the programs taught in AIML Lab at SDMCET, 2025

Language: Jupyter Notebook - Size: 4.18 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ahmedalgrgawy/Computer-Science

Language: C++ - Size: 16 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Dicklesworthstone/visual_astar_python

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

Language: Python - Size: 700 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 177 - Forks: 7

GavinPHR/Space-Time-AStar

A* Search Algorithm with an Additional Time Dimension to Deal with Dynamic Obstacles

Language: Python - Size: 718 KB - Last synced at: 19 days ago - Pushed at: almost 4 years ago - Stars: 187 - Forks: 22

Francesco-Zeno-Costanzo/Artificial-intelligence-Montecarlo-techniques-and-neural-networks

Repository containing the codes written for the course Artificial intelligence, Montecarlo techniques and neural networks at the University of Ferrara

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

developersCradle/notebook

Pelipaja projekti 2014. Unity, C# programming, Itween, Jira, Real project, Deadlines, Project planning, Home page, A* algorithm, Hexagon, Jira planning & Social media marketing about development.

Size: 2.04 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

MiyagiSyn/MastersProjects

A collection of software development projects completed during my Master's program at the University of Utah. Includes coursework in systems programming, networking, web development, security, Qt applications, and more—demonstrating a broad foundation in both front-end and back-end technologies.

Language: Java - Size: 2.74 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

davecom/SwiftPriorityQueue

A Generic Priority Queue in Pure Swift

Language: Swift - Size: 120 KB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 372 - Forks: 41

GeovanaS/Pac-Man

Trabalho da disciplina de Fundamentos de Inteligência Artificial - UFPEL

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

ssaric/algoviz

Codebase for educational tool on algorithms

Language: TypeScript - Size: 541 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 21 - Forks: 3

s0rg/grid

Generic 2D grid

Language: Go - Size: 36.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 20 - Forks: 1

alexiapappas/MastersProjects

A collection of software development projects completed during my Master's program at the University of Utah. Includes coursework in systems programming, networking, web development, security, Qt applications, and more—demonstrating a broad foundation in both front-end and back-end technologies.

Language: Java - Size: 2.76 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

hjweide/pyastar2d

A very simple A* implementation in C++ callable from Python for pathfinding on a two-dimensional grid.

Language: Python - Size: 6.91 MB - Last synced at: 14 days ago - Pushed at: over 1 year ago - Stars: 153 - Forks: 61

EdwinChristopher/Artificial-Intelligence-Game

Player vs AI to reach the destination city. Enemy uses DFS algorithm to move. For each move will play games. The first game is using KNN algorithm to guess whether it will rain or not. The second game one will use word to vactor algorithm to guess the closest word. They can remove one city, bot(AI) will use A-star algorithm to remove a city.

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

xzripper/AStarD

A* (A-Star) search algorithm for 2D spaces (grids) for D.

Language: D - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

sortphy/noiteiroviajante

N1 Claudinei | Problema do Caixeiro Viajante, mas com "cafés" noturnos em Santa Catarina

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

ayush-tiwari57/Algorithm-Visualizer

Visualize working of famous algorithms, Currently Implemented Path Finding (Dijkstra's, A Star, BFS, DFS) Sorting (Bubble, Insertion, Selection, Merge, Quick, Heap)

Language: JavaScript - Size: 331 KB - Last synced at: 2 days ago - Pushed at: over 4 years ago - Stars: 78 - Forks: 28

Riteshhh08/Pathfinding-Visualizer-

Pathfinding-Visualizer Visualize and compare pathfinding algorithms like BFS, DFS, and A* in action! Set walls, find shortest paths, and learn how each algorithm behaves. Try it here!

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

ragibalasad/node-pathways

Find the shortest path between two nodes in a network of interconnected nodes

Language: JavaScript - Size: 86.9 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 8 - Forks: 0

JJLibra/Astar-qt

✌️UAV path planning: astar algorithm demo application. 一个基于 Astar 算法的无人机路径规划演示程序,使用 QT 框架实现

Language: C++ - Size: 154 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 18 - Forks: 2

CursedPrograms/astar-html-css-js

A* Pathfinding for HTML

Language: JavaScript - Size: 28.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

rosasbehoundja/sokoban-game

Sokoban Game solving using AI Algorithms (DFS, BFS, A*, etc)

Language: Python - Size: 2.39 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

hugolgst/blob-maze-solver

🧠 Solveur de labyrinthe utilisant l'algorithme A*

Language: JavaScript - Size: 14.6 KB - Last synced at: 9 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

hamed-rezaee/flutter_path_finder_algorithms

Implementation of path finding algorithms in Dart and Flutter.

Language: C++ - Size: 321 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 4

dangarfield/sokoban-solver

This is a web wrapper, playable sokoban game, editor and visualiser for sokoban solving, using Python through Web Assembly. All client side

Language: JavaScript - Size: 591 KB - Last synced at: 27 days ago - Pushed at: over 1 year ago - Stars: 17 - Forks: 7

ruvxn/Pathfinder_AI

Pathfinder_AI is a command-line tool for solving graph search problems using DFS, BFS, GBFS, A*, and UCS built during COS30019 AI coursework.

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

muhammetcnli/A-Star-Pathfinding

A* Pathfinding algoritm in Java

Language: Java - Size: 448 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

ruvxn/path_finder

This is a visual tool to demonstrate how the A* pathfinding algorithm works. Built with Python and Pygame, it lets users create a grid, set start/end points, add barriers, and watch the algorithm find the shortest path in real time. It's a great way to learn and explore pathfinding interactively.

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

rdtg94/wood_puzzle_game

Wood Puzzle Game with AI Integration, developed as a project for the course 'Elements of Artificial Intelligence and Data Science' at the Faculty of Engineering, University of Porto

Language: Python - Size: 1.35 MB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

MolodyGs/this-way-library

Librería para poder implementar A* en tus proyectos hechos en Unity

Language: C# - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

OguzhanTekeli06/AI_projects

AI projects

Language: C# - Size: 515 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

PedroNJorge/EIACD-Roll-the-Block

Recreation of the old-school classic Bloxorz with the implementation of search algorithms like A*. "Elements of Artificial Intelligence and Data Science" course in the 1st Year, 2nd Semester of the Bachelor of Artificial Intelligence and Data Science program

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

eslamdyab21/AMRs-in-Warehouse-Systems

This repository is for our graduation project ‫‪AMRs‬‬ ‫‪in‬‬ ‫‪Warehouse‬‬ ‫‪Systems, A team in the Faculty of Engineering, Alexandria university , majored in Electronics and Communication.

Language: Jupyter Notebook - Size: 21.9 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 17 - Forks: 2

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: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

GiridharRNair/A-Star-Algorithm-Visualizer

A* algorithm visualizer in Java using the Java Swing framework

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

ManfredHair/gps

gps para aula ney

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

DadaNanjesha/Path-Planning-for-Intelligent-Mobile-Robots

Path Planning for Intelligent Mobile Robots A comprehensive framework for advanced path planning algorithms used in autonomous mobile robots.

Language: Python - Size: 29.6 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

0nyr/AAIA_3IF_TP_BlocksWorld

Corrections du TP d'AAIA sur le problème du Monde des Blocs (Blocks World Problem) avec A* et AWA*, dans le cadre du cours de 3IF, INSA Lyon.

Language: TeX - Size: 4.57 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Daemon6109/AStarPathfinding

A* search algorithm in luau

Language: Luau - Size: 1.08 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

gyarab/2024-4e-merkulov-SnakeAI

🐍 SNAKE AI - Had, který vždy vyhraje! 🏆🤖🔥

Language: Python - Size: 4.17 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Kingcitaldo125/PyStar

A* pathfinding visualizer in Python/PyGame

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

RodrigoPAml/AstarCSharp

Astar implementation with turn/curve penalty in windows forms for 2D visualization

Language: C# - Size: 45.9 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

LakshayD02/Pathfinding_Visualization_Tool_Python

Visualize A* and BFS pathfinding algorithms in real-time with an interactive graphical interface. Explore how these algorithms find the shortest path! 🤖

Language: Python - Size: 32.2 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0

ademakdogan/Implementation-of-A-Algorithm-Visualization-via-Pyp5js-

This project has been created for A* algorithm implementation in Python 3 and Pyp5js is used to visualize that algorithm.

Language: JavaScript - Size: 4.99 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 26 - Forks: 12

In7elligence/path-finder-visualizer

A pathfinding visualizer for different pathfinding algorithms

Language: TypeScript - Size: 623 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

programORdie2/astar-pathfinding

A* Algorithm Visualizer

Language: TypeScript - Size: 39.1 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Kilosoft/PathFindHexagon

Astar A* pathfinding Unity C#

Language: C# - Size: 2.28 MB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 18 - Forks: 6

Anthippi/Missionaries-and-Cannibals-Astar

Επίλυση του προβλήματος των Ιεραποστόλων και Κανιβάλων με A* (star).

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

Anthippi/Rubik-s-Cube-Astar

2D κατασκευή και επίλυση του Rubik's Cube με A* (star).

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

suxrobGM/maze-godot

2D Maze game with AI built using Godot

Language: C# - Size: 3.88 MB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 6 - Forks: 3

AbdallahHemdan/Pathfinding-Visualizer

🎯 VanillaJS pathfinding visualizer using bunch of different shortest-path algorithms (A*, DFS, BFS, ...etc.)

Language: JavaScript - Size: 23 MB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 29 - Forks: 10

nellogan/PathfindingVisualizer

Visualize how different search algorithms traverse a grid.

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

LeeYuJoung/Shelter

2025 [만들래] 10분 게임 콘테스트_Unity2D 방치형 시뮬레이션 게임

Language: C# - Size: 476 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

snmslavk/AStar

Library with realization of AStar algorithm

Language: C# - Size: 70.3 KB - Last synced at: 26 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

ranjian0/A-star-Pathfinding

A-star pathfinding with pygame visualization

Language: Python - Size: 362 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 17 - Forks: 3

algosup/2024-2025-project-3-quickest-path-team-6

PathQuick is a high-performance software solution designed to calculate the quickest path between two landmarks in the United States.

Language: C++ - Size: 6.18 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 14 - Forks: 2

Leonardpepa/Freecell-solitaire-AI-Solver

Freecell solitaire Solver Project for Artificial Intelligence course from University of Macedonia

Language: Java - Size: 554 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 0

AghilesTMA/robomaze

An interactive maze pathfinding simulator featuring BFS, DFS, and A* algorithms

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

Jenson073/Astar_tvl_map

Route finder for Tirunelveli city using A* algorithm

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

Rick-van-Dam/Pathfindax 📦

Pathfinding framework

Language: C# - Size: 21.6 MB - Last synced at: about 8 hours ago - Pushed at: over 5 years ago - Stars: 26 - Forks: 8

Null-NorE/MAZE_demo

A * Algorithm Tutorial Example Code

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

k0t9i/L2jGeodataPathFinder

L2j format geodata path finder

Language: C++ - Size: 1.54 MB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 6 - Forks: 2

xSnapi/AStar-SFML-pathfinding-implementation

C++ pathfinding implementation using SFML

Language: C++ - Size: 16.6 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 21 - Forks: 4

mwarzynski/uw_parallel_a_star

Massively Parallel A* Search on a GPU.

Language: Cuda - Size: 530 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 11 - Forks: 1

Related Keywords
astar-algorithm 1,219 pathfinding 282 python 208 astar-pathfinding 197 astar 161 dijkstra-algorithm 138 artificial-intelligence 134 bfs-algorithm 133 dfs-algorithm 123 ai 112 java 109 bfs 96 python3 85 algorithms 80 dfs 79 algorithm 79 astar-search-algorithm 72 cpp 67 pygame 67 pathfinding-algorithm 66 search-algorithm 66 path-planning 64 breadth-first-search 61 javascript 59 maze-solver 49 depth-first-search 49 game 44 visualization 42 csharp 40 maze 36 astar-search 36 maze-generator 35 uniform-cost-search 35 heuristic-search-algorithms 35 pathfinder 34 graph 34 shortest-path-algorithm 33 graph-algorithms 30 unity 30 genetic-algorithm 27 dijkstra 26 searching-algorithms 26 react 25 pathfinding-visualizer 24 heuristics 23 robotics 22 ucs 21 javafx 21 ros 21 game-development 20 djikstra-algorithm 20 best-first-search 19 machine-learning 18 minimax-algorithm 17 data-structures 17 bfs-search 17 dijkstra-shortest-path 16 typescript 16 algorithms-and-data-structures 16 alpha-beta-pruning 16 gui 16 golang 15 greedy-algorithm 15 ucs-algorithm 15 artificial-intelligence-algorithms 14 pathplanning 14 priority-queue 14 dfs-search 14 a-star 13 pacman 13 p5js 13 iterative-deepening-search 13 tkinter 13 greedy-best-first-search 13 search 12 c 12 greedy-algorithms 12 maze-algorithms 12 snake-game 12 simulated-annealing 12 rrt 11 navigation 11 pathfinding-algorithms 11 matlab 11 astar-java 11 slam 11 8puzzle-solver 10 8puzzle 10 n-puzzle 10 informed-search 10 ids 10 8-puzzle-solver 10 neural-network 10 gazebo 10 html 10 unity3d 10 css 10 djikstra 10 openstreetmap 9 mapping 9