Python SDK for Bombahead Bomberman bot competition
Project description
bombahead-py
Python SDK for building Bomberman bots that connect to a Bombahead game server over WebSocket.
Installation
pip install bombahead-py
Quick Start
from bombahead import Bot, Action, run
class MyBot(Bot):
def get_next_move(self, state, helpers):
return Action.DO_NOTHING
run(MyBot())
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bombahead_py-0.1.0.tar.gz
(8.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bombahead_py-0.1.0.tar.gz.
File metadata
- Download URL: bombahead_py-0.1.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8378cb9843d7ac591429088db7a1e7ea3f5816e0e4e8579f6bcacc66b3f8a398
|
|
| MD5 |
c2160b6d350eef6eb13083c1d47ad234
|
|
| BLAKE2b-256 |
ea56541cecc7d865537ca7b04e3c90794e35ecf1ff09208631d41b2a49604d0a
|
File details
Details for the file bombahead_py-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bombahead_py-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e295db090f37d6c9c358cfc7c5db4397f780c53ad05394cea6ca58a9ac84358e
|
|
| MD5 |
4ad0f9d69eb5bd17dd3ccd28ff4d9b42
|
|
| BLAKE2b-256 |
cbcdcb42f8a66cff24b03135b288cbba758e17f84ac1c5075a8f27d2277d84d8
|