Pygame Images
For more Pygame Tutorials visit www.codingschool4kids.com. In this course you will learn about displaying images and creating menus. Drawing Images On The Screen: In the section you will learn how to draw images to the screen. Note Before we get started, you will need to download three images into the same location as your pygame script. It's is easiest if your script and images are all on your desktop folder. We will be using the following images in this section: jet.png, cloud.png, and bullet.png. Images can be downloaded from https://codingschool4kids.com/courses/pygame/images-menus. You can right click on the image and use the option "Save image as.." and save it to your computer if you want to use these images. Drawing images involves the following steps: Loading the image into pygame. Scaling (making it smaller) the image if needed. Bliting the image to the screen. For more Pygame Tutorials visit www.codingschool4kids.com. Learn Python, Pygame, Raspberry Pi + GPIO, HTML, CSS, JavaScript, Web Development, and more.
Download
0 formatsNo download links available.