tur-learning / CIS1051-python

Intro to Problem Solving & Programming in Python
https://tur-learning.github.io/CIS1051-python/
MIT License
0 stars 0 forks source link

Periodic maps (shifting sprites) #21

Open andreagalle opened 1 year ago

andreagalle commented 1 year ago

Periodicity to make it appear infinite. Worm holes to displace from one map/level to another.

https://pavcreations.com/parallax-scrolling-in-pixel-perfect-2d-unity-games/

https://stackoverflow.com/questions/62741817/how-do-i-make-my-background-scroll-as-my-sprite-moves-left-and-right-pygame

andreagalle commented 1 year ago

We could (later on) add the zoom in/out functionality thanks to these resources:

https://github.com/bitcraft/pyscroll https://gamedev.stackexchange.com/questions/48554/pygame-2d-scrolling-map