Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 377 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 377 Bytes

tictactoe

Javascript Tic Tac Toe Game

Description

This is a one-player Tic Tac Toe game where you play against the computer. This is an older project, hence why it's written in jQuery.

Technologies Used

Javascript, jQuery, HTML/CSS, Bootstrap

To Do (someday)

  • Add 2 player functionality
  • Convert to React (or something other than jQuery)
  • Implement testing