From the course: Game Development Foundations: Game-Related Math

Using the exercise files - JavaScript Tutorial

From the course: Game Development Foundations: Game-Related Math

Start my 1-month free trial

Using the exercise files

- [Instructor] If you have access to the exercise files you can follow along with the same project I'll have on the screen. The folder is structured with each chapter broken into video folders. Inside of the video folders is the current state of the project at the start of this video. Simply open the Start folder to find the code we will be using for the current example. You can also view the final state of the example in the Finish folder. For this course, we'll be using a free online web editor called CodePen. I'll be using Sublime edit to open each of the files but you can use any plain text editor you feel comfortable with. You'll simply copy over the JavaScript file into a new CodePen project in order to follow along. At the start of each video, I'll walk you through the process of copying this code over. Each JavaScript file contains the foundation for displaying the visuals of the example. We will simply focus on the code we need to write in order to learn the lesson. Feel free to look at the rest of the code after you complete the video to see how it is structured.

Contents