News

Python is an excellent language for rapid application development and prototyping. With Pygame, a wrapper built around SDL, the same can be true for games. In addition, because its built on top of ...
player_walk_1 = pygame.image.load('Runner/graphics/player/player_walk_1.png').convert_alpha() player_walk_2 = pygame.image.load('Runner/graphics/player/player_walk_2 ...
In this video I add on to the game we started creating in the first video of this series. I show you how to create boundaries so that your character cannot move off of the screen and then I show you ...