Skip to content
#

pathfinding-algorithm

Here are 81 public repositories matching this topic...

[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! 🎮

  • Updated May 29, 2024
  • Python

Simple Python project that uses standard libraries in conjunction with PyGame for the GUI. Allows the user to create a maze using their mouse, define starting position [S_i,S_j], goal position [G_i,G_j], and run different pathfinding algorithm visualizations from informed (Greedy, A*) to uninformed (DFS,BFS) and choose between L1 and L2 heuristics

  • Updated Apr 27, 2023
  • Python

Improve this page

Add a description, image, and links to the pathfinding-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pathfinding-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more