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
- Host: GitHub
- URL: https://github.com/mateuseap/chess
- Owner: mateuseap
- Created: 2023-03-24T05:51:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T09:36:41.000Z (about 3 years ago)
- Last Synced: 2025-02-12T03:51:29.996Z (over 1 year ago)
- Language: Python
- Size: 60.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 😁