• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
September 23, 2022 |6.8K Views
The ultimate introduction to Pygame
  Share  2 Likes
Description
Discussion

Game programming is very rewarding nowadays and it can also be used in advertising and as a teaching tool too. Game development includes mathematics, logic, physics, AI, and much more and it can be amazingly fun. In python, game programming is done in pygame and it is one of the best modules for doing so.

Pygame requires Python; if you don’t already have it, you can download it from python.org. Use python 3.6.1 or greater, because it is much friendlier to newbies, and additionally runs faster.


The best way to install pygame is with the pip tool (which python uses to install packages). Note, this comes with python in recent versions. We use the –user flag to tell it to install into the home directory, rather than globally. 


The ultimate introduction to Pygame : https://www.geeksforgeeks.org/introduction-to-pygame/

Read More