Projects in Awesome Lists tagged with a-star-algorithm
A curated list of projects in awesome lists tagged with a-star-algorithm .
https://github.com/honzaap/pathfinding
Pathfinding on a real map anywhere in the world
a-star-algorithm dijkstra-algorithm map pathfinding visualization
Last synced: 06 Apr 2025
https://github.com/brunomikoski/simple-optimized-a-pathfinder
An simple and optimized grid pathfinding
a-star a-star-algorithm c-sharp pathfinder pathfinding unity unity3d
Last synced: 09 Apr 2025
https://github.com/brunomikoski/Simple-optimized-A-Pathfinder
An simple and optimized grid pathfinding
a-star a-star-algorithm c-sharp pathfinder pathfinding unity unity3d
Last synced: 25 Apr 2025
https://github.com/seung-lab/dijkstra3d
Dijkstra's Shortest Path for 6, 18, and 26-Connected 3D (Volumetric) Image Volumes
2d 3d 3d-image-volumes a-star a-star-algorithm a-star-search bidirectional-dijkstra bidirectional-search biomedical-image-processing cpp dijkstra dijkstra-algorithm dijkstra-shortest-path path-planning pathfinding python shortest-path skeletonization unidirectional-search
Last synced: 07 Apr 2025
https://github.com/matthiaszarzecki/AStarPathfindingUnity
Implementation of the A*-Algorithm in Unity3D
a-star a-star-algorithm pathfinding unity unity3d
Last synced: 25 Apr 2025
https://github.com/prudhvignv/pathfindervisualizer
A react Application Used to visualize classical path finding algorithms like BFS, DFS, Dikstra's, A-star
a-star-algorithm bfs-algorithm dfs-algorithm dikstra html5 javascript minify pathfinding pathfinding-algorithm react reactjs shortest-pathfinding-algorithm
Last synced: 25 Jun 2025
https://github.com/gsurma/sliding_puzzle
Swift implementation of the Sliding Puzzle game with Iterative Deepening A* AI Solver.
a-star a-star-algorithm ai artificial-intelligence ida ios iterative-deepening-a-star iterative-deepening-search sliding-puzzle-game swift
Last synced: 21 Jun 2025
https://github.com/zhuagenborn/chase-ai
🎮 An artificial intelligence game to demonstrate the A* pathfinding. The enemy will try to get close to the agent and make it stuck between walls.(用于演示A*寻路算法的人工智能游戏,敌人会追踪宝藏并尝试将其困在围墙之间。)
a-star-algorithm artificial-intelligence game path-finding
Last synced: 11 Jul 2025
https://github.com/darienmt/fcnd-term1-p2-3d-motion-planning
Udacity Flying Car Nanodegree - Term 1 - Project 2 - 3D Motion Planning
3d-motion-planning a-star-algorithm drone graph graph-motion-planning motion-planning python search-algorithm udacity udacity-flying-car-nanodegree udacity-nanodegree voronoi
Last synced: 15 Aug 2025
https://github.com/ivanbgd/a-star_algorithm
Several different implementations of the A-Star search algorithm, including a Bidirectional version - used for finding the shortest path in a graph.
a-star-algorithm bidirectional-a-star-algorithm graph-algorithms graphs planar-graphs python
Last synced: 11 Apr 2025
https://github.com/gmac/constellation-js
A grid geometry toolkit for A* pathfinding and 2D sprite motion.
2d a-star a-star-algorithm a-star-path-finding a-star-search geometry pathfinding sprite
Last synced: 13 Apr 2025
https://github.com/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
a-star a-star-algorithm pathfinding pathfinding-algorithm rust
Last synced: 07 Oct 2025
https://github.com/kts-o7/aiml-lab
Contains 5th Semester AIML Lab programs
a-star-algorithm ai alphabeta-pruning hillclimbingalgorithm kmeans-clustering knn-classification logistic-regression ml naivebayesclassifier sklearn tic-tac-toe
Last synced: 08 Oct 2025
https://github.com/bengsfort/8-puzzle-solutions
Solutions to the classic 8 puzzle, implementing an A* best search algorithm to complete the puzzle in multiple languages.
8-puzzle 8-puzzle-solver a-star-algorithm javascript priority-queue puzzle search-algorithm
Last synced: 13 Apr 2025
https://github.com/hamed-rezaee/flutter_maze_generator
A maze generator written in Dart and Flutter.
a-star-algorithm custom-painter dart-language dfs-algorithm flutter maze-generator
Last synced: 09 Sep 2025
https://github.com/etopuz/the-prophecy
Top-Down Roguelite Game
a-star a-star-algorithm a-star-path-finding dungeon-generator pathfinding procedural-generation random-generation top-down top-down-game top-down-movement top-down-shooter unity unity-2d unity-2d-game unity-2d-pathfinding unity2d unity2d-character-movement
Last synced: 13 May 2025
https://github.com/sondosaabed/palestine-cities-map
Find shortest paths between Palestinian cities using A* or Greedy BFS algorithms. Note: Heuristic values may not be accurate for the showcased 15 cities. 🇵🇸
a-star-algorithm country-map greedy greedy-best-first-search java javafx-application map palestine-map pathfinding
Last synced: 09 Sep 2025
https://github.com/rizanw/romania-a-star-algorithm
Romania Problem with A* Algorithm - AI Class Homework
a-star-algorithm a-star-search ai algorithm pathfinding python python3 romania searching-algorithms
Last synced: 13 Apr 2025
https://github.com/forlornu/a-star-pathfinding
A small demo for the A* Pathfinding algorithm in unity3d. Characters in this scene act "turn based" walking one at a time to wherever you point them to
a-star a-star-algorithm a-star-path-finding game-development pathfinding unity3d
Last synced: 30 Apr 2025
https://github.com/mahdizynali/earth-map-route-planning
Route planning on Earth map with opencv c++ through Greedy , A-start and etc. algorithm
a-star a-star-algorithm ai artificial-intelligence bfs-algorithm cpp11 dfs-algorithm greedy-algorithm map map-planning opencv4 planning route-planning routes
Last synced: 24 Apr 2025
https://github.com/moataz-elmesmary/slam-robotics
technological mapping method that allows robots and other autonomous vehicles to build a map , localize itself on that map at the same time and choose the best route avoiding obstacles.
a-star-algorithm kalman-filter lidar linux robotics rtab-map slam
Last synced: 16 May 2025
https://github.com/Miriam-Assraf/Unity3D_NPCs
Given a list of needs for four NPCs keep reaching the optimal state using A* algorithm.
a-star a-star-algorithm csharp npc unity unity3d
Last synced: 25 Apr 2025
https://github.com/rasti37/a-star-and-bfs-searching-visualization
Searching Visualization in a Graph using A* and BFS Algorithms. Imported GraphStream library for the GUI.
a-star-algorithm a-star-search breadth-1st-search breadth-first-search graphstream java-8 javafx-application javafx-gui
Last synced: 30 Oct 2025
https://github.com/hxndev/finding-optimal-path-of-map-of-romania-using-a-star
A* is a graph traversal and path search algorithm, which is often used in many fields of computer science due to its completeness, optimality, and optimal efficiency
a-star a-star-algorithm a-star-path-finding code graph map optimal-path python romania shortest-paths
Last synced: 01 Jul 2025
https://github.com/rasti37/A-Star-and-BFS-Searching-Visualization
Searching Visualization in a Graph using A* and BFS Algorithms. Imported GraphStream library for the GUI.
a-star-algorithm a-star-search breadth-1st-search breadth-first-search graphstream java-8 javafx-application javafx-gui
Last synced: 31 Oct 2025
https://github.com/adamouization/ai-search-flight-route-planner
:airplane: Flight route planning agent using classic AI search algorithms (A*, Best-First, DFS, BFS).
a-star a-star-algorithm artificial-intelligence best-first-search breadth-first-search depth-first-search flight-planning route-planner search search-algorithm
Last synced: 04 Aug 2025
https://github.com/amirreza81/artificial-intelligence
Solutions to practical assignments of Artificial Intelligence course (CE-417) at Sharif University of Technology
a-star a-star-algorithm adversarial-search ai alpha-beta-pruning artificial-intelligence bayesian-networks cryptarithmetic decision-trees deep-learning logistic-regression machine-learning minimax-algorithm pytorch q-learning q-learning-vs-sarsa rainforcement-learning rl simulated-annealing simulated-annealing-algorithm
Last synced: 16 Jun 2025
https://github.com/tynab/animal-chess
Animal Chess
a-star a-star-algorithm animal-chess bfs bfs-algorithm board-game breadth-first-search breadth-first-search-algorithm chess chess-game cnn deep-learning game keras numpy pandas scikit-learn search-algorithm sklearn tensorflow
Last synced: 20 Feb 2026
https://github.com/gyakobo/pathfinding-algorithms
This project implements and compares various pathfinding algorithms, including A*, BFS, DFS, and Dijkstra, to find the shortest path on a 2D grid with obstacles.
a-star-algorithm bfs-algorithm dfs-algorithm dijkstra-algorithm njit pathfinding python3 random-dfs-maze-generator
Last synced: 24 Feb 2026
https://github.com/faisalahmed21/cse422-artificial-intelligence
a-star-algorithm alpha-beta-pruning artificial-intelligence datapreprocessing feature-engineering featurescaling genetic-algorithm linear-regression logistic-regression machine-learning minmax-algorithm regression-analysis
Last synced: 21 Feb 2026
https://github.com/chen0040/cpp-steering-behaviors
OpenGL Demo for Game Agent Steering + Flocking + Swarm Behaviors
a-star-algorithm flocking flocking-algorithm opengl particle-swarm-optimization sdl steering-behaviors vs2017
Last synced: 30 Jul 2025
https://github.com/matinhosseinianfard/ai-projects
Artificial intelligence course projects
a-star-algorithm csp genetic-algorithm graph-coloring knapsack-problem lcv-heuristic mrv-heuristic prediction-model
Last synced: 27 Feb 2025
https://github.com/vomnes/algorithms-go
Algorithms and data structures implementation in Go
a-star-algorithm bfs-algorithm binary-search bubble-sort dfs-algorithm go graph-algorithms heap heap-sort queue quicksort stack trie-data-structure
Last synced: 24 Jun 2025
https://github.com/sumonta056/artificial-intelligence-learning
🤖📚 Comprehensive AI Learning Repo: Master DFS, BFS, DLS, IDS, UCS, Bidirectional Search, Greedy, A*, Mini-max, Alpha-beta Pruning, and Genetic Algorithm. Your go-to resource for AI course notes, lab codes, and exploration
a-star-algorithm alpha-beta-pruning artificial-intelligence bfs dfs-algorithm genetic-algorithm greedy-algorithms informed-search min-max-algorithm probability searching-algorithms
Last synced: 14 Oct 2025
https://github.com/sminerport/eightpuzzlesolver
A* search algorithm implementation for solving 8-puzzle problem. Includes code modularization, performance optimization and solvability checking features.
8-puzzle a-star-algorithm artificial-intelligence game-solving heuristic-search machine-learning puzzle-solver python simpleai sliding-puzzle
Last synced: 03 Feb 2026
https://github.com/renanstn/a-star-algorithm
Implementação de um algoritmo A* (A star), utilizado, para encontrar caminhos entre um ponto A e um ponto B de um labirinto ou matriz 2D com obstáculos.
Last synced: 23 Mar 2025
https://github.com/mddragnev/8-puzzle
A* algorithm solving 8-puzzle game
8-puzzle a-star-algorithm artificial-intelligence astar-pathfinding heuristic-search-algorithms heuristics puzzle puzzle-solution searching-algorithms
Last synced: 26 Feb 2025
https://github.com/piflyer/bluefish3-open-sourced
A science project that models the foot traffic of Boston Latin School using A*. Now open-sourced and ready to be used for any campus with a rotating schedule.
a-star a-star-algorithm a-star-path-finding congestion-control machine-learning-algorithms python3 science-fair traffic traffic-modelling traffic-simulation
Last synced: 27 Jul 2025
https://github.com/m3y54m/a-star-algorithm-in-c
A* Algorithm Implementation in C
a-star-algorithm pathfinding-algorithm
Last synced: 28 Dec 2025
https://github.com/hxndev/solving-a-maze-using-gbfs-and-a-star
In this, we solved a maze using both Greedy Best First Search Algortihm and A* Algorithm
a-star a-star-algorithm a-star-path-finding a-star-search code gbfs gbfs-algorithm greedy-best-first-search maze maze-solver python
Last synced: 16 Jun 2025
https://github.com/stefanhuber/osm-astar-demo
A* Demo with leaflet and osm data
Last synced: 04 Apr 2025
https://github.com/sameetasadullah/graph-based-a-star-in-python
Python program to implement graph based A* algorithm on a map of Romania
a-star a-star-algorithm a-star-path-finding a-star-search artificial-intelligence pycharm pycharm-ide python python3
Last synced: 27 Jan 2026
https://github.com/reala10n/car-pathfinding-problem
פרויקט חמש יחידות הבגרות שלי במדעי המחשב, כחלק מתוכנית אלפא בטכניון
a-star a-star-algorithm algorithm car dijkstra-algorithm pathfinding pathfinding-algorithm prm probabilistic-road-map rrt
Last synced: 13 Jun 2025
https://github.com/ap-atul/8-puzzle
8 Puzzle problem solution with A* algorithm, BFS, and DFS.
8puzzle-game a-star-algorithm a-star-path-finding breadth-first-search depth-first-search n-puzzle npuzzle
Last synced: 04 Apr 2025
https://github.com/ramamagarwal/project-carpool_management_system
This repository includes my project on carpool management system in which I used object orientation paradigms and principles using C++.
a-star-algorithm cpp dijkstra-algorithm oops-in-cpp yen-algorithm
Last synced: 26 Mar 2025
https://github.com/shahank42/a-pathfinding-demo
Demonstration of A* Pathfinding through a randomly generated maze.
a-star-algorithm a-star-path-finding algorithms javascipt maze maze-solver maze-solver-simulation p5js p5js-animation p5js-sketch
Last synced: 16 Jun 2025
https://github.com/heisenberg141/advance-path-planning-algorithms
This repository consists of my implementations of various graph search and sampling based path planning algorithms
a-star-algorithm bfs dfs dijkstras-algorithm graph-search motion-planning obstacle-avoidance path-planning rrt rrt-star
Last synced: 26 Mar 2025
https://github.com/thekamik/searching-algorithms
Implementing Dijkstra, Bellman-Ford, and A* algorithms in C++
a-star-algorithm bellman-ford-algorithm cpp dijkstra-algorithm graphs graphs-algorithms search-algorithm
Last synced: 04 Oct 2025
https://github.com/sksuryan/astar
This is visualization of A-Star Algorithm with the help of Binary Search Trees.
a-star a-star-algorithm a-star-path-finding a-star-search binary-search-tree javascript p5js
Last synced: 04 Apr 2025
https://github.com/redtius/pathfinder
👾🛣️Explore Optimal Paths with Vanilla JavaScript's A* Algorithm.
a-star-algorithm html-css javascript pathfinding webpack
Last synced: 03 Mar 2025
https://github.com/marceline-tavernier/path-finding
Artificial intelligence in games #2 : Path finding
a-star a-star-algorithm a-star-path-finding ai-in-games marceline-tavernier path-finding pathfinding processing
Last synced: 29 Mar 2025
https://github.com/milyaskhan67/8_puzzle_solver
An 8-puzzle solver in Python using the A* algorithm with Manhattan Distance heuristic for optimal tile arrangement.
a-star-algorithm python3 tkinter-gui
Last synced: 27 Mar 2025
https://github.com/adidem23/8puzzlesolver-final
This is 8-Puzzle-Problem Solver In which We can Input any intermediate State in it and because of it will generate solution of this state and give us goal state based on input state .
a-star-algorithm ai css3 heuristic-search-algorithms html5 javascript
Last synced: 28 Feb 2025
https://github.com/tharushaudana/search-algorithm-visualization-python
This Python project offers real-time visualizations of key search algorithms like DFS, BFS, GBFS, and ASTAR. Users can observe these algorithms in action, providing insights into their workings and efficiency.
a-star-algorithm algorithms bfs-algorithm dfs-algorithm python search-algorithms visualization
Last synced: 11 Mar 2025
https://github.com/adolbyb/ai-search-methods
AI Search methods from CAP 4630: Intro to AI
a-star-algorithm agent ai ai-search ai-search-algorithms alpha-beta-pruning bfs-algorithm dfs-algorithm gbfs-algorithm hill-climbing jupyter-notebook local-search-algorithm minimax-algorithm reinforcement-learning simulated-annealing-algorithm ucs-algorithm
Last synced: 13 Mar 2025
https://github.com/yakuza8/sliding-block-puzzle
Sliding Block Puzzle with A* Search
a-star a-star-algorithm a-star-search sliding-block-puzzle sliding-puzzle-game
Last synced: 22 Mar 2025
https://github.com/B3TA-BLOCKER/CS-351L---AI-Lab-GitHub-Repository
Practical AI and cybersecurity projects using Python, covering key AI techniques like supervised/unsupervised learning, neural networks, and data analysis tools.
a-star-algorithm ai cybersecurity python search-algorithm
Last synced: 08 Dec 2025
https://github.com/krichelj/ai_bgu_2021
Artificial Intelligence course, Computer Science M.Sc., Ben Gurion University of the Negev, 2021
a-star-algorithm ai artificial-intelligence bayesian-network bellman-equation computer-science deep-learning game-theory-algorithms heuristic-search-algorithms kruskal-algorithm machine-learning markov-decision-processes minimal-spanning-tree minimax-algorithm policy-iteration-algorithm prim-algorithm reinforcement-learning value-iteration-algorithm
Last synced: 28 Feb 2025
https://github.com/pranav2092/priority-queues-in-finding-shortest-path
Priority queues in finding shortest path.
a-star-algorithm a-star-path-finding advanced-algorithms advanced-data-structures binomial-heap cpp cpp-all cpp17 cpp20 graph leftist-heap min-max-heap priority-queue
Last synced: 17 Mar 2025
https://github.com/sameetasadullah/maze-solver-using-a-star
Implemented Maze Solver using A-Star (A*) in Python Language
a-star a-star-algorithm a-star-path-finding a-star-search artificial-intelligence maze-solver pycharm pycharm-ide python python3
Last synced: 27 Jan 2026
https://github.com/khaledkamr/maze-solver-using-a-star
AI project written in Python Pyamaze that lets you create your own mazes and watch as they're solved in real time.
a-star-algorithm maze-solver python python3
Last synced: 25 Mar 2025
https://github.com/obaa10/reach-the-flag
an implementation of A*, deep first, branch first, and unit cost algorithms to compare the difference between them in terms of speed and memory usage.
a-star-algorithm game kotlin searching-algorithms
Last synced: 20 Mar 2025
https://github.com/jmartinpizarro/eve-astar
A-Star Algorithm in C++ for optimising trips in EVE Online
a-star-algorithm eve-online heuristics search-algorithm
Last synced: 11 Apr 2025
https://github.com/shadyashraf174/portfolio
Built a responsive and visually appealing portfolio website using HTML, CSS, and JavaScript. - Highlights projects, skills, and achievements with an interactive design
a-star-algorithm algorithms ant-algorithm clusterization css decision-trees genetic-algorithm html javascript mouse-tracking neural-network
Last synced: 13 Oct 2025
https://github.com/adeelh/block_a_star
Python implementation of Block A* search (class project, Robotics, Spring 2019)
a-star a-star-algorithm algorithms block-a-star python robotics search-algorithm
Last synced: 13 Oct 2025
https://github.com/nielsbongers/rust-osm-pathing
OpenStreetMap OSM file handling in Rust, with A* for pathing, amenity analysis, and some basic city planning metrics.
a-star-algorithm city-planning ns-api openstreetmap path-finding path-planning
Last synced: 19 Jun 2025
https://github.com/bingyangchen/path-finding-visualizer
Explore and visualize various path-finding algorithms with this interactive webpage. Perfect for learning and understanding algorithms like A*, Dijkstra, and more through engaging animations and intuitive controls.
a-star-algorithm dijkstra-algorithm maze-generation-algorithms path-finding-algorithms path-finding-visualizer
Last synced: 16 Oct 2025
https://github.com/kmx-systems/a-star-algo
Generic C++ implementation of A* algorithm (header only). Features: Fully customizable internal data structures, step-by-step execution and beam search support.
a-star-algorithm algorithm beam-search cpp cpp20 header-only heuristic-algorithm heuristic-search heuristic-search-algorithms search-algorithm template
Last synced: 12 Apr 2025
https://github.com/savka777/alpha-board
A Collection of AI Algorithms Beating Board Games
a a-star-algorithm ai game hueristics-function minimax-algorithm
Last synced: 13 Feb 2026
https://github.com/myst729/puzzle-star
a-star-algorithm algorithm game n-puzzle
Last synced: 14 Feb 2026
https://github.com/mcnugets/ue5-pathfinding-implementation
The pathfinding implementation in the Unreal Engine 5
a-star-algorithm algorithms cpp dijkstra-algorithm game-development pathfinding shortest-path-algorithm ue5
Last synced: 19 Apr 2025
https://github.com/gabboraron/mi-ea
AI | MI | mesterséges inteligencia
a a-star-algorithm alpha-beta-pruning b genetic-algorithm minimax-algorithm negamax-algorithm
Last synced: 01 Mar 2026
https://github.com/broderick-westrope/dsa-hex-game
A fast-paced turn-based game with several advanced algorithms to verse.
a-star-algorithm algorithms astar-algorithm cpp data-structures-and-algorithms hex hex-game mcts-algorithm minimax-algorithm
Last synced: 18 Mar 2025
https://github.com/tbtiberiu/slidingpuzzlesolver
The SlidingPuzzleSolver is a C++ project that solves sliding puzzles, such as the classic 3x3 and 4x4 puzzle, using the A* search algorithm.
a-star-algorithm algorithms-and-data-structures sliding-puzzle-game
Last synced: 21 Feb 2025
https://github.com/nnamanx/tank-robot-pathfinding-using-a-star-and-greedy-search
This project showcases a tank robot that can autonomously navigate a 5x5 grid, avoid obstacles, and determine the most optimal path using two different search algorithms.
a-star-algorithm artificial-intelligence cpp greedy-algorithm robotics tank-robot
Last synced: 15 Jun 2025
https://github.com/tigeryant/a-star-pathfinding-algorithm
A star pathfinding algorithm
a-star-algorithm pathfinding-algorithm pygame
Last synced: 08 Sep 2025
https://github.com/droptrigger/finding-the-optimal-path-algorithm-a-star
The algorithm for finding the A* path in the console and WPF
a-star a-star-algorithm algorithm algorithms c-sharp console wpf
Last synced: 04 Apr 2025
https://github.com/armansingh5/delhi-metro-path-finder-project
🚇 Delhi Metro Path Finder - A Python application using A* algorithm to calculate optimal metro routes with interactive Folium map visualization. Features line interchange penalties and geospatial heuristics.
a-star-algorithm delhi-metro-management folium gis-application graph-algorithms pathfinding-algorithm python transportation-systems
Last synced: 17 Jun 2025
https://github.com/tsych0/maze-solver-astar-golang
maze solver using A-star algorithm in golang
a-star-algorithm go golang maze-solver
Last synced: 23 Jun 2025
https://github.com/kmilkevych/a-star-pathfinding-visualizer
A visualization program showing various pathfinding algorithms in action, including A* pathfinding.
a-star a-star-algorithm a-star-path-finding bfs bfs-algorithm breadth-first-search java java-swing java-swing-gui pathfinding pathfinding-algorithm pathfinding-visualizer
Last synced: 23 Feb 2025
https://github.com/juanfran24/path_planner_robot
Miniproyecto para la asignatura Inteligencia Artificial sobre planificador de rutas para robots usando el algoritmo A* que busca encontrar la ruta más corta desde un punto de inicio a fin en un grafo 2D.
Last synced: 26 Oct 2025
https://github.com/parvvaresh/astar-algorithm
The A* algorithm combines the actual cost (g), which represents the distance traveled, with a heuristic cost (h) that estimates the remaining distance to the goal. It intelligently selects the most promising nodes to explore, leading to efficient pathfinding in search spaces.
Last synced: 24 Feb 2025
https://github.com/padmavathi2905/path-navigation-of-autonomous-agents-using-artificial-intelligence
The path planning solution finds the shortest-cost path for robot R using a selected search algorithm, compared to A*. Execution is done using real-world maps like Google Maps, public traces, or Romania’s realistic map.
a-star-algorithm artificial-intelligence google-maps path romania shortest-cost
Last synced: 06 Apr 2025
https://github.com/surajiyer/game-ai-design
Game of Flags
a-star-algorithm animation artificial-intelligence computer-graphics libgdx opengl q-learning reinforcement-learning shaders simplex-noise voxel-engine
Last synced: 29 Mar 2025
https://github.com/realfranser/athens-underground
Optimal path calculator app for the Athens underground using the a-star algorithm, implemented using Python3
a-star-algorithm artificial-intelligence graph-algorithms python3
Last synced: 14 Mar 2025
https://github.com/naghim/ai_hw_2
This repository contains a Python implementation of the A* algorithm for solving the n-puzzle problem. The code was developed as a homework assignment and includes detailed comments and explanations. With this implementation, you can solve n-puzzle problems of various sizes and explore the algorithm's behavior and performance.
Last synced: 25 Feb 2025
https://github.com/csb6/squad-tactical-game
An XCOM-like, turn-based tactical game made in Ruby/Tk from a 2D, top-down perspective
Last synced: 14 May 2025
https://github.com/juan-alvarado21/plants-vs-zombies-multi-agent-system-using-a-algorithm
This program based on plants vs zombies simulates the problem of the sample collecting robot (multi-agent system) proposed to be carried out with the A* informed search algorithm where the samples will be found and grouped into clusters, using crumbs to trace the path to the ship. and describe the collaboration between agents.
a-star-algorithm heuristic-search-algorithms informed-search multiagent-systems reactive-agents
Last synced: 05 Mar 2025
https://github.com/mciccale/practica-ia
A* Algorithm Implementation and Test with the Athenas Metro Lines
Last synced: 28 Jun 2025
https://github.com/sukhmancs/maze-solver
a-star-algorithm best-first-search bfs-search breadth-first-search dfs-search queue stack
Last synced: 05 Nov 2025
https://github.com/alexandrekavalerski/a-star-puzzle-solver
A* search algorithm in TypeScript
8-puzzle-solver a-star-algorithm npm-package search-algorithm typescript
Last synced: 25 Jul 2025
https://github.com/bydmiller/maze-solver
a-star-algorithm best-first-search bfs-search breadth-first-search dfs-search queue stack
Last synced: 30 Jul 2025
https://github.com/joonas-yoon/class-algorithm
A-Star algorithm, Red-black Tree, BST
a-star-algorithm algorithms-datastructures binary-search-tree c-plus-plus data-structure reports
Last synced: 09 Aug 2025
https://github.com/jawadddd/route-planner
It includes concole app which uses AI algorithms to generate shortest path for user between starting and ending point. It also handle obstacles in the map so it don't give user, suggestion to go to the path which have obstacle and advises to go to the path which is also shorter for user.
a-star-algorithm artificial-intelligence evolutionary-algorithms genetic-algorithm
Last synced: 19 Feb 2026
https://github.com/faezeh-khd/rush_hour_game_with_a_star_algorithm
a-star-algorithm ai java rush-hour
Last synced: 10 Aug 2025
https://github.com/duyndh98/cs2223-programming-principles
Solving TACI 8-Puzzle using heuristic search
8-puzzle-game a-star-algorithm best-first-search cpp dfs-algorithm heuristic-search prolog
Last synced: 23 Aug 2025
https://github.com/mkner/road-network-paths
Shortest road network paths with Open Street Map using a Dijkstra/A* Combo Algorithm
a-star-algorithm autonomous-vehicles dijkstra-algorithm mission-planning open-street-map shortest-path-algorithm
Last synced: 03 Mar 2025
https://github.com/sivaraam/fun-with-c
Implementation of interesting problems in c
a-star-algorithm c chess learning learning-by-doing maze-solver sudoku-solver
Last synced: 12 Nov 2025