In the previous chapter, we created a snake game with Turtle.
In this chapter, let’s learn get an introduction Pygame , a platform that’s been extensively used for 2D game development. Let’s learn all about creating our characters, using images as characters, setting up your screen and modifying it, making your characters move, collision detections, shooting bullets out of guns, scores, text, and so much more!
What is Pygame?
Pygame is a cross-platform platform that consists of multiple ...