Beginning Game Programming with C#
Beschreibung
When you enroll for courses through Coursera you get to choose for a paid plan or for a free plan .
- Free plan: No certicification and/or audit only. You will have access to all course materials except graded items.
- Paid plan: Commit to earning a Certificate—it's a trusted, shareable way to showcase your new skills.
About this course: The Beginning Game Programming with C# course is all about learning how to develop video games using the C# programming language. Why use C# instead of C++, Java, ActionScript, or some other programming language you may have heard of? First, using C# lets us use the open-source MonoGame framework, which help us quickly develop games for Windows, Android, iOS, Mac OS X, and others. Second, the Unity game engine is very popular with indie game developers, and C# is one of the programming languages you can use in the Unity environment. And finally, C# is a really good language for learning how to program. That learning how to program comment is important because this cou…

Frequently asked questions
Es wurden noch keine FAQ hinterlegt. Falls Sie Fragen haben oder Unterstützung benötigen, kontaktieren Sie unseren Kundenservice. Wir helfen gerne weiter!
When you enroll for courses through Coursera you get to choose for a paid plan or for a free plan .
- Free plan: No certicification and/or audit only. You will have access to all course materials except graded items.
- Paid plan: Commit to earning a Certificate—it's a trusted, shareable way to showcase your new skills.
About this course: The Beginning Game Programming with C# course is all about learning how to develop video games using the C# programming language. Why use C# instead of C++, Java, ActionScript, or some other programming language you may have heard of? First, using C# lets us use the open-source MonoGame framework, which help us quickly develop games for Windows, Android, iOS, Mac OS X, and others. Second, the Unity game engine is very popular with indie game developers, and C# is one of the programming languages you can use in the Unity environment. And finally, C# is a really good language for learning how to program. That learning how to program comment is important because this course doesn't assume you have any previous programming experience. Don't worry if you've never written code before; we'll start at the very beginning and work our way up to building a small, complete game by the end of the course. Throughout the course you'll learn core programming concepts that apply to lots of programming languages, including C#, and you'll also learn how to apply those concepts when you develop games: drawing all the entities in the game world, updating the game world based on user input and simple physics, playing music and sound effects in your games, and so on. Computer programming is really fun in general, and programming games is even better! Caution: Beginning (assuming no prior programming knowledge) is not the same as easy (not hard to do). Learning to program IS hard to do, especially since this course is essentially a freshman-level college course. Meeting the course challenges while you master the material will be rewarding to you, but doing that will require hard work and maybe even a few expletives along the way.
Created by: University of Colorado System-
Taught by: Dr. Tim "Dr. T" Chamillard, Associate Professor
Computer Science
Each course is like an interactive textbook, featuring pre-recorded videos, quizzes and projects.
Help from your peersConnect with thousands of other learners and debate ideas, discuss course material, and get help mastering concepts.
CertificatesEarn official recognition for your work, and share your success with friends, colleagues, and employers.
University of Colorado System The University of Colorado is a recognized leader in higher education on the national and global stage. We collaborate to meet the diverse needs of our students and communities. We promote innovation, encourage discovery and support the extension of knowledge in ways unique to the state of Colorado and beyond.Syllabus
WEEK 1
Course Introduction, First C# Program, and Storing Data
Learn about the course structure, the course programming environment, and Dr. T; Learn how to write a C# program; Learn how we use data types, variables, and constants to store data in our programs; Complete and submit Programming Assignment 1
11 videos, 9 readings expand
- Reading: It's Time to Build Games!
- Video: 1.1 Course Introduction
- Video: 1.2 Navigating the Course
- Video: 1.3 Visual Studio and XNA
- Video: 1.4 Meet the Instructor (Optional)
- Video: 2.1 Your First C# Program
- Video: 2.2 Commenting and You
- Video: 3.1 Bits and Bytes
- Video: 3.2 Data Types, Variables, and Constants
- Video: 3.3 Integer Data Types
- Video: 3.4 Real Number Data Types
- Video: 3.5 Other Value Types
- Reading: Week 1 Resources
- Reading: Labs 1, 2, and 3
- Reading: Setting Up Your Development Environment
- Reading: Flow and Course Structure
- Reading: Advice for Beginners and Nonbeginners
- Reading: Course Coding Standards
- Reading: Course Topic Index
- Reading: Programming Assignment 1 FAQ
Graded: Programming Assignment 1
WEEK 2
Classes and Objects, MonoGame/XNA Basics
Learn some foundational Object-Oriented concepts; Learn the basics of MonoGame/XNA; Complete and submit Programming Assignment 2; Complete and submit Peer Review of Programming Assignment 1
9 videos, 4 readings expand
- Reading: Welcome to Week 2
- Video: 4.1 Intro to Classes and Objects
- Video: 4.2 Using a Class: Constructor and Properties
- Video: 4.3 Using a Class: Methods
- Video: 4.4 Designing a Class
- Video: 5.1 MonoGame vs XNA
- Video: 5.2 Intro to XNA
- Video: 5.3 Your First XNA Game: Resolution and Loading Content
- Video: 5.4 Your First XNA Game: Drawing
- Video: 5.5 XNA Practice
- Reading: Week 2 Resources
- Reading: Labs 4, 5, and 6
- Reading: Programming Assignment 2 FAQ
Graded: Programming Assignment 2
WEEK 3
Strings and Selection
Learn about using C# strings; Learn how we make decisions in our code; Complete and submit Programming Assignment 3; Complete and submit Peer Review of Programming Assignment 2
5 videos, 4 readings expand
- Reading: It's Week 3 Already
- Video: 6.1 Intro to Strings
- Video: 6.2 String Operations
- Video: 7.1 Selection: If Statements
- Video: 7.2 Selection: Switch Statements
- Video: 7.3 Selection in Games
- Reading: Week 3 Resources
- Reading: Labs 7, 8, 9, and 10
- Reading: Programming Assignment 3 FAQ
Graded: Programming Assignment 3
WEEK 4
Recovery week
Reflect on previous course material with no new material this week; Complete and submit Project Increment 1; Complete and submit Peer Review of Programming Assignment 3
4 readings expand
- Reading: The First Recovery Week
- Reading: Project Summary
- Reading: Project Increment 1 Solution
- Reading: Project Increment 1 FAQ
Graded: Project Increment 1
WEEK 5
MonoGame/XNA Mice and Controllers, Arrays and Collection Classes
Learn how to use mice and controllers for input; Learn how to store larger amounts of data; Complete and submit Programming Assignment 4; Complete and submit Peer Review of Project Increment 1
6 videos, 4 readings expand
- Reading: An Exciting Week 5
- Video: 8.1 XNA Mouse Location Processing
- Video: 8.2 XNA Mouse Button Processing
- Video: 8.3 XNA Controller Thumbstick Processing
- Video: 8.4 XNA Controller Button Processing
- Video: 9.1 Arrays
- Video: 9.2 Collection Classes
- Reading: Week 5 Resources
- Reading: Labs 11 and 12
- Reading: Programming Assignment 4 FAQ
Graded: Programming Assignment 4
WEEK 6
Recovery week
Reflect on previous course material with no new material this week; Complete and submit Project Increment 2; Complete and submit Peer Review of Programming Assignment 4
3 readings expand
- Reading: The Second Recovery Week
- Reading: Project Increment 2 Solution
- Reading: Project Increment 2 FAQ
Graded: Project Increment 2
WEEK 7
Iteration
Learn how to do things multiple times; Complete and submit Programming Assignment 5; Complete and submit Peer Review of Project Increment 2
4 videos, 3 readings expand
- Reading: Another Big Week of Learning
- Video: 10.1 For Loops: The Basics
- Video: 10.2 For Loops: Dead Teddies
- Video: 10.3 Foreach Loops
- Video: 10.4 While Loops
- Reading: Week 7 Resources
- Reading: Labs 13 and 14
Graded: Programming Assignment 5
WEEK 8
Recovery week
Reflect on previous course material with no new material this week; Complete and submit Project Increment 3; Complete and submit Peer Review of Programming Assignment 5
2 readings expand
- Reading: Another Recovery Week, But ...
- Reading: Project Increment 3 Solution
Graded: Project Increment 3
WEEK 9
Class Design and Implementation
Learn how to design and implement classes; Complete and submit Programming Assignment 6; Complete and submit Peer Review of Project Increment 3
8 videos, 2 readings expand
- Reading: Our Own Classes!
- Video: 11.1 Console Class: Fields and Properties
- Video: 11.2 Console Class: Constructors
- Video: 11.3 Console Class: Method
- Video: 11.4 XNA Class: Fields and Properties
- Video: 11.5 XNA Class: Constructor and Methods Part 1
- Video: 11.6 XNA Class: Constructor and Methods Part 2
- Video: 11.7 XNA Class Use Part 1
- Video: 11.8 XNA Class Use Part 2
- Reading: Week 9 Resources
Graded: Programming Assignment 6
WEEK 10
Recovery Week
Reflect on previous course material with no new material this week; Complete and submit Project Increment 4; Complete and submit Peer Review of Programming Assignment 6
2 readings expand
- Reading: The Final Recovery Week
- Reading: Project Increment 4 Solution
Graded: Project Increment 4
WEEK 11
MonoGame/XNA Audio, MonoGame/XNA Text IO
Learn how to play music and sound effects in MonoGame/XNA; Learn how to process keyboard input and display text in MonoGame/XNA; Complete and submit Project Increment 5; Complete and submit Peer Review of Project Increment 4
3 videos, 4 readings expand
- Reading: The Last of the New Material
- Video: 12.1 XNA Audio Without XACT
- Video: 13.1 XNA Keyboard Input
- Video: 13.2 XNA Text Output
- Reading: Week 11 Resources
- Reading: Labs 15 and 16
- Reading: Project Increment 5 Solution
Graded: Project Increment 5
WEEK 12
The Final Week
The description goes here
2 videos, 2 readings expand
- Reading: The Final Week
- Video: Concept Understanding Self Evaluation
- Reading: Optional Project
- Video: Course Wrapup
Graded: Final Exam
Werden Sie über neue Bewertungen benachrichtigt
Schreiben Sie eine Bewertung
Haben Sie Erfahrung mit diesem Kurs? Schreiben Sie jetzt eine Bewertung und helfen Sie Anderen dabei die richtige Weiterbildung zu wählen. Als Dankeschön spenden wir € 1,00 an Stiftung Edukans.Es wurden noch keine FAQ hinterlegt. Falls Sie Fragen haben oder Unterstützung benötigen, kontaktieren Sie unseren Kundenservice. Wir helfen gerne weiter!