Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.2 KB

README.md

File metadata and controls

56 lines (43 loc) · 1.2 KB

💣 bomberman

Bomberman clone. Inspired by Crazy Arcade. Built with help from Claude & Cursor.

🎮 How to Play

Controls

  • Player 1:

    • Movement: WASD
    • Place Bomb: Q
  • Player 2:

    • Movement: Arrow Keys
    • Place Bomb: Right Shift

Elements

  • 💣 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

Power-ups

  • ⚡️ 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

🚀 Setup

  1. Clone the repository
git clone https://github.com/yourusername/nextjs-bomberman.git
  1. Install dependencies
npm install
# or
yarn install
  1. Run the development server
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser

🛠 Built With