Skip to content

juan-restrepop/chessByDeMeGa

Repository files navigation

python chess game and ml

===

Contributors:

Test:

To run test on chess_game do: python chess_game_test.py -v

To run test on chess_board do: python chess_board_test.py -v

To run both tests run: python -m unittest discover ./ -p '*_test.py'

Code coverage by test

To do the following the package coverage.py needs to be installed. To get the test coverage do: coverage run --source ./ -m unittest discover ./ -p '*_test.py' coverage report -m

Launch basic game:

To launch a basic game do : python launch.py

To go through toy game do: python launch.py dataBase/Kasparov_game0001.pgn

About

Making a chess game. Learning how to play it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages