I'm currently toying around with visualizing chess games.
Usually it's a regular board in which you navigate through "time" by clicking next/prev.
My first alternative attempt, http://vps001.vanheusden.com/~folkert/chess-3d.webm is a bit different.
You see slices going from left to right, alternating red and green. Now as you may have guessed; red is white and green is black. The slice you see first is the first ply and goes on all upto the last move. I chose not to display what type each piece is, e.g. rook or pawn or so but show the "importance" at that ply. The importance here is the following: I evaluate every move that starts at the board position I want to display (with a depth of 4 because my chess engine is slow as molasses). I then take the average of those evaluations. I do this for all other 1...31 pieces then on the board. Then I scale each average eval to 0...1 and use that as a scaler for the size of each block shown.
The game shown here is:
This may be not very useful (e.g. displaying the wrong data) but I hope it inspires someone resulting in something, well, great or so.[Site "Szirak 40/358"]
[Date "1985.??.??"]
[White "Sax, Gyula"]
[Black "Klinger, J."]
What do you think?
