https://github.com/rdb/pollen
Awaken spring. An entry in PyWeek 29.
https://github.com/rdb/pollen
game panda3d panda3d-game-engine python pyweek
Last synced: 3 months ago
JSON representation
Awaken spring. An entry in PyWeek 29.
- Host: GitHub
- URL: https://github.com/rdb/pollen
- Owner: rdb
- Created: 2020-03-22T11:18:46.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T15:37:41.000Z (over 4 years ago)
- Last Synced: 2025-02-25T02:18:52.285Z (over 1 year ago)
- Topics: game, panda3d, panda3d-game-engine, python, pyweek
- Language: Python
- Homepage: https://pyweek.org/e/flowpow/
- Size: 82.8 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### pollen.
This is an entry in the [PyWeek 29](https://pyweek.org/29/) challenge, with the theme "Butterfly Effect".
[Click here to go to the game's page on itch.io.](https://rdb.itch.io/pollen)
[Click here to go to the PyWeek entry page.](https://pyweek.org/e/flowpow/)

## Controls
Use the mouse to navigate, click (or press shift) to gain speed.
Gamepad controls are also supported. The menus require a D-Pad. Use either stick to turn, and hold trigger, or A, to speed.
If you want to cheat to be done quickly, press M to open a minimap.
## Running from source
Requires Python 3 and Panda3D 1.10.6, plus a few other libraries. I recommend installing them via pip:
```
pip install -r requirements.txt
```
To run, simply cd to the directory containing the game and type:
```
python run_game.py
```
## Acknowledgements
Modelling by hjh
Original soundtrack by hjh
Sound effects by hjh
Programming by rdb
Skybox created by [Roel](https://reije081.home.xs4all.nl/skyboxes/) (CC BY-NC-SA)
Font is Nunito Bold, licensed under the OFL.
With grateful nod to the PS3 game Flower.
Many thanks to @lordmauve and all the other PyWeek participants for a great challenge!