Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sibnerian/helicopter
An 8-hour quest to learn PyGame and Python by making Helicopter.
https://github.com/sibnerian/helicopter
Last synced: 7 days ago
JSON representation
An 8-hour quest to learn PyGame and Python by making Helicopter.
- Host: GitHub
- URL: https://github.com/sibnerian/helicopter
- Owner: sibnerian
- Created: 2013-02-18T08:51:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-23T16:46:18.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T11:08:44.932Z (10 months ago)
- Language: Python
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Helicopter
==========An 8-hour quest to learn PyGame and Python by making Helicopter. I learned a lot making this game- how Python objects work,
what a magic method is, how Pygame handles events. And revisiting the project later with an eye for style, I got much
better at using best practices in Python (as opposed to all globals...I'm ashamed of that now...). I may eventually come
back and add sprite animation and a smoke trail for the helicopter.If you have Pygame installed, you can play with
```python
python main.py
```
If you don't, then use
```python
pip install pygame
```
and see step 1.