Ready for some tic tac toe battles? Challenge your friends or strangers worldwide in this exciting web application built with Next.js and Django REST Framework. Enjoy a smooth, responsive user interface, robust backend logic, and real-time gameplay thanks to WebSocket integration.
- Multiplayer: Clash with friends or random opponents in thrilling real-time matches.
- Responsive UI: Smooth and user-friendly experience on any device.
- API-Driven: Leverages Django REST Framework for efficient backend communication.
- Scalable & Robust: Designed to handle growing players and intense gameplay.
-
Clone the repository:
git clone "https://github.com/DeepakSilaych/TicTacToe"
-
Navigate to the project directory:
cd TicTacToe
-
for backend:
cd backend
pip install -r requirements.txt
python manage.py runserver
-
for frontend:
cd frontend
npm install
npm run dev
-
Open your browser and go to
http://localhost:3000/
to see the application running.
Distributed under the MIT License. See LICENSE
for more information.