Update 22 Aug 2020: Fixed the link to the source code. you can download the codes for this tutorial here. it has been quite a long while since i last posted a tutorial. fortunately i was able to come up with another one despite the busy schedule. and to continue from what we've left here, … Continue reading Advanced Sprite Animation Using Pygame in Python2.7
Tag: python 2.7
it has been quite a long while since i last posted a game tutorial. well i did not in any way intended this blog to be one, but the only project i'm dealing with right now has to be confidential so there's no way it's going out here in my blog. i'm also currently taking … Continue reading Flood-it! Game in Python 2.7 with Pygame
Update 21 Aug 2020: Fixed linked to sour code. it has been quite a while since i last posted anything regarding my endeavors in game programming. the past weeks have been quite busy for i was working on the backend of another mobile application. anyway, i was able to continue studying python this weekend and … Continue reading rendering background image using PyGame in Python 2.7
the codes for this simple animation can be downloaded here. last time i posted my sample of the snake game written in Python 2.7 using PyGame. like what i already said it was supposed to be a part of my self training on python game programming and it went pretty well. i have one comment … Continue reading Simple Sprite Animation in Python 2.7