Skip to content

alok1974/chessly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chessly

The game of Chess in python

chessly.gif

Installation

You can use one of the following two options

Installing by cloning the source code

git clone git@github.com:/alok1974/chessly.git
cd chessly
pip install .

or

Installing directly from github repo using pip

python -m pip install git+https://git@github.com/alok1974/chessly.git@master#egg=chessly

Running

chessly

Enjoy!