Python Game Development: Scrolling Map Cameras

preview_player
Показать описание
Learn how to easily incorporate a scrolling map camera into your pygame project! This guide builds on an existing 2D platformer that I started working on in a previous video. Feel free to checkout the below git repo to see the starter code, and code for the finished project.

Leave a comment below if you have any questions. Please like this video and subscribe to my channel!

Рекомендации по теме
Комментарии
Автор

Well done! Thank you for your lessons and efforts! I wish prosperity to your channel :D

_samuro_
Автор

I have downloaded your repo, thanks for all the stuff. I have placed and animated the knife dude. He moves back and forth within a defined range and can throw knives when in range. I have also implemented the batarang attack.

I also coded a sprite scraper file to help me get the parameters of sprites in a spritesheet file.

I will fork the repo and upload my added stuffs.

abdulrazaqAS
Автор

i dont understand, do you actually move eeach entity? but then you wouldnt need to move the player as well when walking, right?
or do you just move the display position of your sprites but not their actual position? but then, how does collision detection still works? im so confused😅

isuckatmc