CocosCreator 專案結構分析

2021-08-20 17:19:36 字數 556 閱讀 4309

多個遊戲 「大廳 + 子遊戲」

目錄描述

anims

動畫目錄

prefabs

預製資源

resources

資源(sounds、textures、ver)

scenes

介面scripts

指令碼(components、mgr)

啟動頁和圖示

單獨放置

start -> login -> hall -> game
目錄

描述module

遊戲模組

resources

資源(sounds、textures、ver)

目錄描述

game

遊戲(八張遊戲、麻將遊戲)

hall

大廳(大廳模組、登入模組)

目錄描述

anims

動畫目錄

prefabs

預製資源

scenes

介面scripts

指令碼(components、mgr)

專案結題報告

專案結題報告 python基礎和相關庫的學習 一 python基礎與科學計算庫numpy 1.python語言基礎 2.python資料結構 列表,字典,元組 3.科學計算庫numpy基礎 4.numpy陣列操作 5.numpy矩陣基本操作 6.numpy矩陣初始化與建立 7.numpy排序與索引 ...

商城專案日結

如下 html tp link會員註冊 手機註冊 郵箱註冊 同意tp link註冊協議 立即登入 css header header container header container img register register container register container titil...

python專案開發心 python專案結構

標準的python專案結構 專案結構要注意下面的點 note a.不要過深,也不要過平。b.關於單元測試應該注意下面亮點 1.單元測試要包含在軟體的子一級目錄中,不要將單元測試放在包目錄外面。2.避免被setuptools 或者其他打包的庫 作為tests頂層模組自動安裝。3.可以被安裝,而且其他包...