1.程序入口是main.py,运行这个文件就行了 2.程序依赖opencv和pygame,所以请确保你有安装: pip install opencv-python pip install pygame