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

GitHub topics: pathfinding-algorithm

brean/python-pathfinding

Implementation of common pathfinding algorithms

Language: Python - Size: 474 KB - Last synced at: 10 days ago - Pushed at: 23 days ago - Stars: 348 - Forks: 69

mehrdadn/SOTA-Py

A discrete-time Python-based solver for the Stochastic On-Time Arrival routing problem

Language: Python - Size: 5.21 MB - Last synced at: about 22 hours ago - Pushed at: over 3 years ago - Stars: 416 - Forks: 43

alae-touba/pathfinding-visualisation

A path-finding application that uses some algorithms like dijkstrat's algorithm and breath first search .. etc to find the shortest path (if it exists) between two nodes.

Language: JavaScript - Size: 845 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

jannikmi/extremitypathfinder

python package for fast shortest path computation on 2D polygon or grid maps

Language: Python - Size: 3.02 MB - Last synced at: 15 days ago - Pushed at: about 2 months ago - Stars: 46 - Forks: 12

Yancovenant/Automated-Guided-Vehicles-AUGV-AStar-Navigating

Language: C# - Size: 17.1 MB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 0 - Forks: 0

alter15926/pathfinding

A simple pathfinding module based on the A-star algorithm

Language: C - Size: 7.81 KB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 1 - Forks: 0

harisankar95/pathfinding3D

Python implementation of common pathfinding algorithms in 3D grid space

Language: Python - Size: 10.9 MB - Last synced at: 16 days ago - Pushed at: 9 months ago - Stars: 42 - Forks: 2

cheuyin/pathfinding-visualizer

React/TypeScript app for beautifully visualizing pathfinding and maze-generation algorithms.

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

PrudhviGNV/pathFinderVisualizer

A react Application Used to visualize classical path finding algorithms like BFS, DFS, Dikstra's, A-star

Language: JavaScript - Size: 354 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 39 - Forks: 12

maxykoin/Pathfinding-Visualizer

Visual simulations of pathfinding algorithms with Pygame. Includes A* search with an interactive grid and colorful animations.

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

BrayFlex/pathfinder

A Dart package for optimized pathfinding & autonomous agent steering behaviors on 2d grid planes. Designed for performance, customization, modularity and ease of adoption (in that order).

Language: Dart - Size: 534 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 4 - Forks: 1

jalbam/c_games

[Some C games] Some simple games written in C language.

Language: C - Size: 284 KB - Last synced at: 22 days ago - Pushed at: almost 5 years ago - Stars: 37 - Forks: 14

Kawai-Senpai/Vagabond

Easy & Efficient Path Finding Library in Python

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

JasonNumberThirteen/UnityAStarVisualiser

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

Language: C# - Size: 1.02 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 2

Apozzi/game-of-alice-bot-hack

Game of Alice is Created Abstract Mathematical Puzzle with uses modified path finding algorithms for solution.

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

freedownloadhere/ThePathfindingProject 📦

A project dedicated to exploring and learning about pathfinding.

Language: C++ - Size: 1.49 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

DidierFlamm/aigames

A Python framework to build solo or multiplayer perfect-information games, and design solvers or AI bots using algorithms like Backtracking, Pathfinding, Minimax, MCTS, or Neural Networks.

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

Dev1an/A-Star

A* pathfinding library in Swift.

Language: Swift - Size: 5.93 MB - Last synced at: 7 days ago - Pushed at: about 5 years ago - Stars: 41 - Forks: 10

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

AlbertJuma/SearchAlgorithmsLab

Visual AI pathfinding app using BFS, DFS, and A* with maze visualization in Python. Built with matplotlib for education.

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

soh2970/JavaMazeSolving

Java maze solving using graph representations and DFS with coin-based door unlocking mechanics. Implements pathfinding with constraints and graph traversal techniques.

Language: Java - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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

Suprada-2002/visualizer

Web Application for visualizing different Algorithms

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

davidalayachew/HelltakerPathFinder

A path-finding algorithm that solves the (non-DLC) levels of the video game, "Helltaker"

Language: Java - Size: 2.47 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ApmeM/BrainAI

BrainAI is a set of helper classes to add AI to your game.

Language: C# - Size: 284 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 46 - Forks: 8

amirabdev/knight-tour

This repository provides a C# solution to the classic Knight's Tour problem using the backtracking algorithm. It supports customizable chessboard sizes and starting positions, offering a practical example of recursion and backtracking in problem-solving.

Language: C# - Size: 61.5 KB - Last synced at: 15 days ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

Assem-ElQersh/RoboticsProjectsHub

RoboticsProjectsHub: An open-source hub for diverse robotics projects, including pathfinding algorithms, control systems, and simulations. Ideal for enthusiasts, researchers, and engineers exploring practical and theoretical aspects of robotics.

Language: Python - Size: 1.19 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Vis6/path-planning-AStar-RRT

Implementation of two path finding algorithms using A* and RRT.

Language: Python - Size: 188 MB - Last synced at: 20 days ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

nTh0rn/fast-random-pathfinder

A fast pathfinder that traverses randomly and self-optimizes.

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

Shepe1304/pathFinder_visibilityGraph_djikstra

A visual pathfinding application that calculates and displays the shortest path between two points on a customizable map. Features include interactive map creation, visibility graph visualization, and path optimization using Dijkstra's algorithm. Built with Python and Tkinter.

Language: Python - Size: 90.8 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ManelGrifoll/SIMROUTE

SIMROUTE: Weather Ship Routing (WSR) Code. The software is constructed considering available Copernicus Marine Environment Monitoring Service (CMEMS) wave predictions systems of free use.

Language: Python - Size: 124 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 57 - Forks: 19

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

analiaBurgosDev/java_OOP_backtraching_salas

Java exercise using directed graphs to find the maximum path from the entrance to the exit room, passing through the most rooms possible.

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

jasonnam/Connection

A path-finding library powered by GameplayKit 👾

Language: Swift - Size: 37.1 KB - Last synced at: 6 days ago - Pushed at: over 4 years ago - Stars: 76 - Forks: 4

ShogunYash/Chefs_Terminal

Citadel India Terminal 2025

Language: Python - Size: 28.4 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - 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: 3 months ago - Pushed at: about 2 years ago - Stars: 26 - Forks: 12

Kilosoft/PathFindHexagon

Astar A* pathfinding Unity C#

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

lettier/shortestpath

An interactive HTML5 canvas graph that shows the shortest path between any two nodes.

Language: JavaScript - Size: 602 KB - Last synced at: 4 months ago - Pushed at: over 11 years ago - Stars: 13 - Forks: 3

saviornt/MetaQ-Star

A Novel Machine Learning Framework Combining Meta-Learning and Q-Learning with Pathfinding Optimization

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

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: 3 months ago - Pushed at: about 3 years ago - Stars: 29 - Forks: 10

francescosisini/PacGraph

Piattaforma per provare l'implementazione di agent Pac-Man

Language: TeX - Size: 91.7 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 5 - Forks: 0

imamtashbir95/a-star-maze

This project is an interactive A (A-star) pathfinding algorithm visualizer* built with React.js. The A* algorithm is a powerful graph traversal and search algorithm used in game development, robotics, and AI to find the shortest path between two points.

Language: JavaScript - Size: 42 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

nnnawi/Vectorfield-Pathfinding

⚡ Interactive Vector Field Pathfinding! Experiment with obstacles, distances, and kernels in a live p5.js sandbox.

Language: JavaScript - Size: 1.07 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

xSnapi/AStar-SFML-pathfinding-implementation

C++ pathfinding implementation using SFML

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

bensuperpc/astar

Fast and easy to use standalone header only 2D astar algorithm library in C++20

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

rabiken/PFA_visualization

Visualization of 5 different algorithms (Random, BFS, DFS, Greedy, A*(A star) ) One of the projects assigned in BIE-ZUM(Basics of Artificial Intelligence)

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

m3y54m/a-star-algorithm-in-c

A* Algorithm Implementation in C

Language: C - Size: 402 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

JDSherbert/A-Star-Pathfinding

Simple C++ implementation of an A* Pathfinding class.

Language: C++ - Size: 53.7 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

jroakes/Npath

Exploring path sequences in GA4 BigQuery data

Language: Python - Size: 182 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

albert-dang/A-Star-Pathing

A library for A* pathfinding. Written for easy integration and plug-and-play

Language: Game Maker Language - Size: 56.6 KB - Last synced at: 9 days ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0

Danto2lonely/Astar-Visualization

Pathfinding visualization using SFML libraries and C++ (and ChatGPT of course lol)

Language: C++ - Size: 9.77 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

CodeAltus/Snake-AI

Using the A* pathfinding algorithm to play the classic snake game perfectly

Language: JavaScript - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 15 - Forks: 1

Bitstachio/solve-me

Web application for analyzing graph search algorithms

Language: JavaScript - Size: 5.73 MB - Last synced at: 5 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Sambonic/krusty-krabs-navigator

A simulation of robot agents inspired by Spongebob characters that implements environment mapping, pathfinding algorithms, and multi-agent coordination for efficient navigation in a dynamic environment.

Language: Jupyter Notebook - Size: 30.8 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

kguzek/pathfinder-ai

A generative algorithm that attemtps to find a path to a predetermined goal.

Language: Processing - Size: 24.4 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

BlondeBurrito/hexagonal_pathfinding_astar

An implementation of the A-Star pathfinding algorithm tailored for traversing a bespoke collection of weighted hexagons. It's intended to calculate the most optimal path to a target hexagon where you are traversing from the centre of one hexagon to the next along a line orthogonal to a hexagon edge

Language: Rust - Size: 113 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 1

nikoloz-code23/Traversal-Algorithms

Traversal Algorithms on a Grid or a Graph.

Language: C++ - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

MaxRohowsky/breadth-first-search

👓 Visualization of the Breadth First Search pathfinding algorithm

Language: Python - Size: 540 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 13 - Forks: 6

hasanbayatme/unity-dijkstras-pathfinding

Dijkstra's Pathfinding Algorithm Unity Implementation. (Not being maintained by me, it is just an experiment.)

Language: C# - Size: 31.3 KB - Last synced at: 4 months ago - Pushed at: about 6 years ago - Stars: 90 - Forks: 8

mujtaba-io/rts-unit-pathfinding-astar

godot a-star implementation for RTS unit

Language: GDScript - Size: 9.77 KB - Last synced at: 11 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 1

igor-240340/IsometricAnno

A simple clone of Anno 1503 in Unity with custom pathfinding

Language: C# - Size: 6.23 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

andreacasalino/MT-RRT

General purpose library for multithreaded Rapidly Random exploring Trees

Language: C++ - Size: 51 MB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 22 - Forks: 4

vladovsiychuk/jump-point-search-algorithm

Improved version of A*, aka JPS

Language: Go - Size: 28.3 KB - Last synced at: 5 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

mertturkmenoglu/path-finding-algorithms

Path finding algorithms visualization

Language: TypeScript - Size: 1.07 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1

Feshtik/ROS2-AStar-Path-Planner-Visualisation

ROS2 A* Path Planner Visualisation This project demonstrates the use a modified A* path planner in RVIZ for simulating autonomous robot navigation in RViz. by creating two points you are able to create the best path planner.

Language: Python - Size: 2.15 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

MuhammadAhmadMirza/Pathfinfing-Algorithms

An implementation of several Pathfinding algorithms with a basic gui in python

Language: Python - Size: 699 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Silent0Wings/Unity-Pathfinders-Visualizer

Unity Pathfinders Visualized is a Unity project that visualizes fundamental pathfinding algorithms. It features Breadth-First Search (BFS) for efficient pathfinding in unweighted graphs, Depth-First Search (DFS) for deep exploration useful in maze generation, and Swarm Pathfinding, an alternative approach inspired by swarm behavior.

Language: C# - Size: 1.37 MB - Last synced at: 29 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Leg0shii/Pentominoes-Pathfinder

This project aims to maximize path length in a grid by fitting pentominoes and selecting start and end positions, always choosing the shortest path. Three approaches have been explored so far: brute force, pathfinding algorithms, and MILP-based optimization.

Language: Python - Size: 11.7 KB - Last synced at: 5 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

TomasBeranek/but-ija-project

A simulation of a warehouse with carts using pathfinding algorithms

Language: Java - Size: 6.6 MB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

AlaminPu1007/algorithm-visualizer

Showcasing popular algorithm visualizations.

Language: TypeScript - Size: 472 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 11 - Forks: 7

Gerard097/Pathfinding

Common pathfinding algorithms

Language: C++ - Size: 104 KB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 28 - Forks: 9

myriemsl/pathfinding-visualizer

maze generator and pathfinding visualizer

Language: JavaScript - Size: 1.48 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Ruk33/astar

simple path finding / a star code.

Language: C - Size: 4.88 KB - Last synced at: 5 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

armin-reichert/graph-demos

Graph demo applications. Path finding, space-filling curves.

Language: Java - Size: 1.01 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

gv3Dev/Breadth-First-Search-Snake

🐍🤖 This repository contains a JavaScript implementation of a Breadth-First Search (BFS) based pathfinding algorithm for the classic Snake game. The script automatically plays the game, guiding the snake towards the food while avoiding collisions with its own body and the walls.

Language: JavaScript - Size: 22.5 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 2

PabloPicas0/Path-Finder

Path Finder shows how path finding algorithms such as Breadth-first search, Depth-first search, dijkstra algorithm and a* works.

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

voidzero666/PathfinderUnity

Pathfinding algorithm for a roomba in Unity3d

Language: C# - Size: 17.5 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

chrk-Dev/chrk-Dev-Pathfinding-Algorithms-Visualizer

I created this project to help others grasp these important algorithms in a more intuitive and engaging way.Pathfinding Visualizer is an interactive tool designed to help users understand key computer science concepts related to pathfinding algorithms.

Language: TypeScript - Size: 7.43 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Shakadak/lua-astar

A simple generic Lua implementation of the A* (A star) pathfinding algorithm

Language: Lua - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: almost 9 years ago - Stars: 9 - Forks: 0

Vaibhav-kesarwani/Pathfinding-visualizer-final

👋Welcome to Pathfinding Visualizer! I built this application because I was fascinated by pathfinding algorithms, and I wanted to visualize them in action. I hope that you enjoy playing around with this visualization tool just as much as I enjoyed building it.

Language: CSS - Size: 2.64 MB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

AlphaeusNg/SC2079-MDP-Group-29 📦

This project was undertaken as part of the Multi-Disciplinary Project (MDP) module at Nanyang Technological University (NTU).

Language: C - Size: 374 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

lennardschober/cs_visualized

Visualization of various algorithms in computer science.

Language: CSS - Size: 12.8 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

KMilkevych/A-Star-Pathfinding-Visualizer

A visualization program showing various pathfinding algorithms in action, including A* pathfinding.

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

gfrontera/pathfinding-benchmark

A benchmarking tool comparing several pathfinding algorithms.

Language: C++ - Size: 151 KB - Last synced at: about 1 year ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0

nxrodata/dijkstras-algorithm-visualized-python

djikstra's pathfinding algorithm visualized in python

Language: Python - Size: 13.8 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

johnnyawesome/A-Star

A* / A-Star Search Algorithm

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

tmetsch/rusty_planner

AI planning & reasoning library for Rust

Language: Rust - Size: 157 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 19 - Forks: 3

Kikumu/Maze-Solver-Robot-Machine-Vision-

Robot that uses image segmentation techniques to navigate a maze using parallax activity bot and raspberry pi

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

init-andrea/Progetto

Implementazione java di pathfinding con A* e generazione grafi con Erdős-Rényi

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

dresta-V/Snake-Remake

[Rebuild] Snake Remake 🐍 is an upgraded edition of my past project, 'Unconventional Snake Xenia.' It's an AI-driven snake game featuring a custom neural network. 🧠 The menu-driven interface offers visualizations of different pathfinding algorithms! 🎮

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

echenim/TravelPathOptimizer

TravelPathOptimizer for trucking logistics is a software tool that boosts efficiency by determining optimal routes through algorithms. It accounts for traffic, weather, load, and timing, dynamically adjusting for delays. This reduces costs, ensures prompt deliveries, and enhances service, boosting trucking productivity and sustainability.

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

qualuo/dijkstras-algorithm

Unity pathfinding visualization with web app demo. Can be used for educational purpose.

Language: C# - Size: 49.5 MB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

lennardschober/cs-visualized

Visualization of various algorithms in computer science.

Language: HTML - Size: 11.7 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

huskar-t/NavMeshPathFinding

Pathfinding algorithm base on navmesh

Language: TypeScript - Size: 91.8 KB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0

mnogom/pathfinder

Console utility to find path on RGB image

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

raghavsood1996/Dubins-Path

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

fjp/frenet

Transform Frenet (s,d) to local Cartesian (x,y) coordinates.

Language: HTML - Size: 1.76 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 207 - Forks: 65

GDQR/Pathfiniding-Dijkstra

Algorithm Pathfinding in C++ with Raylib

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

Zy8712/Shortest-Path-via-Search-Algorithms

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

xorz57/Pathfinder 📦

Pathfinder written in Python

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