Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 969 Bytes

File metadata and controls

27 lines (23 loc) · 969 Bytes

PhilGame - A pygame

Do not look into the source code it looks quite bad...

Installation

  • pip install pygame
  • Run main.py
  • If it does not work check what versions of python, pip and pygame you have installed
    • Versions I use
      • PIP: pip-23.2.1
      • Python: 3.9
      • Pygame: pygame-2.5.0

Or download the zip with the executable from the releases

Extract the zip file and open the main.exe file. Important! The resources folder must be in the same folder as the main.exe.

How to play?

Use SPACE to jump and LSHIFT to glide
If you collide with a logo you loose one IQ
You will die if you have no IQ left

TODO

  • Clean code
  • Seperate hitboxes from images
  • Pause screen