diff --git a/README.md b/README.md index 57f740a..311f04c 100644 --- a/README.md +++ b/README.md @@ -858,6 +858,10 @@ and anti-analysis techniques. - [Text Lectures](http://ocw.tufts.edu/Course/75/Learningunits) - [Assignments](http://ocw.tufts.edu/Course/75/Assignments) - [Labs](http://ocw.tufts.edu/Course/75/Labs) +- [CS 50](https://cs50.github.io/games/) **Intro to Game Developement** *Harvard University* Lecture VideosAssignments Lecture Notes + - This course picks up where Harvard College’s [CS50](https://cs50.harvard.edu/) leaves off, focusing on the development of 2D and 3D interactive games. Students explore the design of such childhood games as Super Mario Bros., Legend of Zelda, and Portal in a quest to understand how video games themselves are implemented. Via lectures and hands-on projects, the course explores principles of 2D and 3D graphics, animation, sound, and collision detection using frameworks like Unity and [LÖVE 2D](https://love2d.org/), as well as languages like Lua and C#. By class’s end, students will have programmed several of their own games and gained a thorough understanding of the basics of game design and development. + - [Assignments](https://cs50.github.io/games/assignments) + - [Lecture Videos](https://cs50.github.io/games/lectures) - [CS 100](https://github.com/mikeizbicki/ucr-cs100) **Open Source Software Construction** *UC Riverside* Assignments Lecture Notes - This is a course on how to be a hacker. Your first four homework assignments walk you through the process of building your own unix shell. You'll be developing it as an open source project, and you will collaborate with each other at various points. - [Github Page](https://github.com/mikeizbicki/ucr-cs100)