https://github.com/maximjsx/philgame
Simple 2D endless runner
https://github.com/maximjsx/philgame
2d-game endless-runner game pygame python
Last synced: 10 months ago
JSON representation
Simple 2D endless runner
- Host: GitHub
- URL: https://github.com/maximjsx/philgame
- Owner: maximjsx
- License: gpl-3.0
- Created: 2023-07-31T20:39:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T18:43:15.000Z (over 2 years ago)
- Last Synced: 2025-02-18T22:22:38.818Z (11 months ago)
- Topics: 2d-game, endless-runner, game, pygame, python
- Language: Python
- Homepage:
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://github.com/MaximFiedler/PhilGame/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