OpenTechSchool-Leipzig / learning-resources

Tutorials, books, articles, videos and more to learn coding
31 stars 1 forks source link

CS50's Introduction to Game Development #45

Open ghost opened 4 years ago

ghost commented 4 years ago

Name of the resource CS50's Introduction to Game Development 2018

Links where to find the resource https://courses.edx.org/courses/course-v1:HarvardX+CS50G+Games/course/ https://www.youtube.com/playlist?list=PLhQjrBD2T383Vx9-4vJYFsJbvZ_D17Qzh

A short description This course picks up where Harvard University's CS50 leaves off, focusing on the development of 2D interactive games. Students explore the design of such childhood games as Super Mario Bros., Legend of Zelda, and Pokémon in a quest to understand how video games themselves are implemented. Via lectures and hands-on projects, the course explores principles of 2D graphics, animation, sound, and collision detection using the LÖVE framework and Lua programming language. By course's end, students will have programmed several of their own games and gained a thorough understanding of the basics of game design and development.

Additional notes