Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 325 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 325 Bytes

Welcome to my Tic Tac Toe App

This is a single player Tic Tac Toe game with 4 difficulty levels built in React. The game is available here: https://tic-tac-toe-react-356921.ue.r.appspot.com/ All the game functions are handled with React except for the computer player AI which is handled by a call to an API which I built