Bomberman clone. Inspired by Crazy Arcade. Built with help from Claude & Cursor.
-
Player 1:
- Movement: WASD
- Place Bomb: Q
-
Player 2:
- Movement: Arrow Keys
- Place Bomb: Right Shift
- 💣 Bombs: Place bombs to destroy walls and defeat your opponent
- 🟩 Grass: Destructible barriers that may have power-ups
- 🟫 Walls: Indestructible obstacles that shape the battlefield
- ⚡️ Speed Boost: Move faster
- 💪 Power Up: Increase bomb explosion range
- ➕ Bomb Up: Carry more bombs
- 🦉 Owl: Temporary speed boost with one-time protection
- 🐢 Turtle: Slow down but gain one-time protection
- Clone the repository
git clone https://github.com/yourusername/nextjs-bomberman.git
- Install dependencies
npm install
# or
yarn install
- Run the development server
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser