Saving and loading in pygame with json

Опубликовано: 24 Февраль 2025
на канале: Clear Code
30,897
1.1k

A tutorial on how to save and load files in pygame using the json module. The approach shown here would work in pretty much any python code and could generally be used to create and load data.

Timetamps:
0:00 - Intro
0:50 - saving information and json
8:46 - creating the clicker game
19:50 - json part of the game