Browse Results

Showing 20,851 through 20,875 of 53,657 results

GameMaker

by Michael Rohde

Get gaming faster with the official guide to GameMaker:Studio GameMaker: Studio allows you to create your own games, even withzero coding experience, and GameMaker: Studio For Dummies isa complete guide to the ins and outs of the program. Create thegame you've always wanted to play in record time and at a fractionof the cost of traditional game development methods. You'll havethe flexibility to develop 2D games for Android, iOS, desktops, andthe Web. Gain a professional perspective on this revolutionary pathto game creation and publishing.Using GameMaker: Studio may feel like play, but it's a serioustool that allows you to create, design, develop, and publish yourvery own games. With the push of a button, the program producesreal, executable code for your very own "app store"-ready 2D game,complete and ready for market. GameMaker: Studio For Dummiesprovides complete and accurate information on how to create classicgames and special effects, written in the characteristicallyeasy-to-read Dummies style. Topics include:An overview of Studio, and how to get startedThe basic tools and techniques at the core of your designAdvanced techniques for more seasoned game designersAn inside look at what the premium upgrades have to offerGameMaker: Studio makes game design 80% faster than coding fornative languages, so you can take your game from concept to marketin a matter of weeks. Why waste time and money doing it any otherway? Whether you already have great ideas or just want to dabble,GameMaker: Studio For Dummies is the guide that will takeyou straight to guru status.

GameMaker: Studio 100 Programming Challenges

by Ben Tyers

Push your GameMaker programming skills to the edge with 100 programming challenges using the popular GameMaker: Studio and GML. Each challenge includes an outline of the challenge, a scoring and time guide, useful GML code, and a working example provided in GMZ format. For more advanced programmers, each challenge comes with an additional task to complete. Think you're a good GameMaker game application developer or programmer? Think again with this awesome book! What You'll Learn Upgrade your skills with each specific game application coding challenge Create many different game events, action or scenarios Code for many different kinds of game applications or themes from space to adventure to sports to fantasy Who This Book Is For GameMaker and GameMaker: Studio users and coders.

GameMaker Cookbook

by Brandon Gardiner

Over 50 hands-on recipes to help you build exhilarating games using the robust GameMaker system About 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 level Who This Book Is For This 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 effects In Detail GameMaker: 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 approach A 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.

GameMaker Essentials

by Nathan Auckett

This book is for users experienced with game development who now want to learn how to develop games in GameMaker: Studio in a fast-paced way.

GameMaker Fundamentals: Learn GML Programming to Start Making Amazing Games

by Ben Tyers

Master the fundamental programming skills needed to create your own computer games in GameMaker. This book shows how to use GameMaker to build and publish cross-platform games. Each chapter covers a certain programming element, including layers, variables, and so on. You will also learn how to design levels in your games, draw sprites to populate your virtual worlds, and build GUIs for your menus and game interfaces. GameMaker Fundamentals also provides a thorough introduction to the GameMaker Language (GML). Practical example projects reinforce the concept discussed in each chapter. On completing this book, you will have a thorough understanding of how to create games from scratch using game design and programming principles using GameMaker and GML. What You Will LearnReview core programming features required for sound knowledge of GameMakerMaster how to combine GML to orchestrate game actionsUtilize GameMaker's layers to create exciting gamesSet up player controlWho Is This Book ForThose new to GameMaker or game programming in general; it assumes no prior knowledge or skill set.

GameMaker Game Programming with GML

by Matthew Delucas

A step-by-step approach to build your knowledge, starting from a simple "hello world" to discovering arrays, classes, and so on. Each learning point is explained in a practical way, carrying out tasks within the GameMaker development environment. If you are a GameMaker Studio developer who has little experience with writing scripts and want to expand that skill set, this is the book for you. It is assumed that you can already navigate GameMaker Studio to some degree. This book will primarily focus on scripting and the integration of scripts to aid in the production of a game and not actual game design. It is highly recommended that you have access to (or the ability to) create visual and audio assets for the examples presented.

GameMaker Programming By Example

by Steven Isaacs Brian Christian

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 games Who This Book Is For If 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: Studio In Detail This 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 approach A This step-by-step guide that follows and with details ons different topics throughout the creation of various examples.

The GameMaker Standard (Focal Press Game Design Workshops)

by David Vinciguerra Andrew Howell

This book teaches students and entry-level novices how to create games using the GameMaker engine. Readers will quickly hone their design skills with tutorials that are written so that beginners can quickly start building games while also providing lessons on how designers can 'level up' and add advanced options to their games. Readers will also have access to a website containing all the assets and resources to create their games, including sprites and animations, walk-through video tutorials of each lesson and music composed by professional musicians. Also provided are rubrics for instructors to use when grading student work or for readers learning on their own to evaluate their own work.

Gamer Army

by Trent Reedy

After Rogan Webber levels up yet again on his favorite video game, Laser Viper, the world-famous creator of the game invites him to join the five best players in the country for an exclusive tournament. <P><P>The gamers are flown to the tech mogul's headquarters, where they stay in luxury dorms and test out cutting edge virtual-reality gaming equipment, doing digital battle as powerful fighting robots. It's the ultimate gaming experience. <P><P>But as the contest continues, the missions become harder, losing gamers are eliminated, and the remaining contestants face the growing suspicion that the game may not be what it seems. Why do the soldiers and robots they fight in Laser Viper act so weird? What's behind the strange game glitches? <P><P> And why does the game feel so...real? Rogan and his gamer rivals must come together, summoning the collective power of their Gamer Army to discover the truth and make things right...in a dangerous world where video games have invaded reality.

Gamer Nation: The Rise of Modern Gaming and the Compulsion to Play Again

by Eric Geissinger

A tech-industry insider takes a critical look at the effect games are having on our short- and long-term happiness and assesses the cultural prospects of a society increasingly obsessed with gaming.The American "game economy" has become an enormous enterprise, devouring roughly one-ninth of America's entire economic output. This overview of arguably the most influential segment of the entertainment industry examines the perspectives of gaming enthusiasts, addicts, designers, arcade owners, psychologists, philosophers, and more. Weighing the positive and negative aspects of games, the author considers their effect not only upon the players but upon culture and society. What trade-offs are being made when people play games for twenty-plus hours a week? The author puts particular emphasis on Candy Crush, whose enormous popularity has left all other games far behind. Since 2013 it has been installed over a billion times and its simplicity has disrupted previous game-design assumptions, proving new games don't have to be sophisticated and graphically immersive. He also offers insights from interviews with experts on the mechanics of manipulation. Sophisticated psychological tools are used to design games that are compelling, irresistible, and possibly addicting. In a few case, obsessive game-playing has been the cause of death. Whether you enjoy games as a harmless pastime or are suspicious of their effects on the quality of your family's life, you'll want to read this wide-ranching exploration of the growing game phenomenon.

Gamer Nation: Video Games and American Culture

by John Wills

Explores how games actively influence the ways people interpret and relate to American life.In 1975, design engineer Dave Nutting completed work on a new arcade machine. A version of Taito's Western Gun, a recent Japanese arcade machine, Nutting's Gun Fight depicted a classic showdown between gunfighters. Rich in Western folklore, the game seemed perfect for the American market; players easily adapted to the new technology, becoming pistol-wielding pixel cowboys. One of the first successful early arcade titles, Gun Fight helped introduce an entire nation to video-gaming and sold more than 8,000 units.In Gamer Nation, John Wills examines how video games co-opt national landscapes, livelihoods, and legends. Arguing that video games toy with Americans' mass cultural and historical understanding, Wills show how games reprogram the American experience as a simulated reality. Blockbuster games such as Civilization, Call of Duty, and Red Dead Redemption repackage the past, refashioning history into novel and immersive digital states of America. Controversial titles such as Custer's Revenge and 08.46 recode past tragedies. Meanwhile, online worlds such as Second Life cater to a desire to inhabit alternate versions of America, while Paperboy and The Sims transform the mundane tasks of everyday suburbia into fun and addictive challenges.Working with a range of popular and influential games, from Pong, Civilization, and The Oregon Trail to Grand Theft Auto, Silent Hill, and Fortnite, Wills critically explores these gamic depictions of America. Touching on organized crime, nuclear fallout, environmental degradation, and the War on Terror, Wills uncovers a world where players casually massacre Native Americans and Cold War soldiers alike, a world where neo-colonialism, naive patriotism, disassociated violence, and racial conflict abound, and a world where the boundaries of fantasy and reality are increasingly blurred. Ultimately, Gamer Nation reveals not only how video games are a key aspect of contemporary American culture, but also how games affect how people relate to America itself.

Gamer Psychology and Behavior

by Barbaros Bostan

This book provides an introduction and overview of the increasingly important topic of gamer psychology and behavior by presenting a range of theoretic perspectives and empirical evidence casting new light on understanding gamer behavior and designing interactive gaming experiences that maximize fun. This book aims to provide a snapshot on research approaches/advances in player psychology and behavior, discuss issues, solutions, challenges, and needs for player behavior research, and report gameplay experience and lessons as well as industry case studies from both social sciences and engineering perspectives. The nine chapters in this book, which are divided into three sections: Neuro-Psychology and Gaming; Player Behavior and Gameplay; Player Psychology and Motivations, do not represent all the topics in the psychology of gaming, however, they include a variety of topics in this field: the effects of violent video games on cognitive processes, the reward systems in the human brain and the concept of 'fun', goal-directed player behavior and game choices, psychological player profiling techniques, game design requirements and player psychology, motivational gamer profiles, and many more. This book is suitable for students and professionals with different disciplinary backgrounds such as computer science, design, software engineering, psychology, interactive media, and information systems. Students will be interested in the theory of gamer psychology and its impact on game design. Professionals will be interested in the fundamentals of gamer behavior and how interactive virtual environments can improve user experience.

Gamer Theory

by Mckenzie Wark

Listen to a short interview with McKenzie WarkHost: Chris Gondek | Producer: Heron & Crane Ever get the feeling that life's a game with changing rules and no clear sides, one you are compelled to play yet cannot win? Welcome to gamespace. Gamespace is where and how we live today. It is everywhere and nowhere: the main chance, the best shot, the big leagues, the only game in town. In a world thus configured, McKenzie Wark contends, digital computer games are the emergent cultural form of the times. Where others argue obsessively over violence in games, Wark approaches them as a utopian version of the world in which we actually live. Playing against the machine on a game console, we enjoy the only truly level playing field--where we get ahead on our strengths or not at all. Gamer Theory uncovers the significance of games in the gap between the near-perfection of actual games and the highly imperfect gamespace of everyday life in the rat race of free-market society. The book depicts a world becoming an inescapable series of less and less perfect games. This world gives rise to a new persona. In place of the subject or citizen stands the gamer. As all previous such personae had their breviaries and manuals, Gamer Theory seeks to offer guidance for thinking within this new character. Neither a strategy guide nor a cheat sheet for improving one's score or skills, the book is instead a primer in thinking about a world made over as a gamespace, recast as an imperfect copy of the game.

The Gamer's Brain: How Neuroscience and UX Can Impact Video Game Design

by Celia Hodent

Making a successful video game is hard. Even games that are well-received at launch may fail to engage players in the long term due to issues with the user experience (UX) that they are delivering. That’s why makers of successful video games like Fortnite and Assassin’s Creed invest both time and money perfecting their UX strategy. These top video game creators know that a bad user experience can ruin the prospects for any game, regardless of its budget, scope, or ambition. The game UX accounts for the whole experience players have with a video game, from first hearing about it to navigating menus and progressing in the game. UX as a discipline offers guidelines to assist developers in creating the optimal experience they want to deliver, including shipping higher quality games (whether indie, triple-A or "serious" games) and meeting business goals -- all while staying true to design vision and artistic intent. At its core, UX is about understanding the gamer’s brain: understanding human capabilities and limitations to anticipate how a game will be perceived, the emotions it will elicit, how players will interact with it, and how engaging the experience will be. This book is designed to equip readers of all levels, from student to professional, with cognitive science knowledge and user experience guidelines and methodologies. These insights will help readers identify the ingredients for successful and engaging video games, empowering them to develop their own unique game recipe more efficiently, while providing a better experience for their audience. "The Gamer's Brain: How Neuroscience and UX Can Impact Video Game Design" Is written by Celia Hodent -- a UX expert with a PhD in psychology who has been working in the entertainment industry for over 10 years, including at prominent companies such as Epic Games (Fortnite), Ubisoft, and LucasArts. Major themes explored in this book: Provides an overview of how the brain learns and processes information by distilling research findings from cognitive science and psychology research in a very accessible way. Topics covered include: "neuromyths", perception, memory, attention, motivation, emotion, and learning. Includes numerous examples from released games of how scientific knowledge translates into game design, and how to use a UX framework in game development. Describes how UX can guide developers to improve the usability and the level of engagement a game provides to its target audience by using cognitive psychology knowledge, implementing human-computer interaction principles, and applying the scientific method (user research). Provides a practical definition of UX specifically applied to games, with a unique framework. Defines the most relevant pillars for good usability (ease of use) and good "engage-ability" (the ability of the game to be fun and engaging), translated into a practical checklist. Covers design thinking, game user research, game analytics, and UX strategy at both a project and studio level. This book is a practical tool that any professional game developer or student can use right away and includes the most complete overview of UX in games existing today.

The Gamer's Bucket List: The 50 Video Games to Play Before You Die

by Chris Watters

Which games are worth playing?---------- From pixelated pioneer adventures to stunning space odysseys, the boundaries of the video game world are expanding every day. Grand epics and gritty mysteries. Fierce competition and friendly cooperation. Powerful emotions and uproarious laughter. Video games are fantastically diverse and wonderfully creative, but not all games are created equal. With so many games out there on so many different consoles, computers, and devices, how do you decide which games are worth playing? Backed by years of writing about games professionally and decades spent playing them, Chris Watters lays out a list of 50 games to entertain and enlighten you. Whether you’re trying to learn more about the world of gaming or strengthening your claim to true gaming fluency, these are the games you’ll want to play, and why you’ll want to play them.

The Gamer's Guide to Getting the Girl

by Kristine Scarrow

Strategy is everything when it comes to gaming — and girls. Zach is used to living in a world of legendary battles, epic journeys, and life-or-death situations. As a gamer, he is hard-wired for adventure, even though it’s from the comfort of his parents’ couch. But nothing has prepared him for battling the biggest storm in Saskatchewan’s history while trapped in the local mall. On top of everything, Zach has finally met the girl of his dreams, but he finds himself helping everyone else stay safe while his best friend spends time with her. What Zach doesn’t realize is that love always finds its way when you’ve found the right person and are ready to risk it all to save the day.

Games and Ethics: Theoretical and Empirical Approaches to Ethical Questions in Digital Game Cultures (Digitale Kultur und Kommunikation #7)

by Maike Groen Nina Kiel Angela Tillmann André Weßel

The number of digital gamers is increasing worldwide, but public debates about digital games commonly focus on questionable game content or pro­blematic gaming behavior. This book offers a broader ethical perspective on digital game cultures, presenting theoretical and empirical work on the ethical dimensions of the development, production and distribution of digital games, as well as issues relating to responsible gaming and the pedagogical use of digital games. Questions of the communicative-cultural change in game cultures are linked with questions of media education and media ethics. With such a comprehensive approach, the volume promotes ethical discourse on digital game cultures.

Games and Learning Alliance

by Rosa Bottino Johan Jeuring Remco C. Veltkamp

This book constitutes the refereed proceedings of the 5th International Conference on Games and Learning Alliance, GALA 2016, held in Utrecht, The Netherlands, in December 2016. The 27 revised regular papers presented together with 14 poster papers were carefully reviewed and selected from 55 submissions. The papers cover topics such as games and sustainability; games for math and programming; games and health; games and soft skills; games and management; games and learning; game development and assessment; and mobile games.

Games and Learning Alliance

by João Dias Remco C. Veltkamp Pedro A. Santos

This book constitutes the refereed proceedings of the 6th International Conference on Games and Learning Alliance, GALA 2017, held in Lisbon, Portugal, in December 2017. The 16 revised regular papers presented together with 6 poster papers were carefully reviewed and selected from 45 submissions. The papers cover topics such as games in education and training; games for health and special children; augmented and virtual reality; methods and tools (for desing and development); and poster abstracts.

Games and Learning Alliance: 12th International Conference, GALA 2023, Dublin, Ireland, November 29 – December 1, 2023, Proceedings (Lecture Notes in Computer Science #14475)

by Pierpaolo Dondio Mariana Rocha Attracta Brennan Avo Schönbohm Francesca De Rosa Antti Koskinen Francesco Bellotti

This LNCS volume constitutes the proceedings of 12th International Conference, GALA 2023, in Dublin, Ireland, held during November/December 2023. The 36 full papers and 13 short papers were carefully reviewed and selected from 88 submissions. The papers contained in this book have been organized into six categories, reflecting the variety of theoretical approaches and application domains of research into serious games: 1. The Serious Games and Game Design2. User experience, User Evaluation and User Analysis in Serious Games3. Serious Games for Instruction4. Serious Games for Health, Wellbeing and Social Change5. Evaluating and Assessing Serious Games Elements6. Posters

Games and Learning Alliance: 7th International Conference, GALA 2018, Palermo, Italy, December 5–7, 2018, Proceedings (Lecture Notes in Computer Science #11385)

by Manuel Gentile Mario Allegra Heinrich Söbke

This book constitutes the refereed proceedings of the 7th International Conference on Games and Learning Alliance, GALA 2018, held in Palermo, Italy, in December 2018.The 38 revised regular papers presented together with 9 poster papers were carefully reviewed and selected from 68 submissions. The papers cover the following topics: games for skills training; game design; methods and tools; gamification and innovative game approaches.

Games and Learning Alliance

by Alessandro De Gloria

This book constitutes the refereed proceedings of the Third International Conference on Games and Learning Alliance, GALA 2014, held in Bucharest, Romania, in July 2014. The 15 revised papers presented were carefully reviewed and selected from 26 submissions. The papers presented cover a variety of aspects and knowledge fields. They are grouped into four sessions: pedagogy, technology, design, and applications.

Games and Learning Alliance

by Alessandro De Gloria Remco Veltkamp

This book constitutes the refereed proceedings of the 4th International Conference on Games and Learning Alliance, GALA 2015, held in Rome, Italy, in December 2015. The 33 revised full papers and 15 short papers presented were carefully reviewed and selected from 102 submissions. The papers presented cover a variety of aspects and knowledge fields. They are grouped around the following topics: games for health, games for mobility, pervasive gaming and urban mobility.

Games and Learning Alliance: 11th International Conference, GALA 2022, Tampere, Finland, November 30 – December 2, 2022, Proceedings (Lecture Notes in Computer Science #13647)

by Michael Kickmeier-Rust Francesco Bellotti Francesca De Rosa Kristian Kiili Koskinen Antti Muhterem Dindar

This book constitutes the refereed proceedings of the 11th International Conference on Games and Learning Alliance, GALA 2022, held in Tampere, Finland, in November/December 2022. The 27 full papers and 9 short papers were carefully reviewed and selected from 61 submissions. The papers cover a broad spectrum of topics: Serious Games and Game Design; Serious Games for Instruction; Serious Game for Digital Literacy and Numeracy; Novel Approaches and Application Domains; Taxonomies and Evaluation Frameworks.

Games and Learning Alliance: 8th International Conference, GALA 2019, Athens, Greece, November 27–29, 2019, Proceedings (Lecture Notes in Computer Science #11899)

by Antonios Liapis Georgios N. Yannakakis Manuel Gentile Manuel Ninaus

This book constitutes the refereed proceedings of the 8th International Conference on Games and Learning Alliance, GALA 2019, held in Athens, Greece, in November 2019. The 38 regular papers presented together with 19 poster papers were carefully reviewed and selected from 76 submissions. The papers cover the following topics: serious game design and pedagogical foundations; AI and technology for SG; gamification; applications and case studies; and posters.The chapter "Cyber Chronix, Participatory Research Approach to Develop and Evaluate a Storytelling Game on Personal Data Protection Rights and Privacy Risks" is available open access under a CC BY 4.0 license at link.springer.com.

Refine Search

Showing 20,851 through 20,875 of 53,657 results