🎮 Bomberman Multiplayer
A simple implementation of
Bomberman
in Java with multiplayer support. This repository includesclient-server
communication to enable multiplayer functionality.
🌟 Main Features
👥 Multiplayer: Compete with a friend in a classic Bomberman showdown
🧱 Dynamic Block Management: Fixed and destructible blocks
💣 Bombs and Explosions: Players place bombs that explode, destroying blocks and damaging opponents.
🔄 Client-Server Communication: Synchronizes game state between players using a simple client-server model
🚀 How to Run
🖥️ Server
Run the Bomberman server:
🎮 Client
Run two instances of the Bomberman client on separate terminals:
When prompted, enter the server's IP address to connect.
⚙️ Configuration
🔧 Modify the IP address and port in Client.java to match the server configuration
🛠️ Adjust server settings in Server.java if necessary
🧑💻 Developed By
Disanti Andrea
El Mellalou Abderrahman