Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 742 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 742 Bytes

##DumbChess Python is a didactical project

#####I dit it to learn Python.

It's a console chess game with AI.

I now think Python was not the best choice to write such a game, but I learned and that was the point.

To run it :

python chess.py

Then type your first move or "h" for help.

The argument in chess.position.get_best_move sets the thinking depth.

prof.py is to profile performance, it uses the nice snakeviz package.

Any comment is welcome...