Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battlesnake

My competitive Battlesnake API that leverages a multi-variable heuristic engine to outmaneuver opponents and maintain a Top 50 global ranking.

Battlesnake screenshot

Features

  • Heuristic Engine — evaluates moves based on multiple variables such as danger levels, desire for food, and maintaining safe space.
  • Collision Avoidance — detects and avoids borders, hazards, and other snakes, including head-to-head collision predictions.
  • Pathfinding — aims for food when health is low, stays centralized, and chases its own tail to maintain safe areas.
  • Game Mode Support — includes logic for different modes such as wrapped and constrictor game modes.

Usage

You can play against or observe this snake on the official Battlesnake Platform.

License

This project is licensed under the GPL-3.0 GNU General Public License — see the LICENSE.md file for details.

Contributors

Languages