1.3.1 • Published 1 year ago

chess-sjppd v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Chess engine and legal move generator

Intro

Provides results of the user's choice of moves necessary to progress a chess game. A rudimentary chess engine is provided for play vs the computer.

Progressing play

The accumulation of chess moves made by each side, expressed as a comma-separated list of Pure coordinate notation (PCN) strings, and a template object for game data export in Portable Game Notation (PGN) are to be entered into the "getGameStatus" function to produce the following information used to update a chess game user interface: position in Forsyth-Edwards notation (FEN), list of legal moves in PCN, who has the move, the scoresheet list of moves in standard algebraic notation, a list of captured pieces, and if the game is over, cause of game over and the filled-in PGN.

Export object

has two members, "ui" and "units," for chess user interface and unit testing, respectively.

1.3.1

1 year ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.0.0

2 years ago