Book picks similar to
Build Up Your Chess 2: Beyond the Basics by Artur Yusupov


chess
chess-tactics
chess-basics
intermediate-chess-books

World of Warcraft: Wrath of the Lich King - Official Strategy Guide


Jennifer Sims - 2008
    BradyGames’ World of Warcraft: Wrath of the Lich King Official Strategy Guide includes the following: Complete coverage of each race, with strengths, weaknesses, and more.WEAPONS: Discover the awesome battery of weapons and armor, with detailed equipment listsNORTHREND EXPLORED: In-depth information on quests, bosses, and treasuresNEW DUNGEONS: Instances and Raid roles explained plus locations and strategyCOMPLETE CRAFTING COVERAGE: Every recipe for every crafting professionPlatform: PCGenre: Role-Playing Game

Guerrilla Home Recording: How to Get Great Sound from Any Studio {No Matter How Weird or Cheap Your Gear Is}


Karl Coryat - 2004
    The revised edition is updated with a greater focus on digital recording techniques, the most powerful tools available to the home recordist. There are chapters devoted to instrument recording, humanizing drum patterns, mixing with plug-ins and virtual consoles, and a new section on using digital audio skills. And since, many true "Guerrillas" still record to analog tape, we have retained the best of that world. This edition features many more graphics than in the original edition, further enforcing Guerrilla Home Recording's reputation as the most readable, user-frienly recording title on the market.

Programming in C


Stephen G. Kochan - 2004
    Stephen Kochan's "Programming in C" is thorough with easy-to-follow instructions that are sure to benefit beginning programmers. This book provides readers with practical examples of how the C programming language can be used with small, fast programs, similar to the programming used by large game developers such as Nintendo. If you want a one-stop-source for C programming, this book is it.The book is appropriate for all introductory-to-intermediate courses on programming in the C language, including courses covering C programming for games and small-device platforms. "Programming in C, Third Edition" is a thoroughly revised and updated edition of Steven Kochan's classic C programming tutorial: a book that has helped thousands of students master C over the past twenty years. This edition fully reflects the latest C standard and contains current source code. It has been crafted to help students master C regardless of the platform they intend to use or the applications they intend to create -- including small-device and gaming applications, where C's elegance and speed make it especially valuable.Kochan begins with the fundamentals, then covers every facet of C language programming: variables, data types, arithmetic expressions, program looping, making decisions, arrays, functions, structures, character strings, pointers, operations on bits, the preprocessors, I/O, and more. Coverage also includes chapters on working with larger programs; debugging programs; and the fundamentals of object-oriented programming. Appendices include a complete language summary, an introduction to the Standard C Library, coverage of compiling and running programs using gcc, common programming mistakes, and more.

Inorganic Chemistry


D.F. Shriver - 1990
    The bestselling textbook inorganic chemistry text on the market covers both theoretical and descriptive aspects of the subject, and emphasizes experimental methods, industrial applications, and modern topics.

Programming Game AI by Example


Mat Buckland - 2004
    Techniques covered include state- and goal-based behavior, inter-agent communication, individual and group steering behaviors, team AI, graph theory, search, path planning and optimization, triggers, scripting, scripted finite state machines, perceptual modeling, goal evaluation, goal arbitration, and fuzzy logic.

Dice Games Properly Explained


Reiner Knizia - 2000
    The collection ranges from early games right up to newly invented games. The rules of all games are explained lucidly, and the tactical advice given is explicit.

The Second Book of Go: What You Need to Know After You've Learned the Rules


Richard Bozulich - 1987
    We have assumed that the reader understands the terms 'sente' and 'gote', that he knows what a ko is, is able to determine neutral points, and can count the score. Its aim is to give the novice an introduction to each phase of the game and to dispel a number of strategic and tactical misconceptions that often plague beginners and inhibit their progress. Beginners usually overemphasize defense, not realizing that the best way to defend is to attack. By attacking your opponent's stones, you can often defend your weak positions in the process. Understanding this concept from the very beginning of one's go career will clear the way for quick progress up through the kyu ranks. In this context, Chapters Two and Four are the most important and should be of value, especially to players who have been struggling for years to reach expert or dan level.

Everything Scrabble


John D. Williams Jr. - 1995
    A guide for improving Scrabble skills discusses how to maximize scores with bonus squares, make more seven-letter plays, and increase scoring average using two-letter words, and includes a step-by-step guide to board strategy.

Fable III Signature Series Guide


Doug Walsh - 2010
    A highly acclaimed action strategy RPG, the guide covers the best tips for completing each quest along with information on multiple outcomes and how they will affect your hero. Learn what can befall your hero with each promise you make and discover what happens if you keep it. Also includes area information, illustrated maps and a real estate guide with prices, rents and repairs plus much more.

Advanced Engineering Mathematics


Erwin Kreyszig - 1968
    The new edition provides invitations - not requirements - to use technology, as well as new conceptual problems, and new projects that focus on writing and working in teams.

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.

Lucene in Action


Erik Hatcher - 2004
    It describes how to index your data, including types you definitely need to know such as MS Word, PDF, HTML, and XML. It introduces you to searching, sorting, filtering, and highlighting search results.Lucene powers search in surprising placesWhat's Inside- How to integrate Lucene into your applications- Ready-to-use framework for rich document handling- Case studies including Nutch, TheServerSide, jGuru, etc.- Lucene ports to Perl, Python, C#/.Net, and C++- Sorting, filtering, term vectors, multiple, and remote index searching- The new SpanQuery family, extending query parser, hit collecting- Performance testing and tuning- Lucene add-ons (hit highlighting, synonym lookup, and others)

Cocoa Design Patterns


Erik M. Buck - 2009
    Although Cocoa is indeed huge, once you understand the object-oriented patterns it uses, you'll find it remarkably elegant, consistent, and simple. Cocoa Design Patterns begins with the mother of all patterns: the Model-View-Controller (MVC) pattern, which is central to all Mac and iPhone development. Encouraged, and in some cases enforced by Apple's tools, it's important to have a firm grasp of MVC right from the start. The book's midsection is a catalog of the essential design patterns you'll encounter in Cocoa, including Fundamental patterns, such as enumerators, accessors, and two-stage creation Patterns that empower, such as singleton, delegates, and the responder chain Patterns that hide complexity, including bundles, class clusters, proxies and forwarding, and controllers And that's not all of them! Cocoa Design Patterns painstakingly isolates 28 design patterns, accompanied with real-world examples and sample code you can apply to your applications today. The book wraps up with coverage of Core Data models, AppKit views, and a chapter on Bindings and Controllers. Cocoa Design Patterns clearly defines the problems each pattern solves with a foundation in Objective-C and the Cocoa frameworks and can be used by any Mac or iPhone developer.

OpenGL Programming Guide: The Official Guide to Learning OpenGL, Version 2


Dave Shreiner - 1999
    The OpenGL Programming Guide provides definitive and comprehensive information on OpenGL and the OpenGL Utility Library. It is far and away the most important book on OpenGL, and is commonly referred to by programmers simply as the Red book. Last summer the OpenGL Architectural Review Board (ARB) announced the release of the version 2.0 standard, incorporating the OpenGL Shader Language (GLSL) officially into the spec. This is the biggest change in OpenGL since its inception. This new edition will provide basic information about GLSL itself, as well as all the other changes to the 1.5 and 1.0 versions. the official, comprehensive guide to GLSL itself. A few years ago, pundits were predicting the imminent demise of OpenGL. Far from expiring, however, OpenGL has had a resurgence in the last couple years, and has solidified its position as the defacto standard for high-quality computer graphics. This book remains the necessary guide for any developer doing graphics programming. The sample source code in the book will be available on the book's web site.

Ukulele Aerobics: For All Levels, from Beginner to Advanced


Chad Johnson - 2014
    A 40-week, one-lick-per-day workout program for developing, improving, and maintaining ukulele technique. This title provides practice material for every day of the week and includes audio tracks of all the workouts in the book. Follow this program and you'll see increased speed, improved dexterity, better accuracy, heightened coordination and more in your playing. Musical styles include pop, rock, folk, old-time, blues, jazz, reggae and more! Techniques covered include: strumming, fingerstyle, legato and staccato, hammer-ons and pull-offs, slides, bening, damping, vibrato, tremolo and more.