saikiran321 / basic-browser-chess

Automatically exported from code.google.com/p/basic-browser-chess
0 stars 0 forks source link

Move log #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe in detail what is desired: (Attach mockup pictures if applicable)
A move log using FAN (figurine notation) on the RHS of the board.

Give a short explanation of why you think the feature is useful:
Provides a clear overview of the game and its move history.

Original issue reported on code.google.com by Dennis.I.89 on 11 Jun 2010 at 4:06

GoogleCodeExporter commented 9 years ago

Original comment by Dennis.I.89 on 16 Jul 2010 at 5:05

GoogleCodeExporter commented 9 years ago
Use a div for the move log. Possibly put each turn (i.e. 1 move from each 
player) inside a <p> tag because then for a move undo it is easy to remove the 
last child. To clear all content, either remove all children or set content to 
an empty string.

Original comment by Dennis.I.89 on 22 Jul 2010 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by Dennis.I.89 on 20 Sep 2010 at 4:44