Breakout

This is the famous ATARI game 'breakout' which was created by our team for a Python semester project using Pygame library.

This is the famous ATARI game 'breakout' which was created by our team for a Python semester project using Pygame library. It contains the following features:

  • Two different levels that you can play.
  • Two different game modes (standard mode and warp mode).
  • Three different difficulty settings (easy,medium and hard).
  • Two different power-ups which are Explosion and Freezing.
  • Sound Effects for various events in the game.

The game plays like the traditional Breakout game except we have peppered the game with many different game modes and power ups. The entire process of building the game can be found in the report here.