Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 590 Bytes

File metadata and controls

15 lines (9 loc) · 590 Bytes

JavaScript Project: Tic Tac Toe Game for freecodecamp.org

Build a tic tac toe game

Try it on Codepen: https://codepen.io/Romugar/pen/MpPeZg

Objective

Build a CodePen.io app that is functionally similar to this: https://codepen.io/freeCodeCamp/full/KzXQgy/

Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.

  1. User Story: I can play a game of Tic Tac Toe with the computer.
  2. User Story: My game will reset as soon as it's over so I can play again.
  3. User Story: I can choose whether I want to play as X or O.