开始时间: 04/22/2022 持续时间: 12 weeks
所在平台: CourseraArchive 课程类别: 计算机科学 大学或机构: University of Colorado System(美国科罗拉多大学) 授课老师: Tim "Dr. T" Chamillard |
课程主页: https://www.coursera.org/course/gameprogramming
课程评论:没有评论
Start learning how to program video games using the C# programming language. Plenty of practice opportunities are included!
Week One: Introduction to the course, the Visual Studio environment, and the Microsoft XNA framework. Writing your first C# program and starting to learn about data types.
Week Two: Classes and objects, the core of object-oriented programming (which works great for games!). Writing your first XNA programs.
Week Three: Strings and what we can do with them. Selection, how to implement it, and why it's so useful in game development.
Week Four: Mouse and 360 controller input in XNA. Arrays and collection classes to store multiple pieces of information.
Week Five: Iteration - the various ways we can do multiple things in our code.
Week Six: Class design and implementation in more detail. How are all those useful classes we've been using actually coded?
Week Seven: Adding music and sound effects to your games. Keyboard input and text output in XNA.
Week Eight: The optional project as a great way to review for the Final Exam.