Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Mekire/pygame-samples
Basic pygame samples illustrating various concepts.
https://github.com/Mekire/pygame-samples
Last synced: about 1 month ago
JSON representation
Basic pygame samples illustrating various concepts.
- Host: GitHub
- URL: https://github.com/Mekire/pygame-samples
- Owner: Mekire
- Created: 2013-07-27T06:51:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T09:41:35.000Z (over 5 years ago)
- Last Synced: 2024-08-01T13:34:59.060Z (4 months ago)
- Language: Python
- Size: 1.21 MB
- Stars: 259
- Watchers: 30
- Forks: 75
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
- awesome-ccamel - Mekire/pygame-samples - Basic pygame samples illustrating various concepts. (Python)
README
This repository is an ongoing compilation of pygame examples. Most were originally created with the intent of helping people with questions on various forums. My goal is to write concise examples which demonstrate individual Pygame concepts, while still retaining a responsible coding style. The target audience are those who already have a firm grasp of Python and would like to give 2d graphics a try.
-Mek