Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 644 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 644 Bytes

A Battlesnake Written in Python 🐍

Objectives

  • Utilize the Battlesnake API to gather data regarding board dimensions, enemy snakes, and food locations to compute appropriate moves for the snake
  • Implement a recursive algorithm on enemy snakes to predict their moves and adjust the snake's actions accordingly
  • Deployed on Heroku to reduce latency by 77% from ~335ms to 70ms

Technologies Used