Skip to content

guillemalomar/PythonChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Chess

  • Title: Python Chess
  • Author: Guillem Nicolau Alomar Sitjes
  • Current release: January 7th, 2019
  • Code version: 0.4
  • Availability: Public

alt text

Index

Requirements

Language

  • Python +3.5

You can download Python from here

Libraries

  • pillow 5.3.0
  • termcolor 1.1.0

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

About

A work in progress of a Chess game for PvP

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages