Bombic 2 - Le Bottin des Jeux Linux

Bombic 2

🗃️ Specifications

📰 Title: Bombic 2 🕹️ / 🛠️ Type: Game
🗃️ Genre: Arcade 🚦 Status: 04. Released (status)
🏷️ Category: Arcade ➤ Chase ➤ Bomberman 🌍️ Browser version:
🔖 Tags: Action; Arcade; Bomberman; Shooter; Chase; Retro; Remake; Cult Classic; Funny; Casual; Competitive; PvP; Party Game; Local Multi 📦️ Package Name:
🐣️ Approx. start: 📦️ Arch package:
🐓️ Latest: 2012-06-12 📦️ RPM package:
📍️ Version: Latest: 1.0 / Dev: r271 📦️ Deb package:
🏛️ License type: 🕊️ Libre 📦️ Flatpak package:
🏛️ License: GPL-2 📦️ AppImage package:
🏝️ Perspective: Third person 📦️ Snap package:
👁️ Visual: 2.5D ⚙️ Generic binary:
⏱️ Pacing: Real Time 📄️ Source: ✓
👫️ Played: Single & Multi 📱️ PDA support:
🎖️ This record: 5 stars 🕳️ Not used:
🎀️ Game design: 👫️ Contrib.: goupildb & Louis
🎰️ ID: 14467 🐛️ Created: 2014-11-10
🐜️ Updated: 2021-11-07

📖️ Summary

[en]: A dynablaster clone [fr]: Un clone de Dynablaster, un Bomberman

🎥️ Videos


🎲️ Gameplay: (202xxx), (202xxx), [fr](202xxx),

🕸️ Links

🏡️ Website & videos
[Homepage] [Dev site] [Features/About] [Screenshots] [Videos t(202xxx) t(202xxx) t(202xxx) r(202xxx) r[de](202xxx) g] [WIKI] [FAQ] [RSS] [Changelog 1 2]

💰 Commercial: (empty)

🍩️ Resources
(empty, license): [Homepage] [Dev site] 🎬️ g(202xxx)

🛠️ Technical informations
[Open Hub] [PCGamingWiki] [MobyGames]

🦣️ Social
Devs (Hippo Games [fr] [en]): [Site 1 2] [Chat] [mastodon] [PeerTube] [YouTube] [PressKit] [Interview 1(202xxx) 2(202xxx)]
The Project: [Blog] [Chat] [Forums] [mastodon] [PeerTube] [YouTube] [PressKit] [reddit] [Discord]

🐝️ Related


📦️ Misc. repositories
[Repology] [pkgs.org] [Generic binary] [Arch Linux / AUR] [openSUSE] [Debian/Ubuntu] [Flatpak] [AppImage(author's repo)] [Snap] [PortableLinuxGames]

🕵️ Reviews
[HowLongToBeat] [metacritic] [OpenCritic] [iGDB]

🕊️ Source of this Entry: [Site (date)]

🦣️ Social Networking Update (on mastodon)

🕹️ Title:
🦊️ What's:
🏡️
🐣️
🔖
📦️
📖 Our entry: https://www.lebottindesjeuxlinux.tuxfamily.org/en/online/lights-on/

🥁️ Update:
⚗️
📌️ Changes:
🦣️ From: 📶️

🏝️ https://www.youtube.com/embed/
🦉️ https://www.youtube.com/embed/
🦝️ https://www.youtube.com/embed/
🦝️ https://www.youtube.com/embed/
🕵️ https://www.youtube.com/embed/
🕯️ https://www.youtube.com/embed/
🕯️ https://www.youtube.com/embed/
🎲️ https://www.youtube.com/embed/
🎲️ https://www.youtube.com/embed/
🎲️ https://www.youtube.com/embed/
🎲️[fr] https://www.youtube.com/embed/
🎮️ https://www.youtube.com/embed/
🎮️ https://www.youtube.com/embed/
🐧 https://www.youtube.com/embed/
🐧 https://www.youtube.com/embed/

📕 Description [en]

📕🐧"blabla"🐧📕


Bombic 2 is action real-time game full of creatures and bonuses.
You can go through levels, kill creatures using bombs and improve yourself by collecting bonuses.
The Bombic 2 offers also cooperative mode and deathmatch for up to 4 players on one computer.

📕 Description [fr]

Un clone de Dynablaster, un Bomberman, par le studio Hippo Games (par Karel Fiser, l'un des membres de l'équipe).

Bombic 2 est un clone mono (IA) et multijoueur (en hotseat) de Dynablaster, un Bomberman.
L'objectif est de faire sauter vos adversaires à l'aide de bombes que vous déposez sur leur passage dans un labyrinthe.

Bombic 2 est jeu d'action en temps réel plein de créatures et de bonus. Vous pouvez aller au travers des niveaux, tuer des créatures en utilisant des bombes et vous améliorer en collectant des bonus. Bombic 2 propose également un mode coopératif et deathmatch jusqu'à 4 joueurs sur un seul ordinateur.

🚧️ Installation ➜ 🚀️ Launching [fr]

INSTALLATION [en] :
2. Dependencies
================
There are some libraries, that should be installed.

2.1 SDL
--------
Bombic 2 - the game - needs SDL (Simple DirectMedia Library) and its sublibraries installed. Please follow instructions at https://libsdl.org to install SDL, SDL_ttf, SDL_image.

2.2 Agar
---------
Bombic 2 - the game - needs AGAR library for its menu.
I distribute agar-1.3.3 with a little pach with it.
For installation please go to the game/libs/agar like this
$ cd game/libs/agar
unpack and configure it using prepared configure file
$ ./configure
compile and install it
$ make && make install

If you are not the root or you cannot install it to your system you can use --prefix option of ``make install'' to install it anywhere you want.
But don't forget to specify path to executable ``agar-config'' in game/Makefile if it is not already in your $PATH.

2.3 Qt
-------
Map editor for Bombic 2 uses Qt library.
If you plan to compile also the map editor, please install the Qt SDK according to https://qt.nokia.com/products.

3. Configuration
=================
If your ``agar-config'' is not in path (try ``where agar-config'') define absolute path to it in game/Makefile.

Now please open the main Makefile and fill in some variables.
PREFIX - absolute path, where you want to install
INSTALLDIR_DEFINE - definition of macro that holds absolute path
of installed data. Leave it alone if you are planning to install
the game or map-editor. If you are not, let define here
something else (for instance DEFAULT_INSTALL_DIR) and let the
macro INSTALL_DIR undefined to point data relatively from binary.
In that case you shouldn't install or uninstall it.

4. Compilation and installation
================================
Now simply type
$ make
to compile the game only or
$ make all
to compile the game and map editor too.
If you configured INSTALLPATH into INSTALL_DIR you can install it typing
$ make install