ahsankhan26 / Bomberman-Replica

first videogame development project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bomberman Replica

🎮 An SNES Bomberman Replica video game 💣

Introduction • Demo • Controls • Changing 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

About

first videogame development project

License:MIT License


Languages

Language:C# 100.0%