Skip to main content

Ball Fight - 1.1

In this game you have to destroy as much enemy balls as possible by colliding with them, or using special powers.


Davide Zagami
(zahami)
In this game you have to destroy as much enemy balls as possible by colliding with them, or using special powers. Each ball raises its own resistance and its own attack power when it speeds up. So the faster you go, the more you are protected against enemy attacks, and greater becomes your attack power against enemy balls! This is valid for your enemies too! See the ingame help for more details.

Changes

I recently decided (after more than 4 years) to tinker again with my old Python projects, and Ball Fight was the first that came to my mind.

- The game is now divided in levels with specific enemies per level, instead of being completely random. Powerup spawning is also adjusted according to the current level. There is still a good element of chance, though.
- Changed resolution from 800x600 to 1024x768 to accomodate for the new level based interface.
- Black holes are now animated, and behave slightly differently; there is a small period of 1-2 seconds where the black hole just opens and doesn't show any gravitational pull. They don't spawn before level 8.
- Removed SuperPlanet enemy and replaced it with a Rocket enemy.
- Other minor (mostly invisible) fixes and changes.

Links

Home Page
https://sourceforge.net/projects/ballfight/
Source
https://sourceforge.net/projects/ballfight/files/Ball_Fight_v1.1.zip/download

Releases

Ball Fight 0.9 — 14 Sep, 2010

Ball Fight 1.0 — 18 Sep, 2010

Ball Fight 1.1 — 7 Oct, 2014

Pygame.org account Comments

  • Meow 2014-10-15 12:37

    This is for Python 2.7. :(