guillemalomar / PythonChess

A work in progress of a Chess game for PvP
GNU General Public License v3.0
1 stars 0 forks source link
chess game tkinter

Python-Chess

alt text

Index

Requirements

Language

You can download Python from here

Libraries

I recommend using pip to install the required packages:

pip install -r requirements.txt

Documentation

Explanation

This project is a simple chess game, in Python. If you have never heard of Chess, or don't know how to play, check this link:

Chess(Wikipedia)

Using the application

Executing

Execute the following command to start the application

~/Python-Chess python3 chess.py

Application input parameters

Execute the following command to see the application input parameters.

~/Python-Chess python chess.py --help