Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 494 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 494 Bytes

Pygame example

Pygame example project to be used as a basis for creating games in Python using Pygame.

Features

  • Multiple players with easily changable key mappings
  • Player scores
  • Player names and scores displayed on screen
  • Changeable movement speed and jumping height
  • Animated sprites
  • Gravity that can easily be changed or disabled
  • Collisions with platforms and bottom of screen
  • Item drops with variable pickup scores
  • Variable framerate and screen size with settings file