Tagged: Making games in pygame

0

Python: #4 Key pressing and creating the snake game in pygame

Python: #4 Key pressing and creating the snake game in pygame

Hi all,

Today in this article we are going to discuss about the key pressing in the pygame and we are also start creating the snake game.

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.