Back to Browse

PyGame Tutorial - Loading From A Tile Sheet

5.0K views
Jan 14, 2021
17:47

Loading sprites from individual files works well for small games. However, as we build more complicated games we want to improve load times and reduce the amount of memory required by our game. This is where Sprite Sheets come in handy! This tutorial will walk through loading a packed Tile Sheet and extracting each tile out using built-in PyGame functions. Looking to grow as a Python developer? Check out my free weekly coding challenge: https://weeklypython.substack.com/welcome

Download

1 formats

Video Formats

360pmp423.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

PyGame Tutorial - Loading From A Tile Sheet | NatokHD