https://github.com/aryank1511/python-battlesnake
Battlesnake is multiplayer game where your code is the controller! All you need is a web server that responds to the Battlesnake API.
https://github.com/aryank1511/python-battlesnake
algorithms artificial-intelligence data-structures python3
Last synced: 7 months ago
JSON representation
Battlesnake is multiplayer game where your code is the controller! All you need is a web server that responds to the Battlesnake API.
- Host: GitHub
- URL: https://github.com/aryank1511/python-battlesnake
- Owner: AryanK1511
- Created: 2023-12-12T01:25:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T21:56:24.000Z (about 2 years ago)
- Last Synced: 2025-09-07T10:37:41.543Z (7 months ago)
- Topics: algorithms, artificial-intelligence, data-structures, python3
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Battlesnake
# Python Battlesnake
Battlesnake is multiplayer game where your code is the controller! All you need is a web server that responds to the Battlesnake API.
- 🐍 Start your Battlesnake journey at [play.battlesnake.com](https://play.battlesnake.com) 💜
- Create a starter snake in python [here](https://github.com/BattlesnakeOfficial/starter-snake-python)