/chess

Chess game made with Python

Primary LanguagePython

Chess

This game is still being developed

🔧 Setup

Before running this project, you must have the following tool installed on your machine:

Also, you'll need to clone this repository:

## Cloning this repository
git clone https://github.com/mateuseap/chess

## Entering in the root directory
cd chess

🚀 Running

You'll need to run the commands below:

## Creating a virtual environment
python -m venv env
.\env\Scripts\activate

## Installing dependencies
pip install -r .\requirements.txt

## Running the app
python main.py

A window will pop up and then you're ready to play it 😁