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
- Host: GitHub
- URL: https://github.com/ahsankhan26/bomberman-replica
- Owner: ahsankhan26
- License: mit
- Created: 2019-03-25T20:08:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T08:17:23.000Z (over 3 years ago)
- Last Synced: 2025-03-30T06:02:08.264Z (over 1 year ago)
- Topics: bomberman, bomberman-game, bomberman-replica, csharp, game, hacktoberfest, unity2d
- Language: C#
- Homepage:
- Size: 6.79 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```