Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
python_simulate
Search
NekoChou
June 19, 2014
1
180
python_simulate
NekoChou
June 19, 2014
Tweet
Share
Featured
See All Featured
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
GraphQLとの向き合い方2022年版
quramy
49
14k
How STYLIGHT went responsive
nonsquared
100
5.8k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Embracing the Ebb and Flow
colly
87
4.8k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
4 Signs Your Business is Dying
shpigford
184
22k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Navigating Team Friction
lara
189
15k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Transcript
+ Python final project -simulate CGU CSIE
B0129002 周鈺婷
+ Simulate 是⼀一個類似 記憶的遊戲,電腦 ⼀一開始會給⼀一個⾳音, 使⽤用者在依據所聽 的的聲⾳音點選正確 圖案,者個遊戲也 有運⽤用在⾳音樂教學
上,讓⼩小朋友更容 易記憶和認識旋律 (培養⾳音感?!)
+ 先引⼊入這⽀支python需要使⽤用到的模 組
+ 設定視窗⼤大⼩小圖案⼤大⼩小與閃爍的速度 快慢
+ ⽤用RGB來設定所此程式需要⽤用的顏⾊色
+ 設定每個顏⾊色⽅方格的反應
+ 再來就是主程式的設定,宣告變數、聲⾳音、 是窗內要顯⽰示的字(遊戲⽅方法和分數)
+ 設定滑⿏鼠按 鍵輸⼊入和鍵 盤輸⼊入
+ 判斷玩家是否點擊圖 案,若點擊正確則換 到下⼀一關,定且更換 背景⾊色
+ 圖案被點擊時所更 換的顏⾊色,還有便 還顏⾊色的速度
+ 變換背景⾊色,⼀一樣⽤用 RGB function,再 random顏⾊色
+ 結束遊戲與設定圖案被點 擊時所更換的顏⾊色
+ 執⾏行遊戲囉~
+ The end