Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 936 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 936 Bytes

Alt text

USAGE: $ ./chess-quiz.py -p 1 # Quiz number 1 in practical-chess-exercises.dat

$ ./chess-quiz.py --help # HELP
USAGE: ./chess-quiz.py [options] [QUIZ_NUMBER]

options: -h, --help Help screen -p, --pract-chess Practical Chess Quiz -c, --chess-com Chess.com quiz -b, --bril-chkmate 1001 Brilliant way to Checkmate -w, --winning-sac 1001 Winning Sacrifice

*if QUIZ_NUMBER is not provided, quiz will be randomly selected.

INITIAL

  1. Design. User can look at chess problem, application intepretes different problem format and show uniform manner.

  2. FEN notation. http://www.pygame.org/project-ChessBoard-282-.html ChessBoard.py

  3. pygame