Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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