Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryank1511/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/battlesnake
algorithms battlesnake data-structures python3
Last synced: 3 days 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/battlesnake
- Owner: AryanK1511
- Created: 2023-11-06T18:37:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-22T10:55:18.000Z (about 1 year ago)
- Last Synced: 2024-12-07T08:09:22.008Z (about 2 months ago)
- Topics: algorithms, battlesnake, data-structures, python3
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)