Pro Git


Scott Chacon - 2009
    It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects.A book by Git experts to turn you into a Git expert. Introduces the world of distributed version control Shows how to build a Git development workflow.

The Game Maker's Apprentice: Game Development for Beginners


Jacob Habgood - 2006
    This book covers a range of genres, including action, adventure, and puzzle games complete with professional quality sound effects and visuals. It discusses game design theory and features practical examples of how this can be applied to making games that are more fun to play. Game Maker allows games to be created using a simple drag-and-drop interface, so you don't need to have any prior coding experience. It includes an optional programming language for adding advanced features to your games, when you feel ready to do so. You can obtain more information by visiting book.gamemaker.nl. The authors include the creator of the Game Maker tool and a former professional game programmer, so you'll glean understanding from their expertise. The book also includes a DVD containing Game Maker software and all of the game projects that are created in the book—plus a host of professional-quality graphics and sound effects that you can use in your own games.

Critical Path: How to Review Videogames for a Living


Dan Amrich - 2012
    This includes how to write compelling reviews, how to pitch yourself as a writer, how to tackle some tricky ethical quandaries, and yes, even how to get free games. Based on Dan Amrich’s own experience as a game journalist for more than 15 years, it’s advice that can serve you for your entire career, from press start to game over.

Designing Data-Intensive Applications


Martin Kleppmann - 2015
    Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, we have an overwhelming variety of tools, including relational databases, NoSQL datastores, stream or batch processors, and message brokers. What are the right choices for your application? How do you make sense of all these buzzwords?In this practical and comprehensive guide, author Martin Kleppmann helps you navigate this diverse landscape by examining the pros and cons of various technologies for processing and storing data. Software keeps changing, but the fundamental principles remain the same. With this book, software engineers and architects will learn how to apply those ideas in practice, and how to make full use of data in modern applications. Peer under the hood of the systems you already use, and learn how to use and operate them more effectively Make informed decisions by identifying the strengths and weaknesses of different tools Navigate the trade-offs around consistency, scalability, fault tolerance, and complexity Understand the distributed systems research upon which modern databases are built Peek behind the scenes of major online services, and learn from their architectures

Types and Programming Languages


Benjamin C. Pierce - 2002
    The study of type systems--and of programming languages from a type-theoretic perspective--has important applications in software engineering, language design, high-performance compilers, and security.This text provides a comprehensive introduction both to type systems in computer science and to the basic theory of programming languages. The approach is pragmatic and operational; each new concept is motivated by programming examples and the more theoretical sections are driven by the needs of implementations. Each chapter is accompanied by numerous exercises and solutions, as well as a running implementation, available via the Web. Dependencies between chapters are explicitly identified, allowing readers to choose a variety of paths through the material.The core topics include the untyped lambda-calculus, simple type systems, type reconstruction, universal and existential polymorphism, subtyping, bounded quantification, recursive types, kinds, and type operators. Extended case studies develop a variety of approaches to modeling the features of object-oriented languages.

HTML5 for Web Designers


Jeremy Keith - 2010
    It is also the most powerful, and in some ways, the most confusing. What do accessible, content-focused standards-based web designers and front-end developers need to know? And how can we harness the power of HTML5 in today’s browsers?In this brilliant and entertaining user’s guide, Jeremy Keith cuts to the chase, with crisp, clear, practical examples, and his patented twinkle and charm.

The Legend of Zelda (Legends of Localization, #1)


Clyde Mandelin - 2015
    Because it's a long way from Japan to the West, even for a legendary hero.

Applied Cryptography: Protocols, Algorithms, and Source Code in C


Bruce Schneier - 1993
    … The book the National Security Agency wanted never to be published." –Wired Magazine "…monumental… fascinating… comprehensive… the definitive work on cryptography for computer programmers…" –Dr. Dobb's Journal"…easily ranks as one of the most authoritative in its field." —PC Magazine"…the bible of code hackers." –The Millennium Whole Earth CatalogThis new edition of the cryptography classic provides you with a comprehensive survey of modern cryptography. The book details how programmers and electronic communications professionals can use cryptography—the technique of enciphering and deciphering messages-to maintain the privacy of computer data. It describes dozens of cryptography algorithms, gives practical advice on how to implement them into cryptographic software, and shows how they can be used to solve security problems. Covering the latest developments in practical cryptographic techniques, this new edition shows programmers who design computer applications, networks, and storage systems how they can build security into their software and systems. What's new in the Second Edition? * New information on the Clipper Chip, including ways to defeat the key escrow mechanism * New encryption algorithms, including algorithms from the former Soviet Union and South Africa, and the RC4 stream cipher * The latest protocols for digital signatures, authentication, secure elections, digital cash, and more * More detailed information on key management and cryptographic implementations

All Your Base Are Belong to Us: How Fifty Years of Videogames Conquered Pop Culture


Harold Goldberg - 2011
    But as the gaming industry grows in numerous directions and everyone talks about the advance of the moment, few explore and seek to understand the forces behind this profound evolution. How did we get from Space Invaders to Grand Theft Auto? How exactly did gaming become a $50 billion industry and a dominant pop culture form? What are the stories, the people, the innovations, and the fascinations behind this incredible growth?Through extensive interviews with gaming's greatest innovators, both its icons and those unfairly forgotten by history, All Your Base Are Belong To Us sets out to answer these questions, exposing the creativity, odd theories--and passion--behind the twenty-first century's fastest-growing medium.Go inside the creation of: Grand Theft Auto * World of Warcraft * Bioshock * Kings Quest * Bejeweled * Madden Football * Super Mario Brothers * Myst * Pong * Donkey Kong * Crash Bandicoot * The 7th Guest * Tetris * Shadow Complex * Everquest * The Sims * And many more!

Playing at the World: A History of Simulating Wars, People, and Fantastic Adventure from Chess to Role-Playing Games


Jon Peterson - 2012
    From a vast survey of primary sources ranging from eighteenth-century strategists to modern hobbyists, Playing at the World distills the story of how gamers first decided fictional battles with boards and dice, and how they moved from simulating wars to simulating people. The invention of role-playing games serves as a touchstone for exploring the ways that the literary concept of character, the lure of fantastic adventure and the principles of gaming combined into the signature cultural innovation of the late twentieth century.

Beautiful Evidence


Edward R. Tufte - 2006
    Beautiful Evidence is about how seeing turns into showing, how data and evidence turn into explanation. The book identifies excellent and effective methods for showing nearly every kind of information, suggests many new designs (including sparklines), and provides analytical tools for assessing the credibility of evidence presentations (which are seen from both sides: how to produce and how to consume presentations). For alert consumers of presentations, there are chapters on diagnosing evidence corruption and PowerPoint pitches. Beautiful Evidence concludes with two chapters that leave the world of pixel and paper flatland representations - and move onto seeing and thinking in space land, the real-land of three-space and time.

Think Like a Programmer: An Introduction to Creative Problem Solving


V. Anton Spraul - 2012
    In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like classes, pointers, and recursion, and open-ended exercises throughout challenge you to apply your knowledge. You'll also learn how to:Split problems into discrete components to make them easier to solve Make the most of code reuse with functions, classes, and libraries Pick the perfect data structure for a particular job Master more advanced programming tools like recursion and dynamic memory Organize your thoughts and develop strategies to tackle particular types of problems Although the book's examples are written in C++, the creative problem-solving concepts they illustrate go beyond any particular language; in fact, they often reach outside the realm of computer science. As the most skillful programmers know, writing great code is a creative art—and the first step in creating your masterpiece is learning to Think Like a Programmer.

Programming in Lua


Roberto Ierusalimschy - 2001
    Currently, Lua is being used in areas ranging from embedded systems to Web development and is widely spread in the game industry, where knowledge of Lua is an indisputable asset. "Programming in Lua" is the official book about the language, giving a solid base for any programmer who wants to use Lua. Authored by Roberto Ierusalimschy, the chief architect of the language, it covers all aspects of Lua 5---from the basics to its API with C---explaining how to make good use of its features and giving numerous code examples. "Programming in Lua" is targeted at people with some programming background, but does not assume any prior knowledge about Lua or other scripting languages. This Second Edition updates the text to Lua 5.1 and brings substantial new material, including numerous new examples, a detailed explanation of the new module system, and two new chapters centered on multiple states and garbage collection.

Core Java 2, Volume I--Fundamentals (Core Series)


Cay S. Horstmann - 1999
    A no-nonsense tutorial and reliable reference, this book features thoroughly tested real-world examples. The most important language and library features are demonstrated with deliberately simple sample programs, but they aren't fake and they don't cut corners. More importantly, all of the programs have been updated for J2SE 5.0 and should make good starting points for your own code. You won't find any toy examples here. This is a book for programmers who want to write real code to solve real problems. Cay S. Horstmann is a professor of computer science at San Jose State University. Previously he was vice president and chief technology officer of Preview Systems Inc. and a consultant on C++, Java, and Internet programming for major corporations, universities, and organizations. Gary Cornell has written or cowritten more than twenty popular computer books. He has a Ph.D. from Brown University and has been a visiting scientist at IBM Watson Laboratories, as well as a professor at the University of Connecticut.

A Creator's Guide to Transmedia Storytelling: How to Captivate and Engage Audiences Across Multiple Platforms


Andrea Phillips - 2012
    Through her guidance, the reader is able to understand the fundamentals of transmedia and the power it can have when used with a compelling and strong story.--David Gale, Executive Vice President, MTV Cross Media"Transmedia storytelling is a bold and exciting new arena for creativity and innovation. . . . Andrea Phillips provides a compelling, thoughtful, and clear guide to a next generation of creators in this medium. She demystifies the process and proves that you, too, can push the envelope and be part of the future of storytelling."--Michelle Satter, Founding Director, Sundance Institute Feature Film Program"An excellent and fair-minded primer and survey of the underpinnings and fast-evolving techniques behind multiplatform narrative. Andrea Phillips is one of a small handful of writers capable of both practicing and clearly conveying the principles of transmedia storytelling. Highly recommended!" --Jeff Gomez, CEO, Starlight Runner Entertainment"A no-nonsense guide for the fun-filled and strangely awesome world of transmedia storytelling."--C. C. Chapman, coauthor of Content Rules and Amazing Things Will HappenIncludes Q&A sessions with the world's leading experts in transmedia storytellingAbout the Book: What is transmedia storytelling and what can it do for you?It's the buzzword for a new generation--a revolutionary technique for telling stories across multiple media platforms and formats--and it's rapidly becoming the go-to strategy for a wide variety of businesses. If you work in marketing, entertaining, or advertising, transmedia storytelling is a must-have tool for pulling people into your world.Why do you need A Creator's Guide to Transmedia Storytelling?If you want to attract, engage, and captivate your audience, you need this book. Written by an award-winning transmedia creator and renowned games designer, this book shows you how to utilize the same marketing tools used by heavy-hitters such as HBO, Disney, Ford, and Sony Pictures--at a fraction of the cost.You'll learn how to:Choose the right platforms for your story Decide whether to DIY or outsource workFind and keep a strong core production teamMake your audience a character in your storyGet the funding you need--and even make a profitForge your own successful transmedia careerWith these proven media-ready strategies, you'll learn how to generate must-read content, must-see videos, and must-visit websites that will only grow bigger as viewers respond, contribute, and spread the word. You'll create major buzz with structures such as alternate reality games and fictional character sites--or even "old-fashioned" platforms such as email and phone calls. The more you connect to your audience and the more you get them involved in the storytelling process, the more successful you will be.This isn't the future. This is now. This is how you tell your story, touch your audience, and take your game to the next level--through transmedia storytelling.