snake_pathfinding_ai
AI plays snake game using BFS (Breadth-First Search) algorithm. (by hayderkharrufa)
snake-game
A simple snake-based game created in python. (by frazermills)
snake_pathfinding_ai | snake-game | |
---|---|---|
1 | 2 | |
40 | 3 | |
- | - | |
2.5 | 2.6 | |
about 2 years ago | over 3 years 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
snake-game
Posts with mentions or reviews of snake-game.
We have used some of these posts to build our list of alternatives
and similar projects.
What are some alternatives?
When comparing snake_pathfinding_ai and snake-game you can also consider the following projects:
Pathfinding-Visualizer - Pathfinding visualizations with Python and Pygame
OG-Snake-Game - The Original Snake Game. Maneuver a snake in its burrow and earn points while avoiding the snake itself and the walls of the snake burrow.
snek - It's snake. But snek. And in Python.
pytg - terminal based game in python
BFS-Maze-Solver - A python script that uses Computer Vision and Data Structures & Algorithms to trace a solution path in a maze.