Tagged: pygame module in python

0

Python: #3 Handling the events in pygameπŸ”₯

Python: #3 Handling the events in pygame

Hi all,

Today in this article we are going to continue our pygame series. In last article we had created the game loop but there was one problem, the screen that we made was not responding. To solve that problem we will handle it in today’s article.

0

Python: #2 pygame module making the game loop

Python: #2 pygame module making the game loop

Hi all,

In last article we made the game display in pygame but the the display was disappearing to solve that we will make the game in this article so that the display will not disappear.