Skip to content

This time I am making the chess game with Django as a Backend. Previously, I have built it with php and js

Notifications You must be signed in to change notification settings

nabin2004/ChessInDjango

Repository files navigation

CHESS-with-backend-in-Django

Chess in Django

This is a chess game implemented using Django as the backend framework.

Project Structure

  • meroenv: This directory contains the Python virtual environment for the project.
  • chess: This is the main project directory.
    • chess: This directory contains the main Django project.
    • accounts: This directory contains the app responsible for handling login and signup functionality.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository.
  2. Create a virtual environment using the meroenv directory.
  3. Install the required dependencies.
  4. Run the Django development server.

Enjoy playing chess with Django!

There is the printState.py in the ChessEngine\ dir. It wont be needed later so you can delete it.

About

This time I am making the chess game with Django as a Backend. Previously, I have built it with php and js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published