XO Game is a multiplayer online game based on the classic Tic Tac Toe. This project also includes a chat room feature to allow players to communicate with each other.
- Play XO Game online with your friends.
- Communicate with other players using a chat room.
- Beautiful and user-friendly UI built with React and Tailwind CSS.
- User registration and login system powered by Node.js and PostgreSQL.
- Clone the project from GitHub:
git clone https://github.com/MahdiAsadolahzade/XOGame.git
- Navigate to the project directory:
cd xo-game
- Install the required packages using npm or yarn:
npm install
# or
yarn install
- Run the project:
npm run dev
# or
yarn start
- The server should be available at
https://xogame-backend-mahdiasadolahzade.onrender.com/
.
- Version 1.0.0
- Introducing XO Game.
- Adding player chat feature.
- Implementing user registration and login.
You can view the deployed XO Game at the following link: Link to Deployed XO Game