Pygame : Camera introduction - Using Camera Class

Published: 01 January 1970
on channel: game102
515
18

This Python written codes contain some classes for applying Camera to your game.

from Camera import Camera

create instance by specifying ...
self.all_sprites = Camera ( )

Different types of Camera :
1) move Camera with player always at the center ;
2) When player near boundary , Camera starts to follow ;
3) Keyboard driven, by assigning keys and can move camera around ;
4) Adventure game type, when moving to the edge of screen, update the player position to the center ;
.....

How to Use ? import and create an instance ;
from camera_class import CameraZSort

camera = CameraZSort();

https://github.com/ckcheung102/Camera...


On this page of the site you can watch the video online Pygame : Camera introduction - Using Camera Class with a duration of hours minute second in good quality, which was uploaded by the user game102 01 January 1970, share the link with friends and acquaintances, this video has already been watched 515 times on youtube and it was liked by 18 viewers. Enjoy your viewing!