The code styles of some games in this repo are different from the code styles of other games.
For example, in the Game1/10/20.py files of Game 1, Game 10, and Game 20, the functions that control the running of the game are too bloated and very complicated. Many different functions are placed in one function, and only the comments are used to separate the code blocks. Make it difficult for others to understand the role of this function when reading the code.
The code styles of some games in this repo are different from the code styles of other games.
For example, in the Game1/10/20.py files of Game 1, Game 10, and Game 20, the functions that control the running of the game are too bloated and very complicated. Many different functions are placed in one function, and only the comments are used to separate the code blocks. Make it difficult for others to understand the role of this function when reading the code.