Play our favorite childhood game against your friends or an unbeatable AI (Minimax algorithm). No more description, You've played it tone times on the last page of your books :)
Release version (Website):
https://gameplaytictactoe.herokuapp.com
Languages:
- HTML5
- CSS3
- Javascript
Server:
- Node.js
- Express.js
Preferred tools:
- Visual Studio Code
To run the app simply follow these steps:
- Clone the repository.
git clone https://github.com/yashodharpatel/Tic-Tac-Toe.git
- Open the terminal or Command Prompt and navigate to the project directory.
- Install dependencies defined in package.json file:
npm install
- Run node locally to start application:
npm start
- Point your browser to http://localhost:8000
AI works on the concept of a Minimax Algorithm.
Regards to freecodecamp and Youtube videos for guidance.
For specific details on the actual algorithm's implementation, you can find the code in Computer.js or either you can Contact me.
Contact me: [email protected]
🌎 Website: https://yashodharpatel.herokuapp.com