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
160
python_simulate
NekoChou
June 19, 2014
Tweet
Share
Featured
See All Featured
A Tale of Four Properties
chriscoyier
156
23k
Ruby is Unlike a Banana
tanoku
97
11k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
The Cult of Friendly URLs
andyhume
78
6k
Gamification - CAS2011
davidbonilla
80
5k
The Pragmatic Product Professional
lauravandoore
31
6.3k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
16
2.1k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
The World Runs on Bad Software
bkeepers
PRO
65
11k
[RailsConf 2023] Rails as a piece of cake
palkan
52
4.9k
Transcript
+ Python final project -simulate CGU CSIE
B0129002 周鈺婷
+ Simulate 是⼀一個類似 記憶的遊戲,電腦 ⼀一開始會給⼀一個⾳音, 使⽤用者在依據所聽 的的聲⾳音點選正確 圖案,者個遊戲也 有運⽤用在⾳音樂教學
上,讓⼩小朋友更容 易記憶和認識旋律 (培養⾳音感?!)
+ 先引⼊入這⽀支python需要使⽤用到的模 組
+ 設定視窗⼤大⼩小圖案⼤大⼩小與閃爍的速度 快慢
+ ⽤用RGB來設定所此程式需要⽤用的顏⾊色
+ 設定每個顏⾊色⽅方格的反應
+ 再來就是主程式的設定,宣告變數、聲⾳音、 是窗內要顯⽰示的字(遊戲⽅方法和分數)
+ 設定滑⿏鼠按 鍵輸⼊入和鍵 盤輸⼊入
+ 判斷玩家是否點擊圖 案,若點擊正確則換 到下⼀一關,定且更換 背景⾊色
+ 圖案被點擊時所更 換的顏⾊色,還有便 還顏⾊色的速度
+ 變換背景⾊色,⼀一樣⽤用 RGB function,再 random顏⾊色
+ 結束遊戲與設定圖案被點 擊時所更換的顏⾊色
+ 執⾏行遊戲囉~
+ The end