![]() |
![]() |
Your cart is empty |
||
Books > Computing & IT > Computer software packages > Computer games
Today, a sense of nostalgia and the irresistible urge to play have combined to make arcade memorabilia and antique arcade games one of the hottest collectible fields of our time. This book is filled with 447 color photos of the greatest games ever to hit the arcade scene-the earliest arcades' strength testers and fortune tellers, perennial favorites like baseball games and SKEE-BALL, wild pinball games from the middle of the century, and modern electronic video game like PAC MAN and Q*BERT. While American manufacturers have maintained a solid grip on the market, some interesting offerings are included from foreign manufacturers. Also included are a section on novelty products, a detailed discussion of the development of different game trends, a history of significant manufacturers and designers, and a thorough price guide. Kurtz shares tips on how to begin moving in the arcade trading circuit, how to locate your favorite games, and how to maintain and repair your collection. Beginning collectors and long-time fans alike will find Kurtz's information helpful. With its foreword by Sha-Na-Na's Screamin' Scott Simon this book is a must-read for anyone interested in the games of yesteryear-and of today!
In Building Interactive Worlds in 3D readers will find turnkey
tutorials that detail all the steps required to build simulations
and interactions, utilize virtual cameras, virtual actors (with
self-determined behaviors), and real-time physics including
gravity, collision, and topography. With the free software demos
included, 3D artists and developers can learn to build a fully
functioning prototype. The book is dynamic enough to give both
those with a programming background as well as those who are just
getting their feet wet challenging and engaging tutorials in
virtual set design, using Virtools. Other software discussed is:
Lightwave, and Maya. The book is constructed so that, depending on
your project and design needs, you can read the text or interviews
independently and/or use the book as reference for individual
tutorials on a project-by-project basis. Each tutorial is followed
by a short interview with a 3D graphics professional in order to
provide insight and additional advice on particular interactive 3D
techniques-from user, designer, artist, and producer perspectives.
The heart of any system that simulates the physical interaction
between objects is collision detection-the ability to detect when
two objects have come into contact. This system is also one of the
most difficult aspects of a physical simulation to implement
correctly, and invariably it is the main consumer of CPU cycles.
Practitioners, new to the field or otherwise, quickly discover that
the attempt to build a fast, accurate, and robust collision
detection system takes them down a long path fraught with perils
and pitfalls unlike most they have ever encountered. Without
in-depth knowledge and understanding of the issues associated with
engineering a collision detection system, the end of that path is
an abyss that has swallowed many a good programmer!
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.
Written as a collection of notes in Damon Baird's journal, 'The Survivor's Log' will expand on declassified testimony and other facets of the game and serve as an in-universe artefact within the timeline of the series. This firsthand account will chronicle the soldier's experience in a riveting and beautifully illustrated oral history-the events he witnessed and the deterioration of COG society, his decision to take his unit rogue, and stories from the other embers of his cohort.
Physics is really important to game programmers who need to know how to add physical realism to their games. They need to take into account the laws of physics when creating a simulation or game engine, particularly in 3D computer graphics, for the purpose of making the effects appear more real to the observer or player.The game engine needs to recognize the physical properties of objects that artists create, and combine them with realistic motion. The physics ENGINE is a computer program that you work into your game that simulates Newtonian physics and predict effects under different conditions. In video games, the physics engine uses real-time physics to improve realism. This is the only book in its category to take readers through the process of building a complete game-ready physics engine from scratch. The Cyclone game engine featured in the book was written specifically for this book and has been utilized in iPhone application development and Adobe Flash projects. There is a good deal of master-class level information available, but almost nothing in any format that teaches the basics in a practical way. The second edition includes NEW and/or revised material on collision detection, 2D physics, casual game physics for Flash games, more references, a glossary, and end-of-chapter exercises. The companion website will include the full source code of the Cyclone physics engine, along with example applications that show the physics system in operation.
In just 24 lessons of one hour or less, Coding with Roblox Lua in 24 Hours: The Official Roblox Guide helps you learn all the skills and techniques you'll need to code your own Roblox experiences. Perfect for beginners, each short and easy lesson builds upon everything that's come before, helping you quickly master the essentials of Lua programming. Step-by-step instructions walk you through common questions, issues, and tasks; Q&As, Quizzes, and Exercises build and test your knowledge; "Did You Know?" tips offer insider advice and shortcuts; and "Watch Out!" alerts help you avoid pitfalls. Learn how to... * Code with properties, variables, functions, if/then statements, and loops * Organize information using arrays and dictionaries * Work with events to make things move, explode, count down, and do whatever you can imagine * Keep your code manageable with abstractions and object-oriented programming * Store data permanently to create leaderboards, inventories, and custom currency * Use raycasting to allow visitors to place their own objects, such as furniture and props, within your world
- The first book dedicated to exploring key video games from the 1970s to present day. - Provides a highly accessible overview of the history of video games from PONG, Pac-Man and Tetris to Minecraft, Animal Crossing and Assassin's Creed. - The selection covers a range of historical periods and platforms, genres, commercial impact, artistic choices, contexts of play, typical and atypical representations, uses of games for specific purposes, uses of materials or techniques, specific subcultures, repurposing, transgressive aesthetics, interfaces, moral or ethical impacts, and more.
Everyone should learn to code. Much like drawing and sketching, playing an instrument, cooking, or taking pictures and shooting videos, coding is a creative endeavor, which means it's a way to actually create stuff, and creating stuff is incredibly rewarding and satisfying. Sure, it's fun to spend hours on your phone looking at what other people have created; but that's nothing compared to the joy and satisfaction of creating things that other people consume and use. Yep, coding is fun! And if that weren't enough, when you learn to code you develop all sorts of invaluable skills and traits beyond just coding. These include planning, problem solving, communication, logic, empathy, attention to detail, patience, resilience, persistence, and creativity. And it turns out that these skills (especially creativity and creative problem solving) are some of the most in-demand out there. So, coding will help your future career, too, regardless of what that career may be. But, where to start? Captain Code is a welcoming, engaging, and fun introduction to becoming a coder, designed for the young (ages 10-17) and young-at-heart. Experienced educators and coders Ben & Shmuel Forta will guide you using Python, one of the most popular programming languages in the world. You'll learn by creating games, yes, games, from simple projects to retro text-based adventures to complete graphical arcade style games.
Volume 2 of SNES Omnibus is a fun and informative look at ALL the original Super Nintendo games released in the US starting with the letters N-Z. More than 375 games are featured, including such iconic titles as Star Fox, Super Mario Kart, Super Mario World, Super Metroid, Tetris Attack, and Zombies Ate My Neighbors. Each game, whether obscure or mainstream, is covered in exhaustive detail. In addition to thorough gameplay descriptions, the book includes reviews, fun facts, historical data, quotes from vintage magazines, and, best of all, nostalgic stories about many of the games from programmers, authors, convention exhibitors, video game store owners, YouTube celebs, and other industry insiders. The book also features more than 2,000 full-color images, including box art, cartridges, screenshots, and vintage ads. Plus, there's a gorgeous centerfold starring your favorite SNES characters.
Today a multinational video game developer, Sega was the first to break Nintendo's grip on the gaming industry, expanding from primarily an arcade game company to become the dominant game console manufacturer in North America. A major part of that success came from the hard work and innovation of its subsidiary, Sega of America, who in a little more than a decade wrested the majority market share from Nintendo and revolutionized how games were made. Drawing on interviews with nearly 100 Sega alumni, this book traces the company's development, revealing previously undocumented areas of game-making history, including Sega's relationship with Tonka, the creation of its internal studios, and major breakthroughs like the Sega Channel and HEAT Network. More than 40 of the company's most influential games are explored in detail.
Every month, hundreds of millions of people around the world are spending billions of hours on Roblox--and Roblox's fast-growing community of developers has already earned hundreds of millions of dollars from their creations. For every burgeoning game developer who is looking to take their Roblox skills to the next level fast, look no further than Roblox Game Development in 24 Hours: The Official Roblox Guide. In just 24 lessons of one hour or less, you will deepen your understanding of virtually every facet of Roblox game development. Each short and easy lesson builds upon everything that has come before, helping you take full advantage of this remarkable platform. Step-by-step instructions walk you through common questions, issues, and tasks; Q&As, Quizzes, and Exercises build and test your knowledge; "Try It Yourself" exercises encourage independent practice. By the time you're finished, you'll be a true Roblox game development expert. Learn how to... * Build immersive natural environments using built-in terrain and lighting tools * Model and import assets, models, weapons, and textures * Code game mechanics, animations, and camera movement * Design GUIs for store fronts, player HUDs, and interactive elements * Teleport players between multiple game places * Publish your game to multiple platforms with cross-platform play * Attract players, monetize your game, and earn real cash
More than just a simple journey through the history of Pokemon, Daniel Dockery offers an in-depth look at the franchise's many branches of impact and influence. With dozens of firsthand interviews, Monster Kids covers its beginnings as a Japanese video game created to recapture one man's love of bug-collecting as a child before diving into the decisions and conditions that would ultimately lead to that game's global domination. With its continued growth as television shows, spin-off video games, blockbuster movies, trading cards, and toys, Pokemon is a unique and special brand that manages to continue to capture the attention and adoration of its eager fanbase 25 years after its initial release. Whether it was new animated shows like Digimon, Cardcaptors, and Yu-Gi-Oh!; the rise of monster-catching video games and trading card games; and more, Pikachu, the king of pop culture in the '90s, opened the doors in America to those hoping to capture some of Pokemon's dedicated fans. In Monster Kids, Dockery combines the personal stories of the people who helped bring Pokemon to the global stage with affection and humor, making this book the ultimate look at the rise of the franchise in Japan and then North America, but also the generation of kids whose passion for "catching them all" created a unique cultural phenomenon that continues to make a profound impact today.
For the first time in print, step into the fantasy world of The Elder Scrolls Online. Tales of Tamriel - Vol. II: The Lore takes readers on adventure throughout the war-torn landscapes and battlefields of Tamriel, featuring a horde of in-game texts and exclusive artwork. Lavishly bound and produced, this series of books is the definitive guide to lore from the Elder Scrolls Online.
The Game Design Deep Dive series examines specific game systems or mechanics over the course of the history of the industry. This book examines the history of jumping - one of the oldest mechanics in the industry - and how it has evolved and changed over the years. The author looks at the transition from 2D to 3D and multiple elements that make jumping more complicated than it looks from a design perspective. Key Selling Points: The first in a series of books that focus entirely on a singular game design system or mechanic, in this case: jumping. A perfect read for anyone interested in understanding game design, or just curious from a historical standpoint. A must read for anyone interested in building their own platformer or just interested in the history of the game industry's most famous game mechanic. This book is a perfect companion for someone building their first game or as part of a game design classroom. Includes real game examples to highlight the discussed topics and mechanics. Joshua Bycer is a Game Design Critic with more than seven years of experience critically analyzing game design and the industry itself. In that time, through Game-Wisdom, he has interviewed hundreds of game developers and members of the industry about what it means to design video games. He also strives to raise awareness about the importance of studying game design by giving lectures and presentations; his first book was titled 20 Essential Games to Study.
Start your video game development journey by learning how to build a 2D game engine from scratch. Using Java (with NetBeans as your IDE and using Java's graphics framework) or by following along in C# (with Visual Studio as your IDE and using the MonoGame framework), you'll cover the design and implementation of a 2D game engine in detail. Each class will be reviewed with demonstration code. You'll gain experience using the engine by building a game from the ground up. Introduction to Video Game Engine Development reviews the design and implementation of a 2D game engine in three parts. Part 1 covers the low-level API class by class. You'll see how to abstract lower-level functionality and design a set of classes that interact seamlessly with each other. You'll learn how to draw objects, play sounds, render text, and more. In Part 2, you'll review the mid-level API that is responsible for drawing the game, loading resources, and managing user input. Lastly, in Part 3, you'll build a game from the ground up following a step-by-step process using the 2D game engine you just reviewed. On completing this book, you'll have a solid foundation in video game engine design and implementation. You'll also get exposure to building games from scratch, creating the solid foundation you'll need to work with more advanced game engines, and industry tools, that require learning complex software, APIs, and IDEs. What You Will Learn Gain experience with lower-level game engine APIs and abstracting framework functionality Write application-level APIs: launching the game, loading resources, settings, processing input, and more Discover cross-platform APIs in the game engine projects written in both Java and C#/MonoGame Develop games with an SDK-based game engine and simplified tool chain focused on direct control of the game through code Master creating games by using the game engine to build a game from the ground up with only code and an IDE Who This Book Is For Those of you out there with some programming experience, moderate to advanced, who want to learn how to write video games using modern game engine designs.
In the age of digital media, superheroes are no longer confined to comic books and graphic novels. Their stories are now featured in films, video games, digital comics, television programs, and more. In a single year alone, films featuring Batman, Spider-Man, and the Avengers have appeared on the big screen. Popular media no longer exists in isolation, but converges into complex multidimensional entities. As a result, traditional ideas about the relationship between varying media have come under striking revision. Although this convergence is apparent in many genres, perhaps nowhere is it more persistent, more creative, or more varied than in the superhero genre. Superhero Synergies: Comic Book Characters Go Digital explores this developing relationship between superheroes and various forms of media, examining how the superhero genre, which was once limited primarily to a single medium, has been developed into so many more. Essays in this volume engage with several of the most iconic heroes including Batman, Hulk, and Iron Man through a variety of academic disciplines such as industry studies, gender studies, and aesthetic analysis to develop an expansive view of the genre s potency. The contributors to this volume engage cinema, comics, video games, and even live stage shows to instill readers with new ways of looking at, thinking about, and experiencing some of contemporary media s most popular texts. This unique approach to the examination of digital media and superhero studies provides new and valuable readings of well-known texts and practices. Intended for both academics and fans of the superhero genre, this anthology introduces the innovative and growing synergy between traditional comic books and digital media."
This book provides insights into the state of the art of digital cultural heritage using computer graphics, image processing, computer vision, visualization and reconstruction, virtual and augmented reality and serious games. It aims at covering the emergent approaches for digitization and preservation of Cultural Heritage, both in its tangible and intangible facets. Advancements in Digital Cultural Heritage research have been abundant in recent years covering a wide assortment of topics, ranging from visual data acquisition, pre-processing, classification, analysis and synthesis, 3D modelling and reconstruction, semantics and symbolic representation, metadata description, repository and archiving, to new forms of interactive and personalized presentation, visualization and immersive experience provision via advanced computer graphics, interactive virtual and augmented environments, serious games and digital storytelling. Different aspects pertaining to visual computing with regard to tangible (books, images, paintings, manuscripts, uniforms, maps, artefacts, archaeological sites, monuments) and intangible (e.g. dance and performing arts, folklore, theatrical performances) cultural heritage preservation, documentation, protection and promotion are covered, including rendering and procedural modelling of cultural heritage assets, keyword spotting in old documents, drone mapping and airborne photogrammetry, underwater recording and reconstruction, gamification, visitor engagement, animated storytelling, analysis of choreographic patterns, and many more. The book brings together and targets researchers from the domains of computing, engineering, archaeology and the arts, and aims at underscoring the potential for cross-fertilization and collaboration among these communities.
Do you have creative ideas that you wish you could transform into code? Do you want to boost your problem solving and logic skills? Do you want to enhance your career by adopting an algorithmic mindset? In our increasingly digital world, coding is an essential skill. Communicating an algorithm to a machine to perform a set of tasks is vital. Beginner's Guide to Code Algorithms: Experiments to Enhance Productivity and Solve Problems written by Deepankar Maitra teaches you how to think like a programmer. The author unravels the secret behind writing code - building a good algorithm. Algorithmic thinking leads to asking the right question and enables a shift from issue resolution to value creation. Having this mindset will make you more marketable to employers. This book takes you on a problem-solving journey to expand your mind and increase your willingness to experiment with code. You will: Learn the art of building an algorithm through hands-on exercises Understand how to develop code for inspiring productivity concepts Build a mentality of developing algorithms to solve problems Develop, test, review, and improve code through guided experimentation This book is designed to develop a culture of logical thinking through intellectual stimulation. It will benefit students and teachers of programming, business professionals, as well as experienced users of Microsoft Excel who wish to become proficient with macros.
Games Girls Play examines the role that video games play in girls' lives, including how games structure girls' leisure time, how playing video games constitutes different performances of femininity, and what influences girls to play or not play video games. Through interviews, focus groups, and qualitative content analyses, this book analyzes girls' involvement with video games. It also examines different contexts in which discourses of girls and video games occur, including girl-oriented video games, activist efforts to change the video game industry, and informal education programs that teach girls video game design.
Gain an in-depth overview of reinforcement learning for autonomous agents in game development with Unity. This book starts with an introduction to state-based reinforcement learning algorithms involving Markov models, Bellman equations, and writing custom C# code with the aim of contrasting value and policy-based functions in reinforcement learning. Then, you will move on to path finding and navigation meshes in Unity, setting up the ML Agents Toolkit (including how to install and set up ML agents from the GitHub repository), and installing fundamental machine learning libraries and frameworks (such as Tensorflow). You will learn about: deep learning and work through an introduction to Tensorflow for writing neural networks (including perceptron, convolution, and LSTM networks), Q learning with Unity ML agents, and porting trained neural network models in Unity through the Python-C# API. You will also explore the OpenAI Gym Environment used throughout the book. Deep Reinforcement Learning in Unity provides a walk-through of the core fundamentals of deep reinforcement learning algorithms, especially variants of the value estimation, advantage, and policy gradient algorithms (including the differences between on and off policy algorithms in reinforcement learning). These core algorithms include actor critic, proximal policy, and deep deterministic policy gradients and its variants. And you will be able to write custom neural networks using the Tensorflow and Keras frameworks. Deep learning in games makes the agents learn how they can perform better and collect their rewards in adverse environments without user interference. The book provides a thorough overview of integrating ML Agents with Unity for deep reinforcement learning. What You Will Learn Understand how deep reinforcement learning works in games Grasp the fundamentals of deep reinforcement learning Integrate these fundamentals with the Unity ML Toolkit SDK Gain insights into practical neural networks for training Agent Brain in the context of Unity ML Agents Create different models and perform hyper-parameter tuning Understand the Brain-Academy architecture in Unity ML Agents Understand the Python-C# API interface during real-time training of neural networks Grasp the fundamentals of generic neural networks and their variants using Tensorflow Create simulations and visualize agents playing games in Unity Who This Book Is For Readers with preliminary programming and game development experience in Unity, and those with experience in Python and a general idea of machine learning
This book addresses the role of appropriate, specialized, structured pedagogy for game-based learning. It is an important reference for researchers who have carried out studies in the field of game-based learning with a focus on the digital learning environment. The educational landscape has dramatically changed in times of global pandemic urging us to search for new solutions, new educational pathways, and new agents for knowledge development. There is a need to support learning by using digital learning materials during remote learning or distance learning, where pedagogically structured game-based learning elements can play a role in motivating students to achieve. Utilizing game-based learning in education is not new, but this book adds substantially to the research base of the topic. The book reveals many new concepts, such as, balancing games and learning, supporting knowledge development, supporting the development of motivation, supporting balanced cognitive load in an effort to avoid ineffective forms of game-based learning
Featuring interviews with the creators of 35 popular video games-including John Madden Football, Tony Hawk Pro Skater 3, WCW/nWo Revenge, and RBI Baseball-this book gives a behind-the-scenes look at the creation of some of the most influential and iconic (and sometimes forgotten) sports video games of all time. Recounting endless hours of painstaking development, the challenges of working with mega-publishers and the uncertainties of public reception, the interviewees reveal the creative processes that produced some of gaming's classic titles.
Video games are a complex, compelling medium in which established art forms intersect with technology to create an interactive text. Visual arts, architectural design, music, narrative and rules of play all find a place within, and are constrained by, computer systems whose purpose is to create an immersive player experience. In the relatively short life of video game studies, many authors have approached the question of how games function, some focusing on technical aspects of game design, others on rules of play. Taking a holistic view, this study explores how ludology, narratology, visual rhetoric, musical theory and player psychology work (or don't work) together to create a cohesive experience and to provide a unified framework for understanding video games. |
![]() ![]() You may like...
Tank Girl: Colour Classics Trilogy…
Jamie Hewlett, Alan Martin
Paperback
Next-Generation Applications and…
Filipe Portela, Ricardo Queiros
Hardcover
R7,211
Discovery Miles 72 110
Auroboros: Coils of the Serpent…
Warchief Gaming, Chris Metzen
Hardcover
Minecraft: Guide to Redstone (Updated)
Mojang AB, The Official Minecraft Team
Hardcover
|