This project is a Node.js-based web application that allows users to play TicTacToe against a robot (AI) or with their friend on the same computer. The game includes a graphically designed user interface for an enjoyable experience.
To run this project, you will need to have the following installed on your machine:
- Clone the repository:
git clone https://github.com/cloudfluffy/tictactoe.git
- Navigate to the project directory:
cd tictactoe
- Install the dependencies:
npm i
- Start the web server:
node index.js
- Open your web browser and go to:
http://localhost:3000/