語系:
繁體中文
English
說明(常見問題)
圖資館首頁
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Learning C# by programming games
~
Egges, Arjan.
Learning C# by programming games
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Learning C# by programming gamesby Wouter van Toll, Arjan Egges, Jeroen D. Fokker.
作者:
Van Toll, Wouter.
其他作者:
Egges, Arjan.
出版者:
Berlin, Heidelberg :Springer Berlin Heidelberg :2019.
面頁冊數:
xxvi, 512 p. :ill. (some col.), digital ;24 cm.
Contained By:
Springer eBooks
標題:
C# (Computer program language)
電子資源:
https://doi.org/10.1007/978-3-662-59252-6
ISBN:
9783662592526$q(electronic bk.)
Learning C# by programming games
Van Toll, Wouter.
Learning C# by programming games
[electronic resource] /by Wouter van Toll, Arjan Egges, Jeroen D. Fokker. - 2nd ed. - Berlin, Heidelberg :Springer Berlin Heidelberg :2019. - xxvi, 512 p. :ill. (some col.), digital ;24 cm.
1 Building Your First Game Application -- 2 What Is Programming? -- 3 Game Programming Basics -- 4 Creating a Game World -- 5 Showing what the Player is Doing -- 6 Reacting to Player Input -- 7 Basic Game Objects -- 8 Communication and Interaction Between Objects -- 9 A Limited Number of Lives -- 10 Organizing Game Objects -- 11 Finishing the Game -- 12 Dealing with Different Screen Sizes -- 13 Arrays and Collections -- 14 Game Objects in a Structure -- 15 Gameplay Programming -- 16 Finishing the Game -- 17 Better Game State Management -- 18 User Interfaces and Menus -- 19 Loading Levels from Files -- 20 Gameplay Programming -- 21 Finishing the Game -- 22 Creating the Main Game Structure -- 23 Animated Game Objects -- 24 Game Physics -- 25 Intelligent Enemies -- 26 Finishing the Game.
Developing computer games is a perfect way to learn how to program in modern programming languages. This book teaches how to program in C# through the creation of computer games - and without requiring any previous programming experience. Contrary to most programming books, van Toll, Egges, and Fokker do not organize the presentation according to programming language constructs, but instead use the structure and elements of computer games as a framework. For instance, there are chapters on dealing with player input, game objects, game worlds, game states, levels, animation, physics, and intelligence. The reader will be guided through the development of four games showing the various aspects of game development. Starting with a simple shooting game, the authors move on to puzzle games consisting of multiple levels, and conclude the book by developing a full-fledged platform game with animation, game physics, and intelligent enemies. They show a number of commonly used techniques in games, such as drawing layers of sprites, rotating, scaling and animating sprites, dealing with physics, handling interaction between game objects, and creating pleasing visual effects. At the same time, they provide a thorough introduction to C# and object-oriented programming, introducing step by step important programming concepts such as loops, methods, classes, collections, and exception handling. This second edition includes a few notable updates. First of all, the book and all example programs are now based on the library MonoGame 3.6, instead of the obsolete XNA Game Studio. Second, instead of explaining how the example programs work, the text now invites readers to write these programs themselves, with clearly marked reference points throughout the text. Third, the book now makes a clearer distinction between general (C#) programming concepts and concepts that are specific to game development. Fourth, the most important programming concepts are now summarized in convenient "Quick Reference" boxes, which replace the syntax diagrams of the first edition. Finally, the updated exercises are now grouped per chapter and can be found at the end of each chapter, allowing readers to test their knowledge more directly. The book is also designed to be used as a basis for a game-oriented programming course. Supplementary materials for organizing such a course are available on an accompanying web site, which also includes all example programs, game sprites, sounds, and the solutions to all exercises.
ISBN: 9783662592526$q(electronic bk.)
Standard No.: 10.1007/978-3-662-59252-6doiSubjects--Topical Terms:
215229
C# (Computer program language)
LC Class. No.: QA76.73.C154 / V35 2019
Dewey Class. No.: 005.133
Learning C# by programming games
LDR
:04341nmm a2200337 a 4500
001
569367
003
DE-He213
005
20191121141609.0
006
m d
007
cr nn 008maaau
008
200723s2019 gw s 0 eng d
020
$a
9783662592526$q(electronic bk.)
020
$a
9783662592519$q(paper)
024
7
$a
10.1007/978-3-662-59252-6
$2
doi
035
$a
978-3-662-59252-6
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.C154
$b
V35 2019
072
7
$a
UM
$2
bicssc
072
7
$a
COM051000
$2
bisacsh
072
7
$a
UM
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.C154
$b
V282 2019
100
1
$a
Van Toll, Wouter.
$3
855327
245
1 0
$a
Learning C# by programming games
$h
[electronic resource] /
$c
by Wouter van Toll, Arjan Egges, Jeroen D. Fokker.
250
$a
2nd ed.
260
$a
Berlin, Heidelberg :
$b
Springer Berlin Heidelberg :
$b
Imprint: Springer,
$c
2019.
300
$a
xxvi, 512 p. :
$b
ill. (some col.), digital ;
$c
24 cm.
505
0
$a
1 Building Your First Game Application -- 2 What Is Programming? -- 3 Game Programming Basics -- 4 Creating a Game World -- 5 Showing what the Player is Doing -- 6 Reacting to Player Input -- 7 Basic Game Objects -- 8 Communication and Interaction Between Objects -- 9 A Limited Number of Lives -- 10 Organizing Game Objects -- 11 Finishing the Game -- 12 Dealing with Different Screen Sizes -- 13 Arrays and Collections -- 14 Game Objects in a Structure -- 15 Gameplay Programming -- 16 Finishing the Game -- 17 Better Game State Management -- 18 User Interfaces and Menus -- 19 Loading Levels from Files -- 20 Gameplay Programming -- 21 Finishing the Game -- 22 Creating the Main Game Structure -- 23 Animated Game Objects -- 24 Game Physics -- 25 Intelligent Enemies -- 26 Finishing the Game.
520
$a
Developing computer games is a perfect way to learn how to program in modern programming languages. This book teaches how to program in C# through the creation of computer games - and without requiring any previous programming experience. Contrary to most programming books, van Toll, Egges, and Fokker do not organize the presentation according to programming language constructs, but instead use the structure and elements of computer games as a framework. For instance, there are chapters on dealing with player input, game objects, game worlds, game states, levels, animation, physics, and intelligence. The reader will be guided through the development of four games showing the various aspects of game development. Starting with a simple shooting game, the authors move on to puzzle games consisting of multiple levels, and conclude the book by developing a full-fledged platform game with animation, game physics, and intelligent enemies. They show a number of commonly used techniques in games, such as drawing layers of sprites, rotating, scaling and animating sprites, dealing with physics, handling interaction between game objects, and creating pleasing visual effects. At the same time, they provide a thorough introduction to C# and object-oriented programming, introducing step by step important programming concepts such as loops, methods, classes, collections, and exception handling. This second edition includes a few notable updates. First of all, the book and all example programs are now based on the library MonoGame 3.6, instead of the obsolete XNA Game Studio. Second, instead of explaining how the example programs work, the text now invites readers to write these programs themselves, with clearly marked reference points throughout the text. Third, the book now makes a clearer distinction between general (C#) programming concepts and concepts that are specific to game development. Fourth, the most important programming concepts are now summarized in convenient "Quick Reference" boxes, which replace the syntax diagrams of the first edition. Finally, the updated exercises are now grouped per chapter and can be found at the end of each chapter, allowing readers to test their knowledge more directly. The book is also designed to be used as a basis for a game-oriented programming course. Supplementary materials for organizing such a course are available on an accompanying web site, which also includes all example programs, game sprites, sounds, and the solutions to all exercises.
650
0
$a
C# (Computer program language)
$3
215229
650
1 4
$a
Programming Techniques.
$3
274470
650
2 4
$a
Programming Languages, Compilers, Interpreters.
$3
274102
650
2 4
$a
Personal Computing.
$3
276399
650
2 4
$a
Multimedia Information Systems.
$3
274489
700
1
$a
Egges, Arjan.
$3
384535
700
1
$a
Fokker, Jeroen D.
$3
855328
710
2
$a
SpringerLink (Online service)
$3
273601
773
0
$t
Springer eBooks
856
4 0
$u
https://doi.org/10.1007/978-3-662-59252-6
950
$a
Computer Science (Springer-11645)
筆 0 讀者評論
全部
電子館藏
館藏
1 筆 • 頁數 1 •
1
條碼號
館藏地
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
000000177428
電子館藏
1圖書
電子書
EB QA76.73.C154 V282 2019 2019
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
多媒體檔案
https://doi.org/10.1007/978-3-662-59252-6
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼
登入