Cargando…

Game Development with GameMaker Studio 2 : Make Your Own Games with GameMaker Language /

Create games from start to finish while learning game design and programming principles using the GameMaker Studio 2 game engine and GameMaker Language (GML). Game Development with GameMaker Studio 2 covers all aspects of game design and development from the initial idea to the final release, using...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Cossu, Sebastiano M.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress L.P., 2019.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_on1117630802
003 OCoLC
005 20231017213018.0
006 m o d
007 cr un|---aucuu
008 190907s2019 cau o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d GW5XE  |d YDX  |d OCLCF  |d OTZ  |d OCLCQ  |d SFB  |d UMI  |d VT2  |d OCLCQ  |d UKAHL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCA  |d OCL  |d OCLCO 
019 |a 1119143997  |a 1122791273  |a 1125807480  |a 1129365851  |a 1156328353  |a 1162796514  |a 1192334596 
020 |a 9781484250105 
020 |a 1484250109 
020 |a 9781484250112  |q (print) 
020 |a 1484250117 
020 |z 9781484250099 
020 |z 1484250095 
024 7 |a 10.1007/978-1-4842-5010-5  |2 doi 
029 1 |a AU@  |b 000066120921 
029 1 |a AU@  |b 000066126367 
035 |a (OCoLC)1117630802  |z (OCoLC)1119143997  |z (OCoLC)1122791273  |z (OCoLC)1125807480  |z (OCoLC)1129365851  |z (OCoLC)1156328353  |z (OCoLC)1162796514  |z (OCoLC)1192334596 
037 |a CL0501000075  |b Safari Books Online 
050 4 |a QA76.76.C672 
072 7 |a UMK  |2 bicssc 
072 7 |a COM012040  |2 bisacsh 
072 7 |a UMK  |2 thema 
082 0 4 |a 794.8/151  |2 23 
049 |a UAMI 
100 1 |a Cossu, Sebastiano M. 
245 1 0 |a Game Development with GameMaker Studio 2 :  |b Make Your Own Games with GameMaker Language /  |c Sebastiano M. Cossu. 
260 |a Berkeley, CA :  |b Apress L.P.,  |c 2019. 
300 |a 1 online resource (543 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
588 0 |a Print version record. 
505 0 |a Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Overview; The right tool for the job; What is GameMaker Studio 2?; About Game Design; About coding; How to use this book; Additional content; Pricing; Installing GameMaker Studio 2; Installing from YoYo's web site; Windows; Mac; Installing from Steam; Ubuntu; Chapter 2: Hello, World!; Right Sidebar; Sprites; Objects; Events; Code; Tile sets; Fonts; Rooms; Hello, GML!; Create event; Introducing variables; Left Pressed (Mouse) event; Draw; Chapter 3: Card Game (Part 1); The design 
505 8 |a A Game Design Document primerMemory GDD; Rules; Game flow; Similar games; Game modes; Target audience; Target system; Assets; spr_cardback; spr_rain; From GDD to development; Cards; Implementation; Array; An array of sprites; if-then-else; switch; Deck; Fantastic data structures and where to find them; Stack; Queue; List; Map; Priority Queue; Grids; Designing decks; Code loops; Repeat; While; Do-until; For; Making decks; Every day I'm shuffling; How do functions function?; GML functions; Shuffle cards code; Chapter 4: Card Game (Part 2); Finite-state Machines (FSMs) 
505 8 |a From State machine to codeA matter of time; Play to win!; Chapter 5: Fixed Shooter; History of the genre; Space Gala (GDD); Story and setting; Gameplay; Victory conditions; Controls; Menu; Pacing; Enemies; Game modes; Level 1; Similar games and influences; Target audience; From GDD to the game; Assets; spr_player; spr_bullet_player; spr_life; spr_enemy_red; spr_background; fnt_score; fnt_messages; rm_level_1; Making features, not objects; Movements; Shooting; Designing rm_level_1; Game states; Making HUDs; What about victory?; Menu; Chapter 6: Shoot 'Em Up!; Fixed vs. scrolling shoot 'em up! 
505 8 |a Space Gala v. 2.0 (GDD)Story and setting; Gameplay; Victory conditions; Controls; Menu; Pacing; Enemies; Game modes; Level 1; Level 2; Similar games and influences; Target audience; Assets; Sounds; Cameras and viewports; Designing color-switching; Inheritance; Color shooting; More enemies; Ain't nothing but the blues; Walkers on paths; Unidentified Flying ... Instance!; Super-attack; How to design a good shmup level; Boss fighting; Conclusion; Chapter 7: Designing Bosses; Teaching and experimenting; Motivation!; How can we use this?; Chapter 8: Single-Screen Platformer; Cherry Caves 
505 8 |a Story and settingGameplay; Victory condition; Controls; Enemies; Assets; Sprites; Fonts; Sounds; How to create a hero; Setting the boundaries; Everything that goes up comes down; Get a jump on!; Climbing the ladder; Controlling the game flow; HUD; How to die; Cherry-picking; Through cherries, to the star; Level design: The art of creating worlds; Check the jumps; Hard is good, too hard is not; Make it nice; Don't make it too easy!; Designing caves; Level 2!; Chapter 9: Scrolling Platformer; Story and setting; Gameplay; Victory condition; Items; Controls; Enemies; Attack; Miscellaneous 
500 |a Similar games 
520 |a Create games from start to finish while learning game design and programming principles using the GameMaker Studio 2 game engine and GameMaker Language (GML). Game Development with GameMaker Studio 2 covers all aspects of game design and development from the initial idea to the final release, using an award-winning game engine. You learn how to create real-world video games based on classic and legendary video game genres. Each game project introduces and explains concepts of game development and design and coding principles, allowing you to build a wide set of skills while creating an exciting portfolio to kick-start a career in game development. Author Sebastiano Cossu teaches you to design levels in your games, draw sprites to populate your virtual worlds, program game objects for interaction with the player, incorporate custom music and sound effects, build GUIs for your menus and game interfaces, and support keyboard, mouse, and gamepad controls in your projects. He shows you how to build cross-platform games to run on all desktop platforms (Windows, Linux, Mac OS) and publish them on the most popular game stores such as Steam, GOG, Humble Store, and Itch.io. What You'll Learn Create games for different genres Master GameMaker Language (GML) programming Apply game design principles Delve into game programming patterns Who This Book is For Video game enthusiasts interested in game development and design. No prior programming experience is required. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Video games  |x Programming. 
650 0 |a Video games  |x Design. 
650 6 |a Jeux vidéo  |x Programmation. 
650 6 |a Jeux vidéo  |x Conception. 
650 7 |a Video games  |x Programming  |2 fast 
650 7 |a Video games  |x Design  |2 fast 
776 0 8 |i Print version:  |a Cossu, Sebastiano M.  |t Game Development with GameMaker Studio 2 : Make Your Own Games with GameMaker Language.  |d Berkeley, CA : Apress L.P., ©2019  |z 9781484250099 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484250105/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH36971415 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5890655 
938 |a YBP Library Services  |b YANK  |n 16433569 
994 |a 92  |b IZTAP