This is a chess game implemented using Django as the backend framework.
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.
To get started with the project, follow these steps:
- Clone the repository.
- Create a virtual environment using the
meroenv
directory. - Install the required dependencies.
- 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.