Hint: Type S N A K E then Enter anywhere on this page.

Battlesnake Statistics

My competitive programming snake bot built with Rust and Actix Web

Battlesnake Stats
Loading live statistics...
Fetching data...
What is Battlesnake?
A competitive multiplayer programming game

Battlesnake is a competitive programming game where developers build web-based AIs to compete against each other in a snake-themed arena. Each snake must navigate the board, avoid collisions, and outlast opponents while managing health through food consumption.

API-Based Control

Snakes are controlled via HTTP API endpoints that respond to game state with strategic moves.

Strategic Algorithms

Requires pathfinding, threat assessment, and survival strategies to outmaneuver opponents.

Real-Time Performance

Decisions must be made in milliseconds as the game progresses turn by turn.

Competitive Ladders

Compete in ranked matches across multiple game modes and climb global leaderboards.

My Implementation
Built for performance and reliability

Tech Stack

  • Rust - For blazing-fast execution and memory safety
  • Actix - Modern async web framework for handling game API requests

Key Features

  • Efficient pathfinding with collision avoidance
  • Food targeting with health management
  • Opponent prediction and threat assessment