https://github.com/dmfed/raindrops
A piece of code created while getting acquainted with Pygame lib
https://github.com/dmfed/raindrops
Last synced: about 1 year ago
JSON representation
A piece of code created while getting acquainted with Pygame lib
- Host: GitHub
- URL: https://github.com/dmfed/raindrops
- Owner: dmfed
- Created: 2020-06-26T10:56:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T11:07:54.000Z (almost 6 years ago)
- Last Synced: 2025-02-02T15:13:49.009Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raindrops
Sample PyGame project
Draws rain in a screensaver-like manner. Can run fullscreen. Note that this script requires PyGame
installed on your system. My version was 1.9. Most likely will work with older versions.
To run the program:
**chmod +x rain.py**
**./rain.py**
Use **./rain.py --help** to customize window size or run fullscreen.