Skip to content

semihsezer/chess-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Runtime python 3.6

python setup.py install

python chess.py

Tests

python setup.py test or py.test py.test -x will stop after first failure or customize it py.test --maxfail=2

For debugging, insert pytest.set_trace() to pytest or simply pdb.set_trace() to regular python file. Then: py.test --pdb

About

A chess game implementation in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages