~zstix/pysnake

Battlensnake using minimax algorithm with alpha / beta pruning #python
working on updating all functions
ignoring vscode junk
starting to reimplement with types

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~zstix/pysnake
read/write
git@git.sr.ht:~zstix/pysnake

You can also use your local clone with git send-email.

#Stacy's Mamba

A battlesnake that's got it goin' on.

#Running locally

  1. Ensure the dependencies are installed: pip install -r requirements.txt.
  2. Start the server: python main.py.
  3. Use the battlesnake CLI (add in some other snakes):
battlesnake play --browser -g wrapped -n stacys_mamba -u http://127.0.0.1:8000

#Running tests

python -m unittest
Do not follow this link