Module 14 - Final Project 2

Topics in
this Module

Videos for Module 14 - Final Project 2

There are no videos yet this term for this Module. Check back soon!

Activities for this Module

A14 - Tic-Tac-Toe Game

The Challenge

Starting with the template file below, add JavaScript to create a functional Tic-Tac-Toe game that meets the constraints in the Constraints / Success Criteria section.

Download the A14 Template File Download Download the A14 Template File

Constraints / Success Criteria

  • Start with the template file.
  • The game should indicate whose turn it is.
  • The users should take turns clicking to place their X or O
  • If someone meets the game winning conditions, then the game should let them know who has won.
  • If the squares all fill up without a winner, the game should let the players know it's a tie.
  • If the game ends, then there should be a button to reset the game.

How to Submit

Submit the completed HTML file.