Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Learning XNA 4.0: Game Development for the PC, Xbox 360, and Windows Phone 7
 
イメージを拡大
 

Learning XNA 4.0: Game Development for the PC, Xbox 360, and Windows Phone 7 [ペーパーバック]

Aaron Reed

価格: ¥ 3,520 通常配送無料 詳細
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
通常1~3週間以内に発送します。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


よく一緒に購入されている商品

この本とXNA 4.0 Game Development by Example: Beginner's Guide ¥ 3,772 をあわせて買う

Learning XNA 4.0: Game Development for the PC, Xbox 360, and Windows Phone 7 + XNA 4.0 Game Development by Example: Beginner's Guide
合計価格: ¥ 7,292

これらの商品のうちの1つが他の商品より先に発送されます。 詳細の表示

  • 対象商品: Learning XNA 4.0: Game Development for the PC, Xbox 360, and Windows Phone 7

    通常1~3週間以内に発送します。 在庫状況について
    この商品は、Amazon.co.jp が販売、発送します。
    通常配送無料(一部の商品・注文方法等を除く) 詳細

  • XNA 4.0 Game Development by Example: Beginner's Guide

    在庫あり。 在庫状況について
    この商品は、Amazon.co.jp が販売、発送します。
    通常配送無料(一部の商品・注文方法等を除く) 詳細



商品の説明

内容説明

Want to develop games for Xbox 360 and Windows Phone 7? This hands-on book will get you started with Microsoft's XNA 4.0 development framework right away -- even if you have no experience developing games. Although XNA includes several key concepts that can be difficult for beginning web developers to grasp, Learning XNA 4.0 shortens the learning curve by walking you through the framework in a clear and understandable step-by-step format. Each chapter offers a self-contained lesson with illustrations and annotated examples, along with exercises and review questions to help you test your understanding and practice new skills as you go. Once you've finished this book, you'll know how to develop your own sophisticated games from start to finish. * Learn game development from 2D animation to 3D cameras and effects * Delve into high-level shader language (HLSL) and introductory artificial intelligence concepts * Build three complete, exciting games using 2D, 3D, and multiplayer techniques * Develop for and deploy your games to the Xbox 360 and Windows Phone 7

著者について

Aaron Reed has extensive software development experience and more importantly, experience in software development education. Since 2004 he has taught courses at Neumont University in .NET, web development and web services, XNA, systems design and architecture, and more. Aaron's experience in teaching both DirectX and XNA for several years to university-level students helps him understand what topics are easily understood and which ones need more depth and emphasis. Through experience in the classroom he also has a good understanding of what format and sequence makes the most sense to present the material. This book follows that format and is meant to present game development concepts in the way most efficient and most comprehendible as proven in the classroom.

登録情報



類似した商品から提示されたタグ

 (詳細)
関連タグ(この商品に近い関連キーワード)を追加する++最初のタグになります
 
(5)

 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  20件のカスタマーレビュー
14 人中、13人の方が、「このレビューが参考になった」と投票しています。
5-Stars for the book but 1-Star for the Kindle Edition 2011/3/17
By Siff Ibrahim - (Amazon.com)
形式:Kindle版|Amazonが確認した購入
I've bought the book to read it in my Kindle (and in my HD7 Windows Phone cellular phone) - overall the book is very good!! and it is written in a clear language - the topics it covers are very helpful. I read other books before I bought it and no one of them learn us how to check collisions for example... It is a good book for beginners in game development (like me)... I really wanted to give this book 5-stars because it worth it - but the formating of the eBook is very bad -

* The tables are not shown as tables they appear as one paragraph it WP7 app and also in Kindle you don't know which words are in the same row and which are not.. as the first table in Chapter 1.

(I think the tables should appear as images for example).

* The code snaps are not formatted correctly so different commands appears in the same line: for example, in Location 845 in the Kindle edition we have the following code:
SpriteBatch spriteBatch; public
Ganme1()
{

(I think the code snaps should appear in smaller fonts and different font).

Too sad that the eBook's text formatting is very bad which hurts such a great book.

This is my review for now, I still did not finish reading the books.. so if I will find more issues I will update my review.

Thanks.
8 人中、8人の方が、「このレビューが参考になった」と投票しています。
Only the VERY Basics of 2D Game Making 2011/8/15
By Tj - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
I bought this book for three reasons. First, it was highly rated and well-reviewed. Second, it was the 2nd Edition (Updated for XNA 4.0) and the 1st edition was also highly rated and well-reviewed. Third, it specifically mentions 2D development.

I was not disappointed.

The book reads easily, and has no typo's so fallowing each chapter as written end in completed works with little trouble. The authors sense of humor shows occasionally but with good taste and only to offer added emphasis to points made. So as a whole this is a book full of very little filler, mostly good information. I was happy to have purchased it and very happy after completing it... That is, until I started to take what I leaned in it and apply it to my own game idea(s)... I quickly found that there are a few very specific details that are never touched upon, that many would expect when making a modern PC game.

It is the lack of these details that force me to give this a 4 out of 5 stars...

Cons: (For 2D Games)
- No 2D Matrix Transform lessons. (Manipulating the View Port directly)
- No camera control with mouse. (Grab & Drag, Zoom to Cursor, Click & Center, or even Mouse wheel Zoom)
- No screen selection by mouse. (Individual or group select by L-click and drag)
- No GUI (Graphical Use Interface) lessons, past putting the score & number of lives on screen.
- No tile based world lessons. (Used in nearly every 2D game today, ie: platformers and RPG's)

While this is a relatively small number of issues, and does not take into account 3D development, I still found it necessary to come here and write this review in hopes of better informing anyone looking to purchase this. If you intend to develop 2D games (which is pretty much what you have to do as an independent developer) you may want to consider the lack of some of the more significant features in modern 2D games.
8 人中、8人の方が、「このレビューが参考になった」と投票しています。
Excellent resource for XNA 2011/1/19
By Jared Hodgkins - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
This was my first XNA book that I really sat down with and completed. I want to thank the author and editors for making sure the material in this book was extremely straight-forward without error. You can read this book from beginning to end and the author instructs the reader with detailed and specific instructions on how to accomplish the tasks at hand. He explains concepts extremely well and expands on them each chapter with some reflective questions and tests. I would recommend this book to anybody out there that wants to start game development using XNA, or even if they've already started XNA: this book has a lot of useful information.

The book leaves off with the reader wanting more 3D knowledge, but the 3D chapters are adequate for a rough start. I've learned a lot from this book and it will be in my personal collection for quite some time.

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換