snake_pathfinding_ai
AI plays snake game using BFS (Breadth-First Search) algorithm. (by hayderkharrufa)
python-pathfinding
Implementation of common pathfinding algorithms (by brean)
snake_pathfinding_ai | python-pathfinding | |
---|---|---|
1 | 1 | |
40 | 353 | |
- | 1.7% | |
2.5 | 6.9 | |
about 2 years ago | 15 days ago | |
Python | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
snake_pathfinding_ai
Posts with mentions or reviews of snake_pathfinding_ai.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Python AI Snake Game
Program Code https://github.com/hayderkharrufa/snake_pathfinding_ai
python-pathfinding
Posts with mentions or reviews of python-pathfinding.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-25.
-
A pathfinding algorithm I made on my own!
Have you measured the efficiency of the algorithm, best and worse case. I assume you have, but I would take a look at some popular path finding algorithms
What are some alternatives?
When comparing snake_pathfinding_ai and python-pathfinding you can also consider the following projects:
snake-game - A simple snake-based game created in python.
code-book - This repo contains the answers for programming questions asked in interviews and coding rounds,
Pathfinding-Visualizer - Pathfinding visualizations with Python and Pygame
Python-Pathfinder - A pathfinder algorithm I designed on my own using Python
Snakefest - A snake-like game built with Tkinter, the classic Python GUI library. Enjoy some good-ol' snake extended by various special tiles and custom map creation!
visual-pathfinder - Pathfinding algorithm visualizer