Bomber is an open-source indie game with multiplayer support, available for Windows and MacOS, developed using Unreal Engine 5.2. Engage in fast-paced strategic combat with friends or against AI, by placing bombs to eliminate enemies and navigate through obstacles. The objective is to be the last character standing. Players can collect power-ups to set multiple bombs, enlarge explosions, or boost speed. It is crucial to exercise caution to avoid being caught in bomb blasts, including oneโs own. The game boasts procedurally generated levels, ensuring a diverse and unpredictable experience in each play-through. Battle against cunning bots or challenge your friends, and strategize to become the ultimate bomber!
- ๐ฃ About the Bomber Project
- ๐ Getting Started
- ๐พ Play the Build
- ๐ Kanban Board
- ๐ Changelog
- ๐ฎ Features
- ๐งโ๐คโ๐ง Content Creation Team
- ๐ซ Feedback & Contribution
- ๐ License
This repository contains submodules, to clone the project properly, run:
git clone --recurse-submodules [email protected]:JanSeliv/Bomber.git
If already cloned without submodules, run:
git submodule update --init --recursive
To download and play the build, visit GitHub Releases or GDrive
Stay updated with the current progress and plans on the Trello board.
- Updated to Unreal Engine 5.2.
- Added MacOS support.
- Added Ultra-wide resolutions support.
- Extracted logic into plugins, so other developers can benefit from it in their projects:
- โ๏ธ Settings Widget Constructor
- ๐๏ธ Custom Shape Button
- ๐ Pool Manager
- ๐ญ Morphs Player
- ฦ Function Picker
- >_ Meta Cheat Manager
- Added Foot Trails for the Maya level as
Modular Game Feature
:
- New power-ups meshes for the Maya level (shown from left to right: move speed, bomb length, bomb quantity):
- Added new cheats such as:
Bomber.Level.SetSize 9x7
(find more on the Bomber cheats page) - Updated Main-Menu background music for all levels.
- Added initial multiplayer support for 4 players (without Steam now, use 'Open' command to connect to each other).
- Created the Pool Manager for the generated level to avoid spawning and destroying actors on each level reconstruction.
- Added new SteelMan character for AI players with 3 different skins.
- The game migrated to the Unreal Engine 5.
- Added sounds (background music, UI, in-game sounds) and sliders to tweak volumes in Settings Audio tab (Master, Music and SFX).
- Added Controls tab in Settings to allow player remap input keys.
- Completely updated the Maya level.
- Added the Water level of the Pirate character.
- Added settings.
- Added the Maya (Sphynx cat) character with two skins.
- Added the Pirate character with one skin.
- Fori and Hugo characters got additional second skins.
- Added the second City Map.
- Added the Hugo character.
- Added the Fori character.
The level camera that moves and zooms lens depending on the distance between players:
- Items that affect the abilities of a player during gameplay:
Skate: Increase the movement speed of the character.
Bomb: Increase the number of bombs that can be set at one time.
Fire: Increase the bomb blast radius.
- Bombs: are left by the character to destroy the level actors. Triggers other bombs and prevents players from moving through the bomb after it has been left behind.
- Walls: are not destroyed by a bomb explosion and stop the explosion.
- Boxes on destruction with some chances spawn an item.
- Players and AI - characters whose goal is to remain the last survivor for the win.
The number of items that are shown at the left side of the playerโs avatar, the timer that is placed under and at the right side is shown the number of alive players:
The game menu is shown the result of the games match (win, lose, draw). If the match has not yet finished, it could be minimized or opened out by ESC button in order to continue watching the game or restart the play, or to return to the main menu:
- Shows the win notification when there is one character left:
- Shows the draw when the last players are killed at the same time or at the end of game timer:
- Shows the lose when the player was killed:
- Symmetrical regeneration for each new game:
- Scaling sides sizes in the editor or sizes selection in the start menu:
- Actors snapping to the center of the cell:
- Searching of the nearest cell to an actor:
These components manage their owners and update this level actors in case of any changes on the map that allow to:
- Prepare in advance the level actors in the editor time:
(Dragged from the Content Browser the wall, the character, the item, the box, and the bomb, that correctly exploded due to Maps Components)
- Free location and rotation of the level map in the editor time:
Bots behave like players with no use of the Unreal NavMesh:
- They can find items even around the corners and are able to manage their priorities correctly:
(There are three items: A - the nearest under the bomb explosion, B - the item that is placed around the corner near the enemy character. C - the farthest safe item. The bot does not risk and chooses to move to the C)
- Emergency Priority Change:
(The bot runs for the item, the player otherwise set the bomb. Meanwhile, the bot changes direction and runs off the bomb)
- The bots even survive through in the midst of explosions:
- The editor preview visualization for selected bot automatically updates upon any changes on the map including addition from the Content Browser or drag-and-drop.
Where is :
Green +: a safe crossway.
Red +: crossway which has at least one enemy character.
Yellow F: filtered cells for moving.
Grey ะฅ: the selected cell on which the bot moves to.
- Level Design and Level Art by Maksim Shashkov: Visit Artstation Profile
- Characters and Animations (Gameplay and Cinematics) by Kateryna Shchetinina: Visit Artstation Profile
- Game Design (including Audio, UI, and Cinematics) by Yevhenii Oksenchuk: Contact in Telegram
This is an open-source project and we encourage you to contribute. If you encounter any bugs, or if you have any feature requests, please file an issue in the GitHub repository.
This project is licensed under the terms of the MIT license. See LICENSE for more details.
We hope you find this plugin useful and we look forward to your feedback and contributions.