when a program throws an exception, the problem is not always in the code


it has been quite awhile since i last posted something. well although i could say that a number of things came up, i cannot say that they ate most of my time so as to prevent me from posting anything. truth is i could have posted a few lines but held myself back at the … Continue reading when a program throws an exception, the problem is not always in the code

rendering background image using PyGame in Python 2.7


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

Metro Manila Flood App (MMFA)


a good news came today. after months of training, the team finally got to upload its first app in the app store. i was not part of its development but i'm breaking the news just the same because i'm proud of our three people working on iOS, namely Elbert Yagaya, Lei Montas, and Pope Abella. … Continue reading Metro Manila Flood App (MMFA)

Simple Sprite Animation 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