An open API service indexing awesome lists of open source software.

https://github.com/ahsankhan26/bomberman-replica

first videogame development project
https://github.com/ahsankhan26/bomberman-replica

bomberman bomberman-game bomberman-replica csharp game hacktoberfest unity2d

Last synced: 11 months ago
JSON representation

first videogame development project

Awesome Lists containing this project

README

          

Bomberman Replica

:video_game: An SNES Bomberman Replica video game :bomb:





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 |
|--|-|--|
|KeyDescriptionUpArrowKeyMove UpDownArrowKeyMove DownLeftArrowKeyMove LeftRightArrowKeyMove RightSpaceBarPlace Bomb |        | KeyDescriptionNumPad 8Move UpNumPad 5Move DownNumPad 4Move LeftNumPad 6Move RightEnd KeyPlace Bomb |

Changing Controls


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

Player One

```javascript
○ Player One Movement | Player1.cs
○ Player One Bomb | BombSpawner.cs
```

Player Two

```javascript
○ Player Two Movement | Player2Script.cs
○ Player Two Bomb | Player2BombSpawner.cs
```