Data Structures and Design Patterns for Game Developers
This course is a stand-alone course that builds on the knowledge included in the C# Programming for Unity Game Development Specialization, so the course assumes you have the prerequisite knowledge from that Specialization. You should make sure you have that knowledge, either by taking those courses or from personal experience, before tackling this course. Throughout this course you’ll build on your foundational C# and Unity knowledge by developing more robust games with better object-oriented designs using various data structures and design patterns.Data structures and design patterns are both general programming and software architecture topics that span all software, not just games. Although we’ll discuss these ideas in the game domain, they also apply if you’re writing a web app in ASP.NET, building a tool using WinForms, or any other software you decide to build.
Module 1: Explore a Dynamic Array data structure and learn the basics of algorithm analysis
Module 2: Learn about and use the common Linked List and Graph data structures
Module 3: Learn about and use several additional data structures: Stacks, Queues, and Trees
Module 4: Learn why design patterns are so useful and discover a number of design patterns useful in game development
“Unity” is a trademark or registered trademark of Unity Technologies or its affiliates in the U.S. and elsewhere.
This course is an independent work and is not sponsored by, authorized by, or affiliated with Unity Technologies or its affiliates
None
Syllabus
Syllabus - What you will learn from this course
Week 1
Dynamic Arrays and Algorithm Analysis
Week 2
Linked Lists and Graphs
Week 3
Stacks, Queues, and Trees
Week 4
Design Patterns
FAQ
When will I have access to the lectures and assignments?
Access to lectures and assignments depends on your type of enrollment. If you take a course in audit mode, you will be able to see most course materials for free. To access graded assignments and to earn a Certificate, you will need to purchase the Certificate experience, during or after your audit. If you don't see the audit option:
The course may not offer an audit option. You can try a Free Trial instead, or apply for Financial Aid.
The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
What will I get if I subscribe to this Specialization?
When you enroll in the course, you get access to all of the courses in the Specialization, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile. If you only want to read and view the course content, you can audit the course for free.
Is financial aid available?
Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.
Reviews
I liked this course and learned a lot in it. Thank you :))
this course contains well illustrated knowledge of coding with good depth
Learnt a lot about data structures. The only thing I would improve on is giving additional instruction on the last assignment. Very good course though.
Learned a lot of useful data structures like graph and nodes along with some algorithms. Great Course!