code.Pylet
code.Pylet
  • Видео 20
  • Просмотров 256 531
Python Pygame Tutorial - Stage Manager: Objects & Viewport
Thank you for watching my video and I really hope you found something useful.
In this video we look at the stage and how to manage the object on it and also use a viewport to see parts of the stage and track objects as they move about.
You can find all the scripts and images featured in this video here:
drive.google.com/open?id=0BwDJQBs1OukNU2hkXzZzNUFzdlk
Also you can find all my other scripts here:
goo.gl/PeBc0Y
Don't forget to comment or ask questions, I'd love to hear from you!
Anthony
If you'd like to know how to install and run your first Python Pygame script then watch my first video here: ruclips.net/video/XAcnyCFRRpw/видео.html
Downloads:
Python 2.7.x ....... www.python.org/downloads/
Pygam...
Просмотров: 4 359

Видео

Python Pygame Tutorial - Scrolling Background With Player
Просмотров 29 тыс.7 лет назад
Thank you for watching my video and I really hope you found something useful. Pygame on Facebook: www. groups/pygame In this episode we'll be examining how to scroll a background image when the player moves left or right. If you haven't done so already, watch this video on scrolling the background WITHOUT a player first to familiarise yourself with the code: goo.gl/PweMjM and the scripts ...
Python Pygame Tutorial - Distance Based Collision
Просмотров 8 тыс.7 лет назад
Thank you for watching my video and I really hope you found something useful. In this episode we'll be examining collision based on the distance between two objects. You can find all the scripts and images featured in this video here: drive.google.com/open?id=0BwDJQBs1OukNeWtJZEd0VEpvMzg Also you can find all my other scripts here: goo.gl/PeBc0Y Don't forget to comment or ask questions, I'd lov...
Python Pygame Tutorial - Pixel Perfect Collision Using Mask
Просмотров 19 тыс.7 лет назад
Thank you for watching my video and I really hope you found something useful. In this episode we'll be exploring pixel perfect collisions using Pygame's mask functions and explaining a little bit about how it works. The link the scripts and images in this video can be found here: drive.google.com/open?id=0BwDJQBs1OukNY2lmWnlsaWI0WTQ You can find all the scripts here in my Google Drive Folder go...
Python Pygame Tutorial - Rectangle Based Collision Detection
Просмотров 10 тыс.7 лет назад
Thank you for watching my video and I really hope you found something useful. In this episode I'm going to look examining rectangle based collision detection. If you'd like to know how to install and run your first Python Pygame script then watch my first video here: ruclips.net/video/XAcnyCFRRpw/видео.html You can find all the scripts here in my Google Drive Folder goo.gl/PeBc0Y Click this lin...
Python Pygame Tutorial - Sprite Sheets
Просмотров 33 тыс.7 лет назад
Thank you for watching my video and I really hope you found something useful. Pygame on Facebook: www. groups/pygame Hello to you! In this episode I'll be examining sprite sheets and blitting individual cells to the display surface. If you'd like to know how to install and run your first Python Pygame script then watch my first video here: ruclips.net/video/XAcnyCFRRpw/видео.html Download...
Python Pygame Tutorial - Direction and Distance
Просмотров 16 тыс.7 лет назад
Thank you for watching my video and I really hope you found something useful. In this episode I'm going to explain a bit about direction and distance, how to get from one point on the display surface to another. If you'd like to know how to install and run your first Python Pygame script then watch my first video here: ruclips.net/video/XAcnyCFRRpw/видео.html You can find all the scripts here i...
Python Pygame Tutorial - More Platforms
Просмотров 3,6 тыс.7 лет назад
Thank you for watching my video and I really hope you found something useful. In this episode as promised I'm looking at creating multiple platforms so the player class we created in the previous video has something to interact with. If you'd like to know how to install and run your first Python Pygame script then watch my first video here: ruclips.net/video/XAcnyCFRRpw/видео.html You can find ...
Python Pygame Tutorial - Basic Player Class For Platform Games
Просмотров 8 тыс.7 лет назад
Thank you for watching my video and I really hope you found something useful. In this video I look at creating a basic player class for platform games. If you'd like to know how to install and run your first Python Pygame script then watch my first video here: ruclips.net/video/XAcnyCFRRpw/видео.html You can find all the scripts here in my Google Drive Folder goo.gl/PeBc0Y Find the Player.py sc...
Python Pygame Tutorial - Basic Platforms
Просмотров 7 тыс.7 лет назад
Thank you for watching my video and I really hope you found something useful. In this episode I'll be looking at basic platforms, the means in which to limit or assist a players movement around a virtual world. If you'd like to know how to install and run your first Python Pygame script then watch my first video here: ruclips.net/video/XAcnyCFRRpw/видео.html You can find all the scripts here in...
Python Pygame Tutorial - Scrolling Background Image
Просмотров 36 тыс.7 лет назад
Thank you for watching my video and I really hope you found something useful. Pygame on Facebook: www. groups/pygame In this tutorial I look into infinitely scrolling a seamless image horizontally. The scripts featured in this video can be found here: drive.google.com/open?id=0BwDJQBs1OukNNGFqWGpDYlJoYnM You can find all the scripts here in my Google Drive Folder goo.gl/PeBc0Y If you'd li...
Python Pygame - IMPORTANT: Convert Your Images!
Просмотров 11 тыс.7 лет назад
Thank you for watching my video and I really hope you found something useful. In this video I show you a huge school boy error I made when blitting images to the display surface. I DIDN'T CONVERT THEM.. DOH! Usage: image = pygame.image.load("image.png").convert() or image = pygame.image.load("image.png") image = image.convert() If you'd like to know how to install and run your first Python Pyga...
Python Pygame Tutorial - Physics Style Gravity Jumping
Просмотров 10 тыс.7 лет назад
* RE-UPPED BECAUSE THE AUDIO SUCKED IN PREVIOUS VIDEO * Thank you for watching my video and I really hope you found something useful. In this video I take the simple jumping routing from the previous video and create with it a smoother gravity physics style jumping. The files for this script can be found here: drive.google.com/open?id=0BwDJQBs1OukNbHZvNFVVeHdFVDg You can find all the scripts he...
Python Pygame Tutorial - Basic Jumping
Просмотров 18 тыс.7 лет назад
Thank you for watching my video and I really hope you found something useful. Pygame on Facebook: www. groups/pygame In this video I look at how to jump using the space bar. The script in this video can be downloaded here: drive.google.com/open?id=0BwDJQBs1OukNbUhXc1hveDBjWmM You can find all the scripts here in my Google Drive Folder goo.gl/PeBc0Y ... and if you have any comments then fe...
Python Pygame Circle Packing - Coding Challenge
Просмотров 6 тыс.7 лет назад
Thank you for watching my video and I really hope you found something useful. In this episode I look at packing circles onto the display surface. The script featured in this video can be found here: drive.google.com/open?id=0BwDJQBs1OukNb0VrLUNDYmxXc1k You can find all the scripts here in my Google Drive Folder goo.gl/PeBc0Y ... and if you have any comments then feel free but bear in mind I don...
Python Pygame Tutorial 4 - Displaying Images (Blitting, Rotating, Scaling, Animating)
Просмотров 25 тыс.8 лет назад
Python Pygame Tutorial 4 - Displaying Images (Blitting, Rotating, Scaling, Animating)
Python Pygame Tutorial 3 - Colors
Просмотров 2,9 тыс.8 лет назад
Python Pygame Tutorial 3 - Colors
Python Pygame Tutorial 2 - Shapes and Coordinates
Просмотров 4,7 тыс.8 лет назад
Python Pygame Tutorial 2 - Shapes and Coordinates
Python Pygame Tutorial 1 - Explaining The Template
Просмотров 2,6 тыс.8 лет назад
Python Pygame Tutorial 1 - Explaining The Template
Python Pygame Tutorial - Installation and creating a template
Просмотров 3,1 тыс.8 лет назад
Python Pygame Tutorial - Installation and creating a template