A* vs BFS in snake game

This page summarizes the projects mentioned and recommended in the original post on /r/compsci

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • sssnake

    cli snake game that plays itself

  • Full video: https://youtu.be/I1QOw\_iDIB8 Repo: https://github.com/AngelJumbo/sssnake Commands: For A*: sssnake -m autopilot -x 20 -y 20 -s 17 --try-hard 2 -z For BFS: sssnake -m autopilot -x 20 -y 20 -s 17 --try-hard 2 -z --short-path=bfs By themselves neither of these two algorithms can play the snake game without dying. To make the snake unkillable we need a few extra steps from [chuyangliu's greedy solver](https://github.com/chuyangliu/snake/blob/master/docs/algorithms.md#greedy-solver)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts