An easy game project for me to do some technical test.
一個簡單的遊戲專案,用來測試一些新學的技術
The thing that we need it to write code on VScode, and I don't know why.
在VScode 寫 Code 要用的東西,我也不是很懂
The whoile exe file's manu.
整個程式的執行檔案目錄,其中start.py是啟動入口。
The folder for config file.
整個程式的配置檔案目錄,config.yaml是其中之一
The core file for the exe.
是整個程式的核心模組,core.py是核心業務邏輯指令碼檔案
The folder of database
是整個程式的資料庫檔案目錄
The command for another exe and file
是整個程式的通用功能指令碼和第三方應用檔案存放目錄
Log file
程式日誌
The fold for multimedia
程式的圖示、圖片、ui等目錄
The API that we need from outside
用於存放整個程式依賴的外部Python包列表