An open API service indexing awesome lists of open source software.

https://github.com/mateuseap/chess

Chess game made with Python
https://github.com/mateuseap/chess

Last synced: about 1 year ago
JSON representation

Chess game made with Python

Awesome Lists containing this project

README

          

# Chess



*This game is still being developed*

## 🔧 Setup

Before running this project, you must have the following tool installed on your machine:
* [Python v3.11.0](https://www.python.org/downloads/release/python-3110/)

Also, you'll need to clone this repository:

```bash
## 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:
```bash
## 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 😁