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

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.

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/)

![pollen.](https://raw.githubusercontent.com/rdb/pollen/fb66ec83b7752f791431ff197f9c6ec332d306c5/cover.gif)

## 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!