This game incorporates the Minimax Algorithm for an "unbeatable A.I." if the user chooses an advanced game play.
*** Warning: Danger of thermonuclear war in case AI loses ***
npm install
npm run start (on http://localhost:3000)
My own home-grown algorithm for the AI: Code is located here
Code for a Minimax algorithm (unbeatable A.I.) I refactored for React: Minimax Code here