Monkey Game Development:Beginner's Guide
上QQ阅读APP看书,第一时间看更新

The basic file structure

In the game, we will have a mix of classes and functions. Each class will be hosted in a separate file, so we will need to import them. Once your projects become bigger and bigger, you will love it when you can organize your code neatly in separate files.