An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with pathfinding-algorithms

A curated list of projects in awesome lists tagged with pathfinding-algorithms .

https://github.com/libtcod/libtcod

A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator.

c-library c99 cpp cpp-library field-of-view fov-algorithms libtcod noise-generator pathfinding pathfinding-algorithms roguelike-library roguelikedev

Last synced: 14 May 2025

https://github.com/yonaba/jumper

Fast, lightweight and easy-to-use pathfinding library for grid-based games

gamedev lua pathfinding pathfinding-algorithms pathfinding-library

Last synced: 04 Apr 2025

https://yonaba.github.io/Jumper/

Fast, lightweight and easy-to-use pathfinding library for grid-based games

gamedev lua pathfinding pathfinding-algorithms pathfinding-library

Last synced: 12 Apr 2025

https://github.com/Yonaba/Jumper

Fast, lightweight and easy-to-use pathfinding library for grid-based games

gamedev lua pathfinding pathfinding-algorithms pathfinding-library

Last synced: 01 Apr 2025

https://github.com/apmem/brainai

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

ai bot bot-framework game-ai pathfinder pathfinding pathfinding-algorithm pathfinding-algorithms

Last synced: 13 Apr 2025

https://github.com/ApmeM/BrainAI

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

ai bot bot-framework game-ai pathfinder pathfinding pathfinding-algorithm pathfinding-algorithms

Last synced: 18 Mar 2025

https://github.com/artemas-radik/pathfinder

Ever use Google maps? Well, Google maps uses a type of pathfinding algorithm in order to route you from your origin to your destination. PathFinder is simply a tool that visualizes how these types of pathfinding algorithms work. With PathFinder, you can visualize how the Breadth First Search and Depth First Search pathfinding algorithms operate upon your own custom drawn graphs.

breadth custom-drawn-graphs depth pathfinder-visualizer pathfinding-algorithms

Last synced: 14 Apr 2025

https://github.com/shivang1179793/shortest-pathfinding-visualizer

This is a visualizer that finds the shortest path from a source to a destination, built using HTML, CSS, JavaScript, React.js, and data structures and algorithms (DSA). Here Dijkstra's algorithm is used to find the shortest path. This is the same type of technology used by google maps

algorithms leaflet leaflet-map leaflet-reactjs leafletjs open-street-map openstreetmap openstreetmap-api pathfinding pathfinding-algorithm pathfinding-algorithm-testing pathfinding-algorithms react-leaflet shortest-path shortest-path-algorithm shortest-pathfinding-algorithm visualization

Last synced: 10 Apr 2025

https://github.com/hotshot003/fps-video-game

This repository contains the development of an exciting First-Person Shooter (FPS) game project where I've implemented smart NPC (Non-Player Character) behaviors to enhance the gaming experience.

fps-game game myfirstgame pathfinding-algorithms pygame-games python raycasting retrogaming

Last synced: 15 Apr 2025

https://github.com/nconnector/pathfinding-visualisation

Quick visualisation tool, demonstrating some maze generating and pathfinding algorithms in action. Written in vanilla JavaScript as an exercise.

maze-generation pathfinding pathfinding-algorithms traversal visualisation

Last synced: 07 Apr 2025

https://github.com/anindra123/pathfindingvisualizer

A website to visualise various path finding algorithms

css html javascript pathfinding pathfinding-algorithms pathfinding-visualizer

Last synced: 20 Feb 2025

https://github.com/sarthak-0-sach/pathfinder-visualizer

An interactive web application that demonstrates various pathfinding algorithms in a visual format. This project allows users to see how algorithms explore paths and find the shortest route between points on a grid. The visualizer provides an intuitive way to understand complex algorithms like Dijkstra, A*, BFS, and DFS algorithms. Hope it helps!✨

bfs dfs djikstra pathfinder-visualizer pathfinding-algorithms reactjs tailwindcss typescript vite-react-typescript

Last synced: 18 Mar 2025

https://github.com/nikolatechie/pathfinding-visualizer

Visualizations of several most popular pathfinding algorithms (Dijkstra's algorithm, A* search etc.)

algorithms astar-algorithm bfs bidirectional-search cross dijkstra-algorithm grid javascript pathfinding-algorithms pathfinding-visualizer react reactjs walls

Last synced: 03 Apr 2025

https://github.com/adarshnaidu/path-finding-algorithms-visualizer

An interactive webapp to visualise various path finding algorithms

pathfinding-algorithms visualizations

Last synced: 04 Apr 2025

https://github.com/mhawryluk/pathfinding-visualizer

The project provides a GUI for detailed visualization of various pathfinding algorithms. Created for the OOP class at the AGH UST.

astar-algorithm java pathfinding pathfinding-algorithms swing-gui

Last synced: 02 Apr 2025

https://github.com/noopur-phadkar/botnavigator

BotNavigator utilizes the A* (A-Star) algorithm for pathfinding, leveraging Python along with libraries such as Matplotlib and Numpy for efficient array operations and visualization. This innovative solution optimizes robotic navigation within warehouse environments, enhancing operational efficiency and scalability.

a-star-path-finding matplotlib numpy pathfinding-algorithms python robotics

Last synced: 20 Mar 2025

https://github.com/swarup-ranjan-mondal/pathing-algos-n-mazes

An app to demonstrate pathing (or pathfinding) algorithms and maze generation algorithms.

css html javascript maze-generation-algorithms pathfinding-algorithms

Last synced: 03 Mar 2025

https://github.com/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.

2d ai algorithms bfs csharp dfs game-ai game-development game-tools grid-navigation navigation pathfinding pathfinding-algorithm pathfinding-algorithms pathfinding-visualization swarm unity unity-toolkit visualization visualizer

Last synced: 01 Mar 2025