1 / 12

XNA Game Studio 3.1

XNA Game Studio 3.1. Suphot Sawattiwong tohpus@hotmail.com. XNA Game Studio 3.1. XNA Game Studio เป็น Framework ที่ใช้สำหรับพัฒนาเกมลงบนผลิตภัณฑ์ ของ Microsoft โดยในปัจจุบัน XNA GS 3.1 นั้นสามารถพัฒนาเกมลงบน PC, XBOX360 และ Zune ได้. XNA Game Studio 3.1.

verne
Download Presentation

XNA Game Studio 3.1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. XNA Game Studio 3.1 SuphotSawattiwongtohpus@hotmail.com

  2. XNA Game Studio 3.1 • XNA Game Studio เป็น Framework ที่ใช้สำหรับพัฒนาเกมลงบนผลิตภัณฑ์ ของ Microsoft • โดยในปัจจุบัน XNAGS 3.1 นั้นสามารถพัฒนาเกมลงบน PC, XBOX360 และ Zune ได้

  3. XNA Game Studio 3.1 • แหล่งความรู้เกี่ยวกับ XNA Game Studio 3.1 • http://creators.xna.com • http://www.thaixna.com/ • http://www.xnanoob.com/ • สามารถ download XNA GS 3.1 ได้จาก http://creators.xna.com/en-US/downloads

  4. Reference • Microsoft XNA Game Studio 3.0 Unleashed, by Chad Carter, ISBN-10: 0672330229, ISBN-13: 978-0672330223

  5. Reference • Microsoft® XNA™ Game Studio 2.0: Learn Programming Now!, by Rob Miles, ISBN-10: 0735625220, ISBN-13: 978-0735625228 • XNA Creators Club, http://creators.xna.com/

  6. ความต้องการระบบของ XNA GS 3.1 • การรันเกมที่ใช้ XNA Framework จำเป็นต้องมีการ์ดจอที่สนับสนุน Shader Model 1.1 แต่ควรสนับสนุน Shader Model 2.0 จะดีกว่า • ต้องมี Windows XP Service Pack 2 ขึ้นไป • ต้องมี DirectX 9.0c • ต้องมั่นใจว่า Driver การ์ดจอของเราอยู่ใน Version ล่าสุด • ต้องมี Visual Studio 2008 เป็นอย่างต่ำ ในการอบรมครั้งนี้ เราจะใช้ Visual Studio Express 2008เท่านั้น • ต้องการ .Net Framework 3.5 • เครื่องมือที่ใช้ตัวตรวจสอบว่าเครื่องสามารถรัน XNA ได้หรือไม่ อยู่ใน DVD(XNA 3\Utilities\ตัวตรวจสอบ XNA)

  7. ขั้นตอนการติดตั้ง XNA GS 3.1 • ก่อนอื่นให้ทำการยกเลิกการติดตั้ง Visual Studio 2005 และ XNA GS 2.0 ออกจากเครื่อง (ถ้ามี) • ทำการติดตั้ง Visual C# 2008 Express Edition ในแผ่น DVD หรือ download จาก http://www.microsoft.com/express/download/default.aspx • ทำการติดตั้ง DirectX Runtime • ทำการติดตั้ง XNA Game Studio 3.1

  8. MyFirstGame • ก่อนอื่นให้ทำการเปิด Visual C# Express 2008 • กดเลือก New Project • ทำการเลือก Windows Game (3.1) • ตั้งชื่อ Project ว่า MyFirstGame กด ok จนกว่าจะเสร็จ

  9. MyFirstGame • หลังจากเสร็จแล้ว ให้กด F5เพื่อทำการรันเกม

  10. Method ใน XNA • เรามาเริ่มจาก Class Game ในไฟล์ game1.cs กันก่อน จะเห็นได้ว่า Method หลัก ใน XNA มีดังต่อไปนี้

  11. XNA Game Loop

  12. Ex1: XNA Game Loop • ให้ทำการ สร้าง Project โดยเลือก Windows Game 3.0 • ให้ทำการทดลองโดยการให้ใส่คำสั่งต่อไปนี้ ลงใน Method ต่างๆ ที่มีอยู่ใน Project ทั้งหมด ทั้งในไฟล์ program.csและ game1.cs System.Console.Out.WriteLine("-------------------- ตามด้วยชื่อ Method");

More Related