From the course: HTML, CSS, and JavaScript: Building the Web

Unlock the full course today

Join today to access over 24,600 courses taught by industry experts.

Space game project: Code overview

Space game project: Code overview

- [Instructor] Hello, and welcome back. This is Lesson 4 in Chapter 5, Advanced App Development, so let's recap what we've done so far. We kind of talked about this three-step process where you can build to learn by deconstructing existing projects, open source ones, or tutorials from the Web Dev For Beginners series, and we looked at it in three parts. First, build it, make sure it runs, and try to intuitively, just from the experience, figure out what the HTML, CSS, and JavaScript components might be. Second, look at the code and try to map what you see in the experience to the different components of the code and first, start by recognizing or identifying things you already know, and third, derive from it. The places where you have not seen or are not familiar with concepts, look at the code to figure out if you can intuitively understand what is happening. Now, we went through that process in the typing game, which was, let's be honest, a really, really simple game. Now we're…

Contents