Skip to content

vggm/pyChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyChess

pyChess

Making chess with python 🐍

The graphic library used to make this game is pygame. You can install it using pip with the following command line:

pip install pygame

To download the project and run it, you just need to copy the next command lines and paste into the terminal:

Linux/MacOs:

git clone https://github.com/vggm/pyChess.git
cd pyChess/
python3 main.py

Windows:

git clone https://github.com/vggm/pyChess.git
cd pyChess/
py main.py

About

Making chess with pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages