ผลต่างระหว่างรุ่นของ "418587 ภาคปลาย 2552"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
 
(ไม่แสดง 17 รุ่นระหว่างกลางโดยผู้ใช้ 5 คน)
แถว 7: แถว 7:
 
* 4 ก.พ. 2553: '''ขยายเวลาการส่งการบ้าน 2 เป็นวันที่ 17 ก.พ. 2553 เวลา 23:59 น.'''
 
* 4 ก.พ. 2553: '''ขยายเวลาการส่งการบ้าน 2 เป็นวันที่ 17 ก.พ. 2553 เวลา 23:59 น.'''
 
* 4 ก.พ. 2553: '''วันที่ 7 ก.พ. 2553 เรียนตั้งแต่เวลา 9.30 น. - 12.30 น.''' (สลับกับ อ.นวลวรรณ)
 
* 4 ก.พ. 2553: '''วันที่ 7 ก.พ. 2553 เรียนตั้งแต่เวลา 9.30 น. - 12.30 น.''' (สลับกับ อ.นวลวรรณ)
 +
* 2 มี.ค. 2553: '''ขยายเวลาการส่งการบ้าน 3 เป็นวันที่ 8 มี.ค. 2553 เวลา 23:59 น.'''
 +
* 2 มี.ค. 2553: ให้ Final Project แล้ว [[418587 ภาคปลาย 2552|ดูรายละเอียดที่นี่]]
  
 
== การบ้าน ==
 
== การบ้าน ==
แถว 16: แถว 18:
  
 
=== การบ้าน 3 ===
 
=== การบ้าน 3 ===
Pacman
+
Pacman [[418587 ภาคปลาย 2552/การบ้าน 3|ดูรายละเอียดที่นี่]]
  
 
== Final Project ==
 
== Final Project ==
ยังไม่มีรายละเอียด
+
[[418587 ภาคปลาย 2552/Final Project|ดูรายละเอียดที่นี่]]
  
 
== การเรียนการสอน ==
 
== การเรียนการสอน ==
แถว 182: แถว 184:
 
* Meshes and Models [http://access.cs.sci.ku.ac.th/~pramook/418383/second2009/lecture-11/meshes-xna-1.pdf PDF]
 
* Meshes and Models [http://access.cs.sci.ku.ac.th/~pramook/418383/second2009/lecture-11/meshes-xna-1.pdf PDF]
 
โค้ดตัวอย่าง
 
โค้ดตัวอย่าง
* Introduction [http://access.cs.sci.ku.ac.th/~pramook/418383/second2009/lecture-11/3D%20Madness.zip ZIP]
+
* Introduction [http://access.cs.sci.ku.ac.th/~pramook/418383/second2009/lecture-11/3D%20Madness.rar RAR]
* Triangles and Transformations [http://access.cs.sci.ku.ac.th/~pramook/418383/second2009/lecture-11/ColorTexture.zip ZIP]
+
* Triangles and Transformations [http://access.cs.sci.ku.ac.th/~pramook/418383/second2009/lecture-11/ColorTexture.rar RAR]
* Meshes and Models [http://access.cs.sci.ku.ac.th/~pramook/418383/second2009/lecture-11/3D%20Game.zip ZIP]
+
* Meshes and Models [http://access.cs.sci.ku.ac.th/~pramook/418383/second2009/lecture-11/3D%20Game.rar RAR]
 
</td>
 
</td>
 
</tr>
 
</tr>
แถว 193: แถว 195:
 
<td>
 
<td>
 
3D Game Programming II
 
3D Game Programming II
* Animated Characters
+
* Animation in Computer Games
* Space Partitioning Trees
 
 
</td>
 
</td>
 
<td>
 
<td>
 +
สไลด์จาก MIT OpenCourseWare
 +
* Keyframe Animations and Articulated Characters [http://theory.cpe.ku.ac.th/~pramook/418383/lecture-12/10_keyfrm_ik_opt.pdf PDF]
 +
* Quaternions and Interpolation [http://theory.cpe.ku.ac.th/~pramook/418383/lecture-12/11_anim_ii_cov.pdf PDF]
 +
* Dynamics (Physical Simulation) [http://theory.cpe.ku.ac.th/~pramook/418383/lecture-12/12_animation_ii.pdf PDF]
 
</td>
 
</td>
 
</tr>
 
</tr>
แถว 208: แถว 213:
 
* Special Effects
 
* Special Effects
 
</td>
 
</td>
<td></td>
+
<td>
 +
สไลด์โดย Prof. Jim Whitehead จาก University of California Santa Cruz
 +
* Introduction to Shader Programming [http://theory.cpe.ku.ac.th/~pramook/418383/lecture-13/intro-shader-hlsl.pdf PDF]
 +
สไลด์เกี่ยวกับโมเดลการสะท้อนแสงจาก Harvard
 +
* Color and Reflectance [http://access.cs.sci.ku.ac.th/~pramook/418341/lecture-10/color-and-reflectance.pdf PDF]
 +
สไลด์เกี่ยวกับ Normal Mapping
 +
* Normal Mapping [http://theory.cpe.ku.ac.th/~pramook/418341/first2009/lecture-23/lecture-23.pdf PDF]
 +
โค้ดตัวอย่าง
 +
* [http://theory.cpe.ku.ac.th/~pramook/418383/lecture-13/HLSL-Madness.rar RAR]
 +
โค้ดตัวอย่างโดย Petri Wilhelmsen (http://digierr.spaces.live.com/blog/ และ http://forums.xna.com/forums/t/27849.aspx)
 +
* Ambient Lighting [http://theory.cpe.ku.ac.th/~pramook/418383/lecture-13/shader-examples/Tutorial1_Ambient.rar RAR]
 +
* Diffuse Lighting [http://theory.cpe.ku.ac.th/~pramook/418383/lecture-13/shader-examples/Tutorial2_Diffuse.rar RAR]
 +
* Specular Lighting [http://theory.cpe.ku.ac.th/~pramook/418383/lecture-13/shader-examples/Tutorial3_Specular.rar RAR]
 +
* Normal Mapping [http://theory.cpe.ku.ac.th/~pramook/418383/lecture-13/shader-examples/Tutorial4_NormalMapping.rar RAR]
 +
</td>
 
</tr>
 
</tr>
  
แถว 218: แถว 237:
 
* Deployment
 
* Deployment
 
</td>
 
</td>
<td></td>
+
<td>
 +
* เกมดีไซเนอร์ [http://theory.cpe.ku.ac.th/~pramook/418383/lecture-14/GameDesigner.pdf PDF]
 +
* โครงสร้างของเกม [http://theory.cpe.ku.ac.th/~pramook/418383/lecture-14/GameStructure.pdf PDF]
 +
* ออกแบบโครงสร้างของเกม [http://theory.cpe.ku.ac.th/~pramook/418383/lecture-14/DesignByElements.pdf PDF]
 +
</td>
 
</tr>
 
</tr>
  

รุ่นแก้ไขปัจจุบันเมื่อ 09:59, 2 มีนาคม 2553

ขอต้อนรับเข้าสู่วิชา 418587 การออกแบบและพัฒนาเกม ประจำปีการศึกษา 2552 ภาคเรียนที่สอง

ประกาศ

  • 2 มิ.ย. 2552: เริ่มสร้างเวบไซต์
  • 6 ธ.ค. 2552: ให้การบ้าน 1
  • 31 ม.ค. 2553: ให้การบ้าน 2
  • 4 ก.พ. 2553: ขยายเวลาการส่งการบ้าน 2 เป็นวันที่ 17 ก.พ. 2553 เวลา 23:59 น.
  • 4 ก.พ. 2553: วันที่ 7 ก.พ. 2553 เรียนตั้งแต่เวลา 9.30 น. - 12.30 น. (สลับกับ อ.นวลวรรณ)
  • 2 มี.ค. 2553: ขยายเวลาการส่งการบ้าน 3 เป็นวันที่ 8 มี.ค. 2553 เวลา 23:59 น.
  • 2 มี.ค. 2553: ให้ Final Project แล้ว ดูรายละเอียดที่นี่

การบ้าน

การบ้าน 1

Tetris: ดูรายละเอียดที่นี่

การบ้าน 2

Breakout ดูรายละเอียดที่นี่

การบ้าน 3

Pacman ดูรายละเอียดที่นี่

Final Project

ดูรายละเอียดที่นี่

การเรียนการสอน

สับดาห์ที่ วัน / เดือน / ปี เนื้อหา เอกสาร
1 8 พ.ย. 52
  • Games and Game Programming
  • Structure of Games

สไลด์

2 15 พ.ย. 52

The C# Programming Language

สไลด์

3 22 พ.ย. 52
  • Introduction to XNA
  • 2D Drawing
  • Keyboard and Mouse Input
  • สไลด์ PDF PPT PPTX
  • โค้ดตัวอย่าง ZIP
  • โค้ดตัวอย่าง Bouncing Balls ZIP
4 29 พ.ย. 52

Programming Tetris

ดูโค้ดตัวอย่างได้ที่การบ้านที่ 1

5 6 ธ.ค. 52

Procedural Animation

  • สไลด์ PDF PPT PPTX
  • โ้ค้ดตัวอย่าง ZIP
  • โ้ค้ดตัวอย่าง (ตัวละครวิ่งตามเมาส์) ZIP
6 13 ธ.ค. 52

Content Pipeline

  • สไลด์ PDF PPT PPTX
  • โ้ค้ดตัวอย่าง ZIP
7 10 ม.ค. 53

Programming Breakout

โค้ดเริ่มต้น

8 17 ม.ค. 53

Sound

9 24 ม.ค. 53

Collision Detection

  • สไลด์ Colission Detection โดย Prof. Jim Whitehead จาก University of California Santa Cruz
  • โค้ดตัวอย่าง ZIP
10 31 ม.ค. 53

Game AI Programming

สไลด์ AI จาก U. of Wisconsin - Madison

โค้ดตัวอย่าง

11 7 ก.พ. 53

3D Game Programming I

  • Camera
  • Displaying Polygons
  • Displaying Models

สไลด์โดย Prof. Jim Whitehead จาก University of California Santa Cruz

  • Introduction PDF
  • Triangles and Transformations PDF
  • Meshes and Models PDF

โค้ดตัวอย่าง

  • Introduction RAR
  • Triangles and Transformations RAR
  • Meshes and Models RAR
12 14 ก.พ. 53

3D Game Programming II

  • Animation in Computer Games

สไลด์จาก MIT OpenCourseWare

  • Keyframe Animations and Articulated Characters PDF
  • Quaternions and Interpolation PDF
  • Dynamics (Physical Simulation) PDF
13 21 ก.พ. 53

3D Game Programming II

  • Shaders
  • Special Effects

สไลด์โดย Prof. Jim Whitehead จาก University of California Santa Cruz

  • Introduction to Shader Programming PDF

สไลด์เกี่ยวกับโมเดลการสะท้อนแสงจาก Harvard

  • Color and Reflectance PDF

สไลด์เกี่ยวกับ Normal Mapping

  • Normal Mapping PDF

โค้ดตัวอย่าง

โค้ดตัวอย่างโดย Petri Wilhelmsen (http://digierr.spaces.live.com/blog/ และ http://forums.xna.com/forums/t/27849.aspx)

  • Ambient Lighting RAR
  • Diffuse Lighting RAR
  • Specular Lighting RAR
  • Normal Mapping RAR
14 28 ก.พ. 53
  • Game Design
  • Deployment
  • เกมดีไซเนอร์ PDF
  • โครงสร้างของเกม PDF
  • ออกแบบโครงสร้างของเกม PDF
15 TBA

Project Presentation

ข้อมูล