|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBSCO_ocn935256966 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
160119s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d OCLCF
|d N$T
|d TEFOD
|d IDEBK
|d VT2
|d YDXCP
|d COO
|d EBLCP
|d DEBBG
|d IDB
|d OCLCQ
|d MERUC
|d OCLCQ
|d CEF
|d JBG
|d NLE
|d UKMGB
|d OCLCQ
|d UAB
|d AU@
|d UKAHL
|d OCLCQ
|d AJS
|d INARC
|d OCLCO
|d OCLCQ
|d OCL
|
016 |
7 |
|
|a 018010645
|2 Uk
|
019 |
|
|
|a 933587014
|a 933713803
|a 951974690
|a 1259213001
|
020 |
|
|
|a 9781785888472
|q (electronic bk.)
|
020 |
|
|
|a 1785888471
|q (electronic bk.)
|
020 |
|
|
|a 1785887963
|
020 |
|
|
|a 9781785887963
|
020 |
|
|
|z 9781785887963
|
024 |
3 |
|
|a 9781785887963
|
029 |
1 |
|
|a CHNEW
|b 000884580
|
029 |
1 |
|
|a CHVBK
|b 374432805
|
029 |
1 |
|
|a DEBBG
|b BV043893506
|
029 |
1 |
|
|a DEBBG
|b BV043968660
|
029 |
1 |
|
|a DEBSZ
|b 485791676
|
029 |
1 |
|
|a GBVCP
|b 882751298
|
029 |
1 |
|
|a UKMGB
|b 018010645
|
035 |
|
|
|a (OCoLC)935256966
|z (OCoLC)933587014
|z (OCoLC)933713803
|z (OCoLC)951974690
|z (OCoLC)1259213001
|
037 |
|
|
|a CL0500000703
|b Safari Books Online
|
037 |
|
|
|a 270EE072-119E-49B7-AD74-44E15226EE9F
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.76.C672
|
072 |
|
7 |
|a GAM
|x 001000
|2 bisacsh
|
082 |
0 |
4 |
|a 794.8/1536
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Christian, Brian,
|e author.
|
245 |
1 |
0 |
|a GameMaker programming by example :
|b master the development of 2D games by learning to use the powerful GameMaker language and tools provided by the GameMaker: Studio workspace and engine! /
|c Brian Christian, Steven Isaacs.
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover page (Safari, viewed January 18, 2016).
|
500 |
|
|
|a Includes index.
|
520 |
8 |
|
|a Annotation
|b Master the development of 2D games by learning to use the powerful GameMaker Language and tools provided by the GameMaker: Studio workspace and engine!About This Book Rapidly develop games using the powerful yet easy easy-to to-use GameMaker: Studio engine Comprehensive: This is a comprehensive guide to help you learn and implement GameMaker's features. Go through step-by-step tutorials to design and develop unique gamesWho This Book Is ForIf you have at least some basic programming experience of JavaScript or any other C-like languages, then this book will be great for you. No experience beyond that is assumed. If you have no game development experience and are looking for a hobby, are an experienced game developer looking to master some advanced features, or fit anywhere in that spectrum, then you will find GameMaker: Studio and this book to be very useful in helping you create exciting games. What You Will Learn Understand the GameMaker: Studio interface and tools to quickly create the various assets used in your games Translate some of the GameMaker: Studio drag and drop functions to the GameMaker language Create games with random elements for exciting gameplay Use the basic GameMaker file I/O and encryption systems Utilize the GameMaker networking functions to create multiplayer games Give AI routines to your enemies to make challenging gameplay Create particle systems to give your game exciting graphics Understand the various debugging techniques available in GameMaker: StudioIn DetailThis book is excellent resource for developers with any level of experience of GameMaker. At the start, we'll provide an overview of the basic use of GameMaker: Studio, and show you how to set up a basic game where you handle input and collisions in a top-down perspective game. We continue on to showcase its more advanced features via six different example projects. The first example game demonstrates platforming with file I/O, followed by animation, views, and multiplayer networking. The next game illustrates AI and particle systems, while the final one will get you started with the built-in Box2D physics engine. By the end of this book, you have mastered lots of powerful techniques that can be utilized in various 2D games. Style and approachA This step-by-step guide that follows and with details ons different topics throughout the creation of various examples.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction to GameMaker: Studio; Chapter 2: Your First Game -- Escape the Dungeon; Chapter 3: Introducing the GameMaker Language; Chapter 4: Fun with Infinity and Gravity -- An Endless Platformer; Chapter 5: Saving and Loading Data; Chapter 6: A Multiplayer Sidescrolling Platformer; Chapter 7: Programming a Scrolling Shooter; Chapter 8: Introducing the GameMaker: Studio Physics Engine; Chapter 9: Wrapping Up; Index; Choosing your version.
|
505 |
8 |
|
|a The GameMaker: Studio interfaceAn example project; Summary; Creating your Escape the Dungeon game; Summary; Remaking Escape the Dungeon in the GML; Summary; Creating an endless platformer; Summary; Putting in a scoring system; Customizable controls; Summary; Sprite animation; Making your scrolling platformer scroll; Client/server multiplayer networking; Integrating Xbox gamepad support; Summary; Creating the main ship; Creating the enemies; Programming a Boss AI; Particles; Summary; A physics game; The physics engine in a regular game; Summary; Debugging; Helpful information on GameMaker.
|
505 |
8 |
|
|a Death and enemiesRandom spawning; Menus and textboxes; Review questions; Quick drills; Saving and loading a highscore; Saving control configurations; Review questions; Quick drills; Spritesheet importing; Programming the movement; Networking terminology; Printing the server's IP address and port on a screen; Creating the actual server; The client in your client/server system; Legacy gamepad support; Modern gamepad support; Review questions; Quick drills; Parenting in objects; Random enemy spawning; Review questions; Quick drills; Review questions; Quick drills; Compile-time errors.
|
505 |
8 |
|
|a Runtime errorsThe GameMaker: Studio debugger; Debugging functions; Quirks of the GameMaker Language; Unexplained resources; Export modules; Review questions; Quick drills; The sprite; The object; Making your enemies move; Damaging the player; Making the player shoot; Making the enemies shoot; Backgrounds; Sounds; Understanding the four events; Starting to code your player object; Random seeds; Displaying health and lives; Invincibility; 2D arrays; Menus; Textboxes; INI file encryption; Our Asynchronous Networking event.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Computer games
|x Programming.
|
650 |
|
6 |
|a Jeux d'ordinateur
|x Programmation.
|
650 |
|
7 |
|a GAMES
|x Board.
|2 bisacsh
|
650 |
|
7 |
|a Video games
|x Programming.
|2 fast
|0 (OCoLC)fst00872114
|
776 |
0 |
8 |
|i Print version:
|a Christian, Brian.
|t GameMaker Programming By Example.
|d Birmingham : Packt Publishing, ©2015
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134499
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29879507
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4520755
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1134499
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis33469380
|
938 |
|
|
|a Internet Archive
|b INAR
|n gamemakerprogram0000chri
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12772131
|
994 |
|
|
|a 92
|b IZTAP
|