Pygame API is an extension of SDL in python. You can create games quickly and easily using this. I recently created a repository on github named as ‘Pygame-Examples-For-Learning’ to motivate the learning of this API. This repository consists of various small demos (from hello world to the sprite demo). You can try out those using your own logic and can apply the same into large programs. It also includes a small 3 level game ‘Hungry-Snake’ . Just a contribution from my side to all the enthusiast learners out there (open source too)
Play with the code to explore more. I will keep updating the repo in future also. You can also contribute in the same. Link to the repo : http://github.com/ankur0890/Pygame-Examples-For-Learning
Feedback and suggestions are always welcomed
GitHub Repository For Pygame Examples
2 Comments:
2 Trackbacks / Pingbacks for this entry:
-
[...] PygameAPI is an extension of SDL in python. You can create games quickly and easily using this. I recently created a repository on github named as ‘Pygame-Examples-For-Learning’ to motivate the learning of this API. This repository consists of various small demos (from hello world to the sprite demo). You can try out those using your own logic and can apply the same into large programs. It also includes a small 3 level game ‘Hungry-Snake’ . Just a contribution from my side to all the enthusiast learners out there (open source too) Play with the code to explore more. I will keep updating the repo in future also. Linux Read the original post on LXer… [...]
-
[...] Read More… [...]



thanks for putting your pygame examples on github. wonderful work !
Most people take it for granted when someone takes their time to write tutorial code…thank you:-)