Skip to content

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.

Notifications You must be signed in to change notification settings

DeepakSilaych/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Multiplayer (Next.js & Django)

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.

Features

  • 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.

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone "https://github.com/DeepakSilaych/TicTacToe"
  2. Navigate to the project directory:

    cd TicTacToe
  3. for backend:

    cd backend
    pip install -r requirements.txt
    python manage.py runserver
  4. for frontend:

    cd frontend
    npm install
    npm run dev
  5. Open your browser and go to http://localhost:3000/ to see the application running.

Screenshots

screenshot screenshot screenshot

License

Distributed under the MIT License. See LICENSE for more information.

About

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.

Topics

Resources

Stars

Watchers

Forks

Languages