Build a Game in the Browser: Tic Tac Toe

Learn by applying your skills.

It's time to apply the skills you've learned so far to build a mini-game: an interactive Tic Tac Toe game in the browser. These lessons will incorporate object-oriented programming and DOM manipulation.

By applying your skills in this context, you'll get a feel for how to organize your code and your files. You're also going to see how HTML, CSS, and JavaScript can work together to produce an application, without relying on outside tools or frameworks.

These lessons are taught by JavaScript consultant Mike Dane, who holds a Masters degree in computer science and has worked for Lockheed Martin.


Skills covered in this course: JavaScript DOM HTML CSS Arrays Functions Objects

Lessons

1. Intro (4:41)
2. Drawing Board (10:20)
3. Executing Moves (11:55)
4. Updating Dom (7:10)
5. Scoring the Game (13:49)
6. Code Review (9:04)