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

https://github.com/kacper0199/snake-solver

This snake game solver is represented by an undirected graph and the Hamiltonian Cycle algorithm that generates path visiting each vertex exactly once. This approach ensures that the snake will never collide and maximum score will be achieved.
https://github.com/kacper0199/snake-solver

algorithms data-structures hamiltonian-cycles pygame python snake-game

Last synced: 6 months ago
JSON representation

This snake game solver is represented by an undirected graph and the Hamiltonian Cycle algorithm that generates path visiting each vertex exactly once. This approach ensures that the snake will never collide and maximum score will be achieved.

Awesome Lists containing this project