From ec25f1e3d896c043d9d5508a57bd7f04a3e2f06b Mon Sep 17 00:00:00 2001 From: Leave6631 Date: Wed, 25 Mar 2026 12:41:02 +0800 Subject: [PATCH 1/4] update to latest version --- Proposal/112820037 | 1 + 1 file changed, 1 insertion(+) create mode 160000 Proposal/112820037 diff --git a/Proposal/112820037 b/Proposal/112820037 new file mode 160000 index 0000000..dd0f0e5 --- /dev/null +++ b/Proposal/112820037 @@ -0,0 +1 @@ +Subproject commit dd0f0e52f919310bc40030ddb9167155b87415a8 From 2de47e8148733aea1893b1554f1f344542e6d356 Mon Sep 17 00:00:00 2001 From: Leave6631 Date: Wed, 25 Mar 2026 12:48:26 +0800 Subject: [PATCH 2/4] re-add folder with files --- Proposal/112820037 | 1 - Proposal/112820037/Proposal.md | 59 ++++++++++++++++++++++++++++++++++ Proposal/112820037/README.md | 19 +++++++++++ 3 files changed, 78 insertions(+), 1 deletion(-) delete mode 160000 Proposal/112820037 create mode 100644 Proposal/112820037/Proposal.md create mode 100644 Proposal/112820037/README.md diff --git a/Proposal/112820037 b/Proposal/112820037 deleted file mode 160000 index dd0f0e5..0000000 --- a/Proposal/112820037 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dd0f0e52f919310bc40030ddb9167155b87415a8 diff --git a/Proposal/112820037/Proposal.md b/Proposal/112820037/Proposal.md new file mode 100644 index 0000000..05a1f5f --- /dev/null +++ b/Proposal/112820037/Proposal.md @@ -0,0 +1,59 @@ +# Abstract + +遊戲名稱:冰火姊弟 + +組員: + +- 112820037 葉又仁 + +# Game Introduction + +冰火姊弟是一款雙人合作解謎平台遊戲,玩家分別操作火男孩與水女孩,在充滿機關與陷阱的關卡中互相配合前進。火男孩能通過火焰與熔岩,水女孩則能穿越水池,兩人必須避開對方無法通過的元素。玩家需要利用按鈕、電梯與機關解開謎題,同時收集寶石並順利抵達出口,是一款強調合作與思考的冒險遊戲。 + +# Development timeline + +- Week 2:準備工作與素材找尋 + - [ ] 撰寫 Proposal +- Week 3:背景構建與人物素材 + - [ ] 關卡機關與背景設定 + - [ ] 讓角色可以在畫面顯示並左右移動 +- Week 4:關卡機制 + - [ ] 實作走路和跳躍動畫 + - [ ] 處理角色與機關的互動邏輯 +- Week 5:關卡機制 + - [ ] 實作按鈕,電梯,傳送門 + - [ ] 角色死亡條件 +- Week 6:關卡機制 + - [ ] 實作按鈕,電梯,傳送門 + - [ ] 角色死亡條件 +- Week 7:期中整合與初步優化 + - [ ] 整合目前的關卡流程,修正明顯錯誤 +- Week 8:期中緩衝週 + - [ ] 補強進度或構思更多關卡互動 +- Week 9:測試更多操作機制 + - [ ] 帶條件的二段跳 + - [ ] 能夠發射對應元素 +- Week 10:UI 介面與血條 + - [ ] 製作關卡篇章,機制教學,結算畫面 + - [ ] 角色血條與寶石放置 +- Week 11:機制疊加與UI 介面 + - [ ] 繼續優化UI邏輯 + - [ ] 設計更複雜的關卡 +- Week 12:關卡完善 + - [ ] 實際操作關卡邏輯,避免無法通關 + - [ ] 加入更多死亡條件 +- Week 13:音效整合與初步測試 + - [ ] 加入背景音樂與戰鬥音效,進行初步試玩 +- Week 14:Debug 與測試 + - [ ] 專心修復遊戲崩潰 or 邏輯錯誤 +- Week 15:Debug 與測試 + - [ ] 繼續修復 +- Week 16:最後檢查 + - [ ] 做各種檢查 +- Week 17:交件準備 + - [ ] 錄製示範影片、製作簡報與文件 + + +# OOP 修課證明 (if you need) + +![111590004](111590004OOP.png) \ No newline at end of file diff --git a/Proposal/112820037/README.md b/Proposal/112820037/README.md new file mode 100644 index 0000000..8b694d2 --- /dev/null +++ b/Proposal/112820037/README.md @@ -0,0 +1,19 @@ +# 2026-OOPL +Proposal Stage for OOPL2026s + +114-2 北科大資工系物件導向程式設計實習 +Proposal 提交專用 +下方是你可能需要的參考資料 + +# Reference You need + +Google Form: [分組調查](https://docs.google.com/forms/d/e/1FAIpQLSfC_NfQfCTLn0bh3f953wTIr7r9OYOeEVgRIJAC6JfmZV9iRA/viewform) +PTSD Templete: [PTSD 模板](https://github.com/ntut-open-source-club/ptsd-template) +PTSD Practice Giraffe Adventure: [長頸鹿大冒險 (練習用)](https://github.com/ntut-open-source-club/PTSD-Practice-Giraffe-Adventure) +Git Tutorial: [Git 教學](https://www.youtube.com/watch?v=hEGAkBcIlW4) + +# Reference You may need + +Game reference: [遊戲參考](https://docs.google.com/spreadsheets/d/1Ko1tI49s_-VKwEh9KpvlPY9Alq1iO9WAj_NEDI5UXyQ/edit?gid=0#gid=0) +Discord Link: [dc群組連結(7 天內有效連結)](https://discord.gg/qJSWESub) + From bddf8064bcb00825c741a17c5cf87461e411c80e Mon Sep 17 00:00:00 2001 From: Leave6631 Date: Thu, 2 Apr 2026 15:18:58 +0800 Subject: [PATCH 3/4] new proposal --- Proposal/112820037/Proposal.md | 54 ++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/Proposal/112820037/Proposal.md b/Proposal/112820037/Proposal.md index 05a1f5f..2b83a04 100644 --- a/Proposal/112820037/Proposal.md +++ b/Proposal/112820037/Proposal.md @@ -1,6 +1,6 @@ # Abstract -遊戲名稱:冰火姊弟 +遊戲名稱:Random Dice 骰子塔防 組員: @@ -8,42 +8,45 @@ # Game Introduction -冰火姊弟是一款雙人合作解謎平台遊戲,玩家分別操作火男孩與水女孩,在充滿機關與陷阱的關卡中互相配合前進。火男孩能通過火焰與熔岩,水女孩則能穿越水池,兩人必須避開對方無法通過的元素。玩家需要利用按鈕、電梯與機關解開謎題,同時收集寶石並順利抵達出口,是一款強調合作與思考的冒險遊戲。 +《Random Dice: Defense》是一款策略塔防遊戲,玩家透過隨機骰子組合與升級,抵禦一波波敵人進攻,考驗運氣與戰術搭配,並可與其他玩家合作或對戰。 # Development timeline - Week 2:準備工作與素材找尋 - [ ] 撰寫 Proposal -- Week 3:背景構建與人物素材 - - [ ] 關卡機關與背景設定 - - [ ] 讓角色可以在畫面顯示並左右移動 +- Week 3:地圖構建與骰子素材 + - [ ] 骰子棋盤的實裝 + - [ ] 一般等級骰子的素材建立 - Week 4:關卡機制 - - [ ] 實作走路和跳躍動畫 - - [ ] 處理角色與機關的互動邏輯 + - [ ] 設定一般怪物的出怪模式 + - [ ] 新增部分稀有等級骰子 - Week 5:關卡機制 - - [ ] 實作按鈕,電梯,傳送門 - - [ ] 角色死亡條件 + - [ ] 蛇王boss製作 + - [ ] 新增部分稀有等級骰子 - Week 6:關卡機制 - - [ ] 實作按鈕,電梯,傳送門 - - [ ] 角色死亡條件 + - [ ] 玩家血量條設定 + - [ ] 骰子互動邏輯完善 + - [ ] 關卡獎勵-卡片寶箱實裝 - Week 7:期中整合與初步優化 - [ ] 整合目前的關卡流程,修正明顯錯誤 + - [ ] 關卡獎勵-卡片寶箱實裝 - Week 8:期中緩衝週 - - [ ] 補強進度或構思更多關卡互動 -- Week 9:測試更多操作機制 - - [ ] 帶條件的二段跳 - - [ ] 能夠發射對應元素 -- Week 10:UI 介面與血條 - - [ ] 製作關卡篇章,機制教學,結算畫面 - - [ ] 角色血條與寶石放置 -- Week 11:機制疊加與UI 介面 - - [ ] 繼續優化UI邏輯 - - [ ] 設計更複雜的關卡 -- Week 12:關卡完善 - - [ ] 實際操作關卡邏輯,避免無法通關 - - [ ] 加入更多死亡條件 + - [ ] 補強進度 + - [ ] 計畫要實裝的英雄等級與傳說等級骰子 +- Week 9:關卡機制 + - [ ] 實裝地圖造型 + - [ ] 實裝部分英雄骰子 +- Week 10:關卡機制 + - [ ] 實裝部分英雄骰子 + - [ ] 沉默王boss製作 +- Week 11:關卡機制 + - [ ] 沉默王boss製作 + - [ ] 實裝部分傳說骰子 +- Week 12:骰子庫擴充 + - [ ] 實裝更多骰子 + - [ ] 骰子bug修復 - Week 13:音效整合與初步測試 - - [ ] 加入背景音樂與戰鬥音效,進行初步試玩 + - [ ] 加入背景音樂與戰鬥音效,進行試玩 - Week 14:Debug 與測試 - [ ] 專心修復遊戲崩潰 or 邏輯錯誤 - Week 15:Debug 與測試 @@ -56,4 +59,3 @@ # OOP 修課證明 (if you need) -![111590004](111590004OOP.png) \ No newline at end of file From b279592684bc7bf19b7c31d1c2284e6c9d8250d2 Mon Sep 17 00:00:00 2001 From: Leave6631 Date: Thu, 16 Apr 2026 14:28:56 +0800 Subject: [PATCH 4/4] proposal change --- Proposal/112820037/README.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Proposal/112820037/README.md diff --git a/Proposal/112820037/README.md b/Proposal/112820037/README.md deleted file mode 100644 index 8b694d2..0000000 --- a/Proposal/112820037/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# 2026-OOPL -Proposal Stage for OOPL2026s - -114-2 北科大資工系物件導向程式設計實習 -Proposal 提交專用 -下方是你可能需要的參考資料 - -# Reference You need - -Google Form: [分組調查](https://docs.google.com/forms/d/e/1FAIpQLSfC_NfQfCTLn0bh3f953wTIr7r9OYOeEVgRIJAC6JfmZV9iRA/viewform) -PTSD Templete: [PTSD 模板](https://github.com/ntut-open-source-club/ptsd-template) -PTSD Practice Giraffe Adventure: [長頸鹿大冒險 (練習用)](https://github.com/ntut-open-source-club/PTSD-Practice-Giraffe-Adventure) -Git Tutorial: [Git 教學](https://www.youtube.com/watch?v=hEGAkBcIlW4) - -# Reference You may need - -Game reference: [遊戲參考](https://docs.google.com/spreadsheets/d/1Ko1tI49s_-VKwEh9KpvlPY9Alq1iO9WAj_NEDI5UXyQ/edit?gid=0#gid=0) -Discord Link: [dc群組連結(7 天內有效連結)](https://discord.gg/qJSWESub) -