語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Python, PyGame, and Raspberry Pi gam...
~
Kelly, Sloan.
FindBook
Google Book
Amazon
博客來
Python, PyGame, and Raspberry Pi game development
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Python, PyGame, and Raspberry Pi game development/ by Sloan Kelly.
作者:
Kelly, Sloan.
出版者:
Berkeley, CA :Apress : : 2019.,
面頁冊數:
xxv, 389 p. :ill., digital ;24 cm.
內容註:
Chapter 1: What Is a Programming Language? -- Chapter 2: What Is Python? -- Chapter 3: Introducing Python -- Chapter 4: Breaking Free from the Interpreter -- Chapter 5: Making Decisions -- Chapter 6: Making the Raspberry Pi Repeat Itself -- Chapter 7: Container Data Types -- Chapter 8: Introduction to IDLE running on the Pixel Desktop -- Chapter 9: Basic Introduction to PyGame -- Chapter 10: Designing Your Game -- Chapter 11: Game Project: Bricks -- Chapter 12: User-Defined Functions -- Chapter 13: File Input and Output -- Chapter 14: Introducing Object-Oriented Programming -- Chapter 15: Inheritance, Composition, and Aggregation -- Chapter 16: Game Project: Snake -- Chapter 17: Model View Controller -- Chapter 18: Sound -- Chapter 19: Finite State Machines -- Chapter 20: Invaders -- Chapter 21: Simple Electronics with the GPIOs -- Chapter 22: Copycat Game -- Chapter 23: Couch Multi-Player Quiz Game -- Chapter 24: Conclusion.
Contained By:
Springer eBooks
標題:
Python (Computer program language) -
電子資源:
https://doi.org/10.1007/978-1-4842-4533-0
ISBN:
9781484245330
Python, PyGame, and Raspberry Pi game development
Kelly, Sloan.
Python, PyGame, and Raspberry Pi game development
[electronic resource] /by Sloan Kelly. - 2nd ed. - Berkeley, CA :Apress :2019. - xxv, 389 p. :ill., digital ;24 cm.
Chapter 1: What Is a Programming Language? -- Chapter 2: What Is Python? -- Chapter 3: Introducing Python -- Chapter 4: Breaking Free from the Interpreter -- Chapter 5: Making Decisions -- Chapter 6: Making the Raspberry Pi Repeat Itself -- Chapter 7: Container Data Types -- Chapter 8: Introduction to IDLE running on the Pixel Desktop -- Chapter 9: Basic Introduction to PyGame -- Chapter 10: Designing Your Game -- Chapter 11: Game Project: Bricks -- Chapter 12: User-Defined Functions -- Chapter 13: File Input and Output -- Chapter 14: Introducing Object-Oriented Programming -- Chapter 15: Inheritance, Composition, and Aggregation -- Chapter 16: Game Project: Snake -- Chapter 17: Model View Controller -- Chapter 18: Sound -- Chapter 19: Finite State Machines -- Chapter 20: Invaders -- Chapter 21: Simple Electronics with the GPIOs -- Chapter 22: Copycat Game -- Chapter 23: Couch Multi-Player Quiz Game -- Chapter 24: Conclusion.
Expand your basic knowledge of Python and use PyGame to create fast-paced video games with great graphics and sounds. This second edition shows how you can integrate electronic components with your games using the build-in general purpose input/output (GPIO) pins and some Python code to create two new games. You'll learn about object-oriented programming (OOP) as well as design patterns, such as model-view-controller (MVC) and finite-state machines (FSMs) Whether using Windows, macOS, Linux, or a Raspberry Pi, you can unleash the power of Python and PyGame to create great looking games. The book also includes complete code listings and explanations for "Bricks," "Snake," and "Invaders"--three fully working games. These allow you to get started in making your own great games and then modify them or build your own exciting titles. The concepts are further explained using games such as "Copycat," where the player must concentrate and repeat the sequence of lights, and "Couch Quiz," in which PyGame and electronic components create a quiz game for 4 players.
ISBN: 9781484245330
Standard No.: 10.1007/978-1-4842-4533-0doiSubjects--Topical Terms:
729789
Python (Computer program language)
LC Class. No.: QA76.73.P98 / K45 2019
Dewey Class. No.: 005.133
Python, PyGame, and Raspberry Pi game development
LDR
:03017nmm a2200337 a 4500
001
2191715
003
DE-He213
005
20191107145619.0
006
m d
007
cr nn 008maaau
008
200504s2019 cau s 0 eng d
020
$a
9781484245330
$q
(electronic bk.)
020
$a
9781484245323
$q
(paper)
024
7
$a
10.1007/978-1-4842-4533-0
$2
doi
035
$a
978-1-4842-4533-0
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.P98
$b
K45 2019
072
7
$a
UMK
$2
bicssc
072
7
$a
COM012040
$2
bisacsh
072
7
$a
UMK
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.P98
$b
K29 2019
100
1
$a
Kelly, Sloan.
$3
3206271
245
1 0
$a
Python, PyGame, and Raspberry Pi game development
$h
[electronic resource] /
$c
by Sloan Kelly.
250
$a
2nd ed.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2019.
300
$a
xxv, 389 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Chapter 1: What Is a Programming Language? -- Chapter 2: What Is Python? -- Chapter 3: Introducing Python -- Chapter 4: Breaking Free from the Interpreter -- Chapter 5: Making Decisions -- Chapter 6: Making the Raspberry Pi Repeat Itself -- Chapter 7: Container Data Types -- Chapter 8: Introduction to IDLE running on the Pixel Desktop -- Chapter 9: Basic Introduction to PyGame -- Chapter 10: Designing Your Game -- Chapter 11: Game Project: Bricks -- Chapter 12: User-Defined Functions -- Chapter 13: File Input and Output -- Chapter 14: Introducing Object-Oriented Programming -- Chapter 15: Inheritance, Composition, and Aggregation -- Chapter 16: Game Project: Snake -- Chapter 17: Model View Controller -- Chapter 18: Sound -- Chapter 19: Finite State Machines -- Chapter 20: Invaders -- Chapter 21: Simple Electronics with the GPIOs -- Chapter 22: Copycat Game -- Chapter 23: Couch Multi-Player Quiz Game -- Chapter 24: Conclusion.
520
$a
Expand your basic knowledge of Python and use PyGame to create fast-paced video games with great graphics and sounds. This second edition shows how you can integrate electronic components with your games using the build-in general purpose input/output (GPIO) pins and some Python code to create two new games. You'll learn about object-oriented programming (OOP) as well as design patterns, such as model-view-controller (MVC) and finite-state machines (FSMs) Whether using Windows, macOS, Linux, or a Raspberry Pi, you can unleash the power of Python and PyGame to create great looking games. The book also includes complete code listings and explanations for "Bricks," "Snake," and "Invaders"--three fully working games. These allow you to get started in making your own great games and then modify them or build your own exciting titles. The concepts are further explained using games such as "Copycat," where the player must concentrate and repeat the sequence of lights, and "Couch Quiz," in which PyGame and electronic components create a quiz game for 4 players.
650
0
$a
Python (Computer program language)
$3
729789
650
0
$a
Raspberry Pi (Computer)
$3
2068775
650
0
$a
Electronic games
$x
Programming.
$3
2145961
650
1 4
$a
Game Development.
$3
3166400
650
2 4
$a
Python.
$3
3201289
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer eBooks
856
4 0
$u
https://doi.org/10.1007/978-1-4842-4533-0
950
$a
Professional and Applied Computing (Springer-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9374359
電子資源
11.線上閱覽_V
電子書
EB QA76.73.P98 K45 2019
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入