Welcome to the Breaking Bad Python Platformer Game! This game is a simple platformer where you control a character through various obstacles and collects crystal meth. Be careful of the hazards, and try to collect as many crystals as possible to increase your score!
Make sure you have Python installed on your system. You can download Python from python.org.
You need to install the pygame
library to run this game. You can install it using the following command:
pip install pygame
- Run the
breaking_bad_game.py
script. - Use the left arrow key to move left and the right arrow key to move right.
- Press the spacebar to jump.
- Avoid obstacles and collect crystal meth to increase your score.
- Player character with animations.
- Crystal collection system.
- Obstacles and hazards to avoid.
- Score tracking.
- Game developed by Mayank.
- Background music: background_music.mp3.
- Background image: bb.jpg.
Special thanks to the Pygame library for making game development in Python enjoyable and freecodecamp.org.
Enjoy playing the Breaking Bad Python Platformer Game!