mnursey / Battlesnake-2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Insane Battlesnake Written in Python, designed for 1v1

Basic implementation of the Battlesnake API. See Battlesnake Personalization for how to customize your Battlesnake's appearance using these values. See the Battlesnake Game Rules for more information on playing the game, moving around the board, and improving your algorithm.

Technologies Used

Prerequisites

Early Development Goals

  • Avoid colliding with walls
  • Avoid colliding with yourself
  • Try to move towards food
  • Avoid colliding with other snakes

Running Battlesnake Locally

Installing Python 3.8 and run:

python server.py

Note: port forwarding!


Questions?

Email me at mitchnursey@gmail.com "# Battlesnake-2021"

About

License:MIT License


Languages

Language:Python 100.0%