Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 2.21 KB

README.md

File metadata and controls

73 lines (53 loc) · 2.21 KB

Tic-Tac-Toe

tictactoe icon

Tic-Tac-Toe

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

Tech Stack

Languages:

  • HTML5
  • CSS3
  • Javascript

Server:

  • Node.js
  • Express.js

Preferred tools:

  • Visual Studio Code

Running node locally

To run the app simply follow these steps:

  1. Clone the repository.
    git clone https://github.com/yashodharpatel/Tic-Tac-Toe.git
  2. Open the terminal or Command Prompt and navigate to the project directory.
  3. Install dependencies defined in package.json file:
    npm install
  4. Run node locally to start application:
    npm start
  5. 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

Contributions are always Welcome :)