Skip to main content

BOOM (MacOs shareware) remake with pygame

Project description

BoomGame

Example

Remake of BOOM (old macintosh game) with python & pygame.

BOOM was created by Federico Filipponi (FactorSoftware) in the ’90s. It is an arcade game that can be played by up to two player on a single computer. Players are facing an alien invasion in 80 levels. Their goal is to elimitate all the aliens with their bombs.

The game is not supported any more and can be played only on macos X (> 10 years old). This is a fan remake of BOOM in python using pygame library. This implementation can run on any os/laptop that support python3 and pygame. NOTE: The original BOOM assets belong to Factor Software. We do not hold any intellectual property upon them. You can play on your browser on github.io. We also provide standalone executables for a few modern plateforms. You may have to install python and install from pypi to run BOOM on your specific platform.

This work is still in development. A more mature remake of the game in C++ is available in the Lifish project.

Story

It’s happened again. The Earth is facing a new alien threat and who’s called to save our beloved planet? You guessed!

The aliens have the capability of transform themselves in all sort of deadly creatures. Basically, they act like parasites, attacking humans, animals and even machines and turning them into lethal killers.

Your mission is to penetrate 8 alien infested areas, each one divided in 10 sub-zones, eliminate all enemies using your bombs and finally kick the Big Alien Boss back to where he came from.

How to play

We provide BOOM standalones for each os in github releases. NOTE: The standalone are built only for platform provided by github runners.

Try to download the executable that matches your platform (or the closest to it) and the game should run! (More details below).

We have also deployed the game online. You can therefore play BOOM on your web browser on github.io.

Online

BOOM is compiled in web assembly so that you can play on any web browser on any platform. The game has been published on github.io. This feature is not very stable but seems to work pretty nicely most of the time. You may have to refresh the page several time. We advise to use Google Chrome browser (seems to be more stable with it).

NOTE: It may be slower on your browser than with a standalone

Linux

We provide a BOOM-ubuntu-$VERSION standalone that should work on matching ubuntu distributions (but hopefully on more linux ones, provided some default libs are here). Download the file, then make it executable (in a terminal):

$ chmod +x BOOM-ubuntu-20.04  # May requires sudo rights

Launch the game by double clicking on the file or using a terminal:

$ ./BOOM-ubuntu-20.04

We also provide a .deb package that wraps this standalone and install it correctly on your os. (This should work on matching ubuntu distribution and hopefull on other debians ones). Download the package (boom-$VERSION-1_all.$BUILDOS.deb), then install it using your package manager:

$ apt install ./boom*.deb  # Requires sudo rights
$ # OR
$ dpkg -i ./boom*.deb  # Requires sudo rights

Then BOOM can be found in the search bar of you OS, and launched from there.

MacOS

We provide a BOOM-macos-$VERSION.app standalone that should work on updated macos 11 and 12. (We are limited by github runners and have not worked yet to build the app on more diverse os). MacOs will probably stop you from executing the app (as it is not registered and correctly packaged regarding macos standards). To be able to run it, you have to overwrite macos warnings. This is not a good practice and advise against it in general, sadly this currently is our solution before working on macos packaging.

You also may have to make the file executable (in a terminal):

$ chmod +x BOOM-macos-11  # May requires sudo rights

Windows

We provide a BOOM-windows-$VERSION.exe standalone that should work on recent windows. Windows will probably stop you from downloading this executable (as we did not signed it, nor packaged it correctly yet), because it is dangerous to download random executable from the internet. To be able to download it and run it, you should overwrite windows warnings. This is not a good practice and advise against it in general, sadly this currently is our solution before working on windows packaging.

Install the python library (For developers)

From pypi

To install our python code, run:

$ pip install boomgame

Once installed, the game can be launched with

$ boom

Build from source

Download the source code.

Run:

$ pip install -r requirements-dev.txt

Again, the game can be launched with

$ boom

You can now build the standalone on your platform, following:

$ cd deploy/$MY_OS/
$ pyinstaller BOOM.spec  # Build the BOOM.exe / BOOM.app / BOOM standalone in the dist/ folder

For linux, we also provide a way to build the .deb package with the build.sh script:

$ bash build.sh  # Will run pyinstaller and packaged the result in a .deb

BUGS and missing features

  • The final boss is not yet integrated into the game
  • The menu is still in beta and the player's controls cannot be changed yet
  • Enemies can sometimes be stuck against one another (specially in timeout mode)

Old BOOM Credits

The game BOOM has been created by Federico Filipponi. Copyright 1997-2011 Factor Software. All Rights Reserved.

The sounds and music of BOOM have been created by George E. Kouba, Jr. and are copyrighted by Wizid Multimedia. Used with permission.

BOOM makes use of MGGame, an OpenGL/OpenAL based library suitable for developing 2D games for Mac OS X and iOS (iPhone, iPod Touch, iPad). MGGame is Copyright © by Sebastian Wegner. Sebastian is also leading McSebi Software, a team of independent game developers devoted to create fun shareware video games for the Mac and Apple mobiles.

The loading screen artwork has been made by Raymond Zachariasse, a web designer and freelance graphic artist, leader of the Quality Team.

BOOM also makes use of the Tempesta Seven Fonts by Yusuke Kamiyamane.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

boomgame-0.4.6.tar.gz (15.9 MB view hashes)

Uploaded Source

Built Distribution

boomgame-0.4.6-py3-none-any.whl (16.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page