Recreated games of Connect4 and TicTacToe. Includes two-player gameplay for both games. In TicTacToe, play against computer-generated moves. The computer plays according to a Depth First Search algorithm that searches through all possible future game states to determine the current best move.
Access via link: https://react-games-edh.herokuapp.com/ *You may have to wait or reload the page as Heroku "spins up" the application.
Clone the project, then run
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.