Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max1mde/philgame
Simple 2D endless runner
https://github.com/max1mde/philgame
2d-game endless-runner game pygame python
Last synced: about 1 month ago
JSON representation
Simple 2D endless runner
- Host: GitHub
- URL: https://github.com/max1mde/philgame
- Owner: max1mde
- License: gpl-3.0
- Created: 2023-07-31T20:39:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-09T18:43:15.000Z (over 1 year ago)
- Last Synced: 2023-09-26T15:11:20.065Z (over 1 year 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 leftTODO
- Clean code
- Seperate hitboxes from images
- Pause screen