sillypantscoder / pygame_platformer_2

Pygame Platformer 2
2 stars 0 forks source link
game graphics platformer-game pygame-games python3

pygame_platformer_2

The second pygame platformer!

In this version:

Read this first before playing the game:

To play the game, run "python3 main.py" in the terminal. When the window pops up, click on "Play", and then "New world" and click on "landscape.py". You will appear in a randomly generated world.

  1. You are the red square. You can walk around with the arrow keys, and up to jump.
  2. Walking into TNT blocks will explode them. A big danger icon will appear whenever there is an explosion.
  3. Occasionally, explosions will drop danger items. These are small items that fall to the ground. You can pick them up by walking on them.
  4. There is a minimap in the top left corner. You can mouse over the minimap to expand it.
  5. To the right of the minimap is some text showing how many danger items you have collected.
  6. Light falls from the top. Most blocks block light, creating shadows.
  7. Monsters, which are green, spawn in dark areas. They burn in sunlight.
  8. Monsters slowly take damage if you lure them out into the sunlight. They slowly get more and more red and less and less green as they get damaged. When they reach 0 health points, they die, dropping a danger item.
  9. Water blocks are blue, and flowing water is light blue and textured. Water flows down, left, and right. You can swim with the up arrow key.

Danger items

Allays

Level editor

Zombie Apocalypse Mode

Ok, maybe I should explain "zombieapocalypse.py".

Extensions

Updating the game