Book picks similar to
Getting Started with Dwarf Fortress: Learn to Play the Most Complex Video Game Ever Made by Peter Tyson
non-fiction
games
gaming
abandoned
In the Beginning...Was the Command Line
Neal Stephenson - 1999
And considering that the "one man" is Neal Stephenson, "the hacker Hemingway" (Newsweek) -- acclaimed novelist, pragmatist, seer, nerd-friendly philosopher, and nationally bestselling author of groundbreaking literary works (Snow Crash, Cryptonomicon, etc., etc.) -- the word is well worth hearing. Mostly well-reasoned examination and partial rant, Stephenson's In the Beginning... was the Command Line is a thoughtful, irreverent, hilarious treatise on the cyber-culture past and present; on operating system tyrannies and downloaded popular revolutions; on the Internet, Disney World, Big Bangs, not to mention the meaning of life itself.
Perl Cookbook
Tom Christiansen - 1998
Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. The book contains hundreds of rigorously reviewed Perl "recipes" and thousands of examples ranging from brief one-liners to complete applications.The second edition of Perl Cookbook has been fully updated for Perl 5.8, with extensive changes for Unicode support, I/O layers, mod_perl, and new technologies that have emerged since the previous edition of the book. Recipes have been updated to include the latest modules. New recipes have been added to every chapter of the book, and some chapters have almost doubled in size.Covered topic areas include: • Manipulating strings, numbers, dates, arrays, and hashes • Pattern matching and text substitutions • References, data structures, objects, and classes • Signals and exceptions • Screen addressing, menus, and graphical applications • Managing other processes • Writing secure scripts • Client-server programming • Internet applications programming with mail, news, ftp, and telnet • CGI and mod_perl programming • Web programmingSince its first release in 1998, Perl Cookbook has earned its place in the libraries of serious Perl users of all levels of expertise by providing practical answers, code examples, and mini-tutorials addressing the challenges that programmers face. Now the second edition of this bestselling book is ready to earn its place among the ranks of favorite Perl books as well.Whether you're a novice or veteran Perl programmer, you'll find Perl Cookbook, 2nd Edition to be one of the most useful books on Perl available. Its comfortable discussion style and accurate attention to detail cover just about any topic you'd want to know about. You can get by without having this book in your library, but once you've tried a few of the recipes, you won't want to.
How to Write Science Fiction & Fantasy
Orson Scott Card - 1990
Your readers are curious and want you to take them beyond ""The Fields We Know,"" to help them explore the infinite boundaries of the worlds you create.Here, science fiction great Orson Scott Card shares his expertise in these genres. You'll learn:- What is and isn't science fiction and fantasy, and by whose standards -- and where your work fits in.- How to build, populate, and dramatize a credible, inviting world your readers will want to explore.- How to use the MICE quotient -- milieu, idea, character, event -- to structure a successful story.- Where the markets are and how to reach them to get published.The knowledge and skills you gain through this book will help you effectively lead your readers into the strangeness you create -- one tantalizing step at a time.
Game Design Workshop: A Playcentric Approach to Creating Innovative Games
Tracy Fullerton - 2008
This design workshop begins with an examination of the fundamental elements of game design; then puts you to work in prototyping, playtesting and redesigning your own games with exercises that teach essential design skills. Workshop exercises require no background in programming or artwork, releasing you from the intricacies of electronic game production, so you can develop a working understanding of the essentials of game design.Features:* A design methodology used in the USC Interactive Media program, a cutting edge program funded in part of Electronic Arts. * Hands-on exercises demonstrate key concepts, and the design methodology* Insights from top industry game designers, including Noah Falstein, American McGee, Peter Molyneux
Java Network Programming
Elliotte Rusty Harold - 1997
It is a clear, complete introduction to developing network programs (both applets and applications) using Java, covering everything from networking fundamentals to remote method invocation (RMI).
Java Network Programming, 3rd Edition includes chapters on TCP and UDP sockets, multicasting protocol and content handlers, servlets, multithreaded network programming, I/O, HTML parsing and display, the Java Mail API, and the Java Secure Sockets Extension. There's also significant information on the New I/O API that was developed in large part because of the needs of network programmers.
This invaluable book is a complete, single source guide to writing sophisticated network applications. Packed with useful examples, it is the essential resource for any serious Java developer.
SAS Survival Handbook: How to Survive in the Wild, in Any Climate, on Land or at Sea
John Wiseman - 1986
John 'Lofty' Wiseman presents real strategies for surviving in any type of situation, from accidents and escape procedures, including chemical and nuclear to successfully adapting to various climates (polar, tropical, desert), to identifying edible plants and creating fire. The book is extremely practical and is illustrated throughout with easy-to-understand line art and diagrams.
Learn Python The Hard Way
Zed A. Shaw - 2010
The title says it is the hard way to learn to writecode but it’s actually not. It’s the “hard” way only in that it’s the way people used to teach things. In this book youwill do something incredibly simple that all programmers actually do to learn a language: 1. Go through each exercise. 2. Type in each sample exactly. 3. Make it run.That’s it. This will be very difficult at first, but stick with it. If you go through this book, and do each exercise for1-2 hours a night, then you’ll have a good foundation for moving on to another book. You might not really learn“programming” from this book, but you will learn the foundation skills you need to start learning the language.This book’s job is to teach you the three most basic essential skills that a beginning programmer needs to know:Reading And Writing, Attention To Detail, Spotting Differences.
Programming in Scala
Martin Odersky - 2008
Coauthored by the designer of the Scala language, this authoritative book will teach you, one step at a time, the Scala language and the ideas behind it. The book is carefully crafted to help you learn. The first few chapters will give you enough of the basics that you can already start using Scala for simple tasks. The entire book is organized so that each new concept builds on concepts that came before - a series of steps that promises to help you master the Scala language and the important ideas about programming that Scala embodies. A comprehensive tutorial and reference for Scala, this book covers the entire language and important libraries.
Game Programming Gems
Mark DeLoura - 2000
But instead of spending hours and hours trying to develop your own answers, now you can find out how the pros do it! Game Programming Gems is a hands-on, comprehensive resource packed with a variety of game programming algorithms written by experts from the game industry and edited by Mark DeLoura, former software engineering lead for Nintendo of America, Inc. and now the newly appointed editor-in-chief of Game Developer magazine. From animation and artificial intelligence to Z-buffering, lighting calculations, weather effects, curved surfaces, mutliple layer Internet gaming, to music and sound effects, all of the major techniques needed to develop a competitive game engine are covered. Game Programming Gems is written in a style accessible to individuals with a range of expertise levels. All of the source code for each algorithm is included and can be used by advanced programmers immediately. For aspiring programmers, there is a detailed tutorial to work through before attempting the code, and suggestions for possible modifications and optimizations are included as well.
Category Theory for Programmers
Bartosz Milewski - 2014
Collected from the series of blog posts starting at: https://bartoszmilewski.com/2014/10/2...Hardcover available at: http://www.blurb.com/b/9008339-catego...
Learn Objective-C on the Mac
Mark Dalrymple - 2008
Objective-C is a powerful, object-oriented extension of C, making this book the perfect follow-up to Dave Mark's bestselling Learn C on the Mac, Mac OS X Edition. Whether you're an experienced C programmer or you're coming from a different language such as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you how to harness the powers of Objective-C in your applications!A complete course on the basics of Objective-C using Apple's free Xcode tools An introduction to object-oriented programming Comprehensive coverage of inheritance, composition, object initialization, categories, protocols, memory management, and organizing source files A brief tour of Cocoa's foundation framework and AppKit A helpful "learning curve" guide for non-C developers
Letters to a Young Contrarian
Christopher Hitchens - 2001
Exploring the entire range of "contrary positions"—from noble dissident to gratuitous nag—Hitchens introduces the next generation to the minds and the misfits who influenced him, invoking such mentors as Emile Zola, Rosa Parks, and George Orwell. As is his trademark, Hitchens pointedly pitches himself in contrast to stagnant attitudes across the ideological spectrum. No other writer has matched Hitchens's understanding of the importance of disagreement—to personal integrity, to informed discussion, to true progress, to democracy itself.
Of Dice and Men: The Story of Dungeons & Dragons and the People Who Play It
David M. Ewalt - 2013
Even if you’ve never played Dungeons & Dragons, you probably know someone who has: The game has had a profound influence on our culture. Released in 1974—decades before the Internet and social media—Dungeons & Dragons is one of the original ultimate nerd subcultures, and is still revered by more than thirty million fans. Now, the authoritative history and magic of the game is revealed by an award-winning journalist and life-long dungeon master.From its origins on the battlefields of ancient Europe, through the hysteria that linked it to satanic rituals and teen suicides, and to its apotheosis as father of the modern video game industry, Of Dice and Men recounts the development of a game played by some of the most fascinating people in the world. Chronicling the surprising history of D&D’s origins (one largely unknown even to hardcore players) while examining the game’s profound impact, Ewalt weaves laser-sharp subculture analysis with his own present-day gaming experiences. An enticing blend of history, journalism, narrative, and memoir, Of Dice and Men sheds light on America’s most popular (and widely misunderstood) form of collaborative entertainment.
Elder Scrolls IV: Oblivion: Official Game Guide
Bethesda Softworks - 2006
* Specific chapters on how to create your character and maximize your abilities and skills. * Over 300 full-color pages packed with information on everything you need to know about the massive gameworld of Oblivion. * Walkthroughs for every quest in the game, including the main quest, all faction quests, as well as miscellaneous and freeform quests. * Sections on various gameplay systems including stealth, combat, magic, enchanting, alchemy, and more. * Detailed bestiary chapter to help you best deal with the denizens of Tamriel and Oblivion.
Animal Crossing: New Horizons Official Companion Guide
Jade Bacalso - 2020
Your one-stop guide to a perfect island vacation is right here!Animal Crossing™: New Horizons takes you to a deserted island and lets you craft it into your own personal paradise inhabited by a unique, character-filled community. This premium book is both the perfect guide for getting the most out of island life, and the ultimate reference for anyone who insists on having it all.