Skip to content

Ananta-Paul/Tic_Tac_Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a multiplayer Tic Tac Toe game developed using Node.js, Express, and Socket.io. The game can be played in two modes:

  • Player vs Player
  • Player vs AI

Requirements:

  • Node.js
  • NPM

Installation:

  • Clone the repository https://github.com/
  • Open terminal and navigate to the cloned directory
  • Run the command npm install to install all the required packages
  • Run the command node index.js to start the server
  • Open your browser and navigate to http://localhost:3000

Features:

  • Player vs Player mode where two players can play together in a single room.

  • Player vs AI mode where a player can play against the computer. Three levels of difficulty are available for the player to choose from (Easy, Medium, Hard).

  • Clear button to clear the game board.

Technology Stack:

  • Node.js
  • Express
  • Socket.io
  • HTML, CSS, JavaScript

Contributing:

  • This project is open to contributions. Feel free to contribute by opening a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published