Skip to content

ahsankhan26/Bomberman-Replica

Repository files navigation

Bomberman Replica

🎮 An SNES Bomberman Replica video game 💣

IntroductionDemoControlsChanging Controls

Introduction

This is a replica of the "Super Bomberman" Game in SNES.

The idea is to place a bomb near a wall to destroy it and use the same bomb to defeat the second player.

Demo

Controls

It is a Two-Player game.

Player 1 Controls Player 2 Controls
KeyDescription
UpArrowKeyMove Up
DownArrowKeyMove Down
LeftArrowKeyMove Left
RightArrowKeyMove Right
SpaceBarPlace Bomb
        
KeyDescription
NumPad 8Move Up
NumPad 5Move Down
NumPad 4Move Left
NumPad 6Move Right
End KeyPlace Bomb

Changing Controls

You can change the controls by making changes in the following files present in /Assets/Scripts directory.

Player One

 Player One Movement | Player1.cs
 Player One Bomb     | BombSpawner.cs

Player Two

 Player Two Movement | Player2Script.cs
 Player Two Bomb     | Player2BombSpawner.cs