From bdd7e1538c62134d5e06115cf5b914242b2a0eab Mon Sep 17 00:00:00 2001 From: Bob Conan Date: Fri, 18 Oct 2024 17:33:28 -0500 Subject: [PATCH] Update README.md, fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9f69e8..0ea0735 100644 --- a/README.md +++ b/README.md @@ -874,7 +874,7 @@ 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 Videos Assignments Lecture Notes +- [CS 50](https://cs50.github.io/games/) **Intro to Game Development** *Harvard University* Lecture Videos Assignments 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) @@ -889,7 +889,7 @@ and anti-analysis techniques. - You should know programming, data structures, and software engineering. In terms of mathematics, your algebra should be very solid, you need to know basic probability, and you should be comfortable with thinking abstractly. The TAs will spend very little time reviewing material that is not specific to networking. We assume that you either know the material covered in those courses, or are willing to learn the material as necessary. We won't cover any of this material in lecture. - [CS 193a](http://web.stanford.edu/class/cs193a/lectures.shtml) **Android App Development, Spring 2016** *Stanford University* Lecture Videos Assignments Lecture Notes - Course Description: This course provides an introduction to developing applications for the Android mobile platform. - - Prerequisite: CS 106B or equivalent. Java experience highly recommended. OOP highly recommmended. + - Prerequisite: CS 106B or equivalent. Java experience highly recommended. OOP highly recommended. - Devices: Access to an Android phone and/or tablet recommended but not required. - Videos: Videos list can be found [here](http://web.stanford.edu/class/cs193a/videos.shtml) - Other materials: Some codes, handsout, homework ..... and lecture notes are not downloadable on the site due to login requirement. Please head to my Github repo [here](https://github.com/VoLuong/Materials-CS193A-Android-App-Development-Standford) to download them.