Welcome to our Bomberman game project! This game is a modern interpretation of the classic Bomberman experience, allowing players to navigate through various maps, place bombs, and dodge explosions in a strategic manner. Whether you're playing alone or with friends, this game promises a fun and engaging experience.
To get started with this game, you'll need to have Node.js installed on your machine. If you don't have Node.js installed, you can download and install it from nodejs.org.
First, clone the repository to your local machine:
git clone https://szofttech.inf.elte.hu/software-technology-2024/group-5/academic-avengers.git
cd bomberman
Then, install the necessary dependencies:
npm install
To start the game, run the following command in the terminal:
npm run start
This command will launch the game in your default web browser. You can navigate to the game configuration screen, set up your game preferences, and start playing!
The game configuration screen allows you to:
- Choose a map for the gameplay.
- Select the number of rounds.
- Set the number of players (2 or 3).
- Configure the keyboard controls for each player.
After setting up your game preferences, click the "Next" button to proceed to the keyboard configuration. Once you've configured the controls, hit the "Play" button to start the game.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Enjoy the game, and feel free to share your feedback and suggestions!