Cargando…

GameMaker cookbook : over 50 hands-on recipes to help you build exhilarating games using the robust GameMaker system /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Gardiner, Brandon (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2015.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn935744735
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160122s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCO  |d OCLCF  |d OCLCO  |d N$T  |d OCLCO  |d IDEBK  |d VT2  |d YDXCP  |d COO  |d OCLCO  |d EBLCP  |d DEBSZ  |d DEBBG  |d OCLCQ  |d MERUC  |d OCLCQ  |d CEF  |d JBG  |d NLE  |d INT  |d OCLCQ  |d UKMGB  |d OCLCQ  |d UAB  |d UKAHL  |d OCLCQ  |d K6U  |d OCLCO  |d OCLCQ  |d OCLCA  |d QGK  |d OCLCO  |d OCLCA 
016 7 |a 018007273  |2 Uk 
019 |a 933584539  |a 933587278  |a 951064981  |a 1259145920 
020 |a 9781784397135  |q (electronic bk.) 
020 |a 178439713X  |q (electronic bk.) 
020 |a 1784399841 
020 |a 9781784399849 
020 |z 9781784399849 
024 3 |a 9781784399849 
029 1 |a AU@  |b 000057034089 
029 1 |a AU@  |b 000066230801 
029 1 |a DEBBG  |b BV043892756 
029 1 |a DEBBG  |b BV043968704 
029 1 |a DEBSZ  |b 473885050 
029 1 |a DEBSZ  |b 485792125 
029 1 |a GBVCP  |b 882751638 
029 1 |a UKMGB  |b 018007273 
035 |a (OCoLC)935744735  |z (OCoLC)933584539  |z (OCoLC)933587278  |z (OCoLC)951064981  |z (OCoLC)1259145920 
037 |a CL0500000706  |b Safari Books Online 
050 4 |a GV1469.2 
072 7 |a COM  |x 012040  |2 bisacsh 
072 7 |a GAM  |x 013000  |2 bisacsh 
082 0 4 |a 794.82  |2 23 
049 |a UAMI 
100 1 |a Gardiner, Brandon,  |e author. 
245 1 0 |a GameMaker cookbook :  |b over 50 hands-on recipes to help you build exhilarating games using the robust GameMaker system /  |c Brandon Gardiner. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource :  |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 Quick answers to common problems 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed May 3, 2016). 
500 |a Includes index. 
520 8 |a Annotation  |b Over 50 hands-on recipes to help you build exhilarating games using the robust GameMaker systemAbout This Book Design and develop game elements that can be used alone or stacked to enhance your gaming experience Explore extensions that can unlock GameMaker: Studio's true potential to create complex games A recipe-based, easy-to-follow guide to take your GameMaker skills to the next levelWho This Book Is ForThis book is intended for GameMaker: Studio enthusiasts who are looking to add more substance and improve their content. If know your way around the program and have some basic GML skills but want to take them further, then this book is for you. What You Will Learn Set up player control schemes of various types, such as touch controls and a gamepad Create your own physics sandbox Get accustomed to advanced player movement Implement music and 3D sound in your games Utilize GameMaker's GUI layers to create exciting games Generate adjustable game settings and save systems Add depth to your game with lighting and special effectsIn DetailGameMaker: Studio started off as a tool capable of creating simple games using a drag-and-drop interface. Since then, it has grown to become a powerful instrument to make release-ready games for PC, Mac, mobile devices, and even current-gen consoles. GameMaker is designed to allow its users to develop games without having to learn any of the complex programming languages such as C++ or Java. It also allows redistribution across multiple platforms. This book teaches you to harness GameMaker: Studio's full potential and take your game development to new heights. It begins by covering the basics and lays a solid foundation for advanced GameMaker concepts. Moving on, it covers topics such as controls, physics, and advanced movement, employing a strategic approach to the learning curve. The book concludes by providing insights into complex concepts such as the GUI, menus, save system, lighting, particles, and VFX. By the end of the book, you will be able to design games using GameMaker: Studio and implement the same techniques in other games you intend to design. Style and approachA problem-solving guide that teaches you the construction of game elements and mechanics to be integrated in games for rapid prototyping. Each overall topic includes several individual recipes taught through step-by-step instructions, and in-depth follow-up with examples. 
505 0 |a Cover ; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Game Plan -- Creating Basic Gameplay ; Introduction; Animating a sprite; Moving your player; Adding projectiles; Creating hazards; Programming basic enemies; Setting up player health and lives; Creating scoring mechanism; Creating win/lose scenarios; Chapter 2: It's Under Control -- Exploring Various Control Schemes ; Introduction; Creating 2D movement; Adding a Run button; Making your character jump; Using a point-and-click interface; Following the cursor. 
505 8 |a Setting up a controllerUtilizing analogue joystick acceleration; Adding tap control; Using swipes; Moving characters or objects by tilting a device; Chapter 3: Let's Move It -- Advanced Movement and Layout ; Introduction; Dragging onscreen objects; Dragging objects on a grid; Moving a character on a grid; Setting a path; Creating enemy pathfinding; Controlling a character with a mouse and keyboard; Chapter 4: Let's Get Physical -- Using GameMaker's Physics System ; Introduction; Creating objects that use physics; Alternating gravity; Applying force via magnets; Creating a moving platform. 
505 8 |a Making a ropeChapter 5: Now Hear This! -- Music and Sound Effects ; Introduction; Importing and playing background music; Implementing situational sound effects; Adding sound emitters and listeners; Adjusting the listener orientation; Replicating the Doppler effect with emitters; Chapter 6: It's All GUI! -- Creating Graphical User Interface and Menus ; Introduction; Setting up a basic HUD with code; Making your HUD scalable; Using the GUI layer in full screen mode with views; Adding a title screen; Creating splash pages; Adding a game over screen; Chapter 7: Saving the Day -- Saving Game Data. 
505 8 |a IntroductionCreating game settings; Making a pause screen; Saving player selection and score; Encrypting and decrypting save data; Chapter 8: Light 'em up! -- Enhancing Your Game with Lighting Techniques ; Introduction; Creating a room with a light switch; Lighting objects with a spot light; Changing day to night; Creating a flashlight; Making a flickering torch; Chapter 9 : Particle Man, Particle Man -- Adding Polish to Your Game with Visual Effects and Particles; Introduction; Using particles to simulate kicking up dust; Simulating rainfall; Creating an explosion; Adding screen-shake. 
505 8 |a Using slow motionChapter 10 : Hello, World -- Creating New Dimensions of Play Through Networking; Introduction; Basic networking; Online play; Connecting a client to a server; Setting up asynchronous play for a turn-based game; Index. 
504 |a Includes bibliographical references at the end of each chapters and index. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Computer games  |v Software. 
650 0 |a Video games  |v Software. 
650 0 |a Video games  |x Design. 
650 6 |a Jeux vidéo  |v Logiciels. 
650 6 |a Jeux vidéo  |x Conception. 
650 7 |a COMPUTERS  |x Programming  |x Games.  |2 bisacsh 
650 7 |a GAMES  |x Video & Electronic.  |2 bisacsh 
650 7 |a Computer games  |2 fast 
650 7 |a Computer games  |x Design  |2 fast 
650 7 |a Video games  |2 fast 
650 7 |a Video games  |x Design  |2 fast 
655 7 |a Software  |2 fast 
776 0 8 |i Print version:  |a Gardiner, Brandon.  |t GameMaker Cookbook.  |d Birmingham : Packt Publishing, ©1900 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1133562  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29877247 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4191335 
938 |a EBSCOhost  |b EBSC  |n 1133562 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33445459 
938 |a YBP Library Services  |b YANK  |n 12768937 
994 |a 92  |b IZTAP