1 week game challenge, write a bomberman from scratch in python.
Multiplayer (network) classic bomberman game.
Very short on time, couldn't add sound, couldn't optimize rendering, couldn't optimize network communication.
Install dependencies:
pip install -r requirements.txt
Run the client
python client.py
When you run the client, you'll be prompted for your name. Simply enter your name and you'll host a game :
You'll then be in the lobby, just wait for new players to join :
If a friend is hosting a game and his ip is 192.168.1.42
, run the client, and when prompted for your name :
You'll then be in the lobby.
When everyone is in the lobby, press <Enter>
to tell everyone you're ready. The game will start when everyone is ready.