TipsMake
Newest

Tags : pygame

How to add a scrolling camera to PyGame
Game 16 March 2023

How to add a scrolling camera to PyGame

learning how to model a camera that rotates or scrolls while gaming will add realism and make the game more interesting. here's how to add a scrolling camera to pygame .

Read More
How to Program a Game in Python with Pygame
Python 05 March 2020

How to Program a Game in Python with Pygame

this is an introduction to pygame for people who already know python. this article will teach you the steps to building a simple game that has the player dodging bouncing balls.

Read More