Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 254 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 254 Bytes

tictactoe

completing fcc's tictactoe challenge!

#goals [verbatim]

  • I can play a game of Tic Tac Toe with the computer (DONE)
  • My game will reset as soon as it's over so I can play again (DONE)
  • I can choose whether I want to play as X or O (DONE)