March 3, 2025 | by GamesHereHQ Team

As an Amazon Associate, GamesHereHQ earns from qualifying purchases.
Price: [price_with_discount]
(as of [price_update_date] – Details)
[ad_1]
Mikhail Tal, the ‘magician from Riga,' was the greatest attacking World Champion of them all, and this enchanting autobiography chronicles his extraordinary career with charm and humor.
Publisher : Everyman Chess; 2nd edition (July 1, 1997)
Language : English
Paperback : 496 pages
ISBN-10 : 1857442024
ISBN-13 : 978-1857442021
Item Weight : 2.31 pounds
Dimensions : 6 x 1.25 x 8.5 inches
[ad_2]
View all
As an Amazon Associate, GamesHereHQ earns from qualifying purchases.
function ghq_price_box_shortcode($atts) { $atts = shortcode_atts(array( 'asin' => '', 'btn_text' => 'Check Price on Amazon' ), $atts);$asin = esc_attr($atts['asin']); $btn_text = esc_html($atts['btn_text']); $affiliate_id = 'Gamesherehq-20'; $link = "https://www.amazon.com/dp/$asin?tag=$affiliate_id"; return ''; add_shortcode('ghq_price_box', 'ghq_price_box_shortcode');