Skip to content

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 :)

Notifications You must be signed in to change notification settings

yashodharpatel/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

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 :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published