The “Better crossover than avengers movie award” Award


Presented by speedlimit35 to:

The Python of Destruction (SmokTwix+++++)
# pyweek 40

# The Python of Destruction

Install and Run:
pip install pygame
python main.py

Description
Help Xastro escape from the Pocket Dimension.  You have to cross five levels for Xastro to be free.

How to Play
- Goal: There are five levels. Reach the end of each level before the 30-second timer expires. Survive all five levels to win.
- Health: You start each level with three health points. Colliding with enemies or hazards subtracts one point. Drop to zero health and you lose.
- Entity Minions: These enemies drain one health point on contact. Avoid them or jump over them.
- Checkpoints: Moving out of screen or fatal hit, you resume from the latest checkpoint.
- Hazard Tiles: Touching Spikes and other hazard tiles deduct one health point
- Movement: Use A/D or arrows to move, Space to jump
- Cutscenes: Click arrows to move between cutscenes or Skip to jump straight into gameplay.