Pular para conteúdo
Greta Livraria
Livraria
Clube
Edições
Sobre
0
0
Greta Livraria
Livraria
Clube
Edições
Sobre
0
0
Livraria
Clube
Edições
Sobre
Livraria TOMORROW AND TOMORROW AND TOMORROW
51cWp2v595L.jpeg Imagem 1 de
51cWp2v595L.jpeg
51cWp2v595L.jpeg

TOMORROW AND TOMORROW AND TOMORROW

€ 14,25

Gabrielle Zevin

From the author of the beloved The Storied Life of A.J. Fikry comes a heartwarming tale of human connection, creativity and collaboration as two children who meet in a hospital go on to pursue their dreams and identities through the production of video games.

Sam and Sadie meet in a hospital in 1987. Playing together brings joy, escape, fierce competition - and a special friendship. Then, all too soon, that time is over and they must return to their normal lives.

When the pair spot each other eight years later in a crowded train station the spark is immediate, and together they get to work on what they love - creating virtual worlds to delight, challenge and immerse. Their collaborations make them global superstars but along with success, money and fame come betrayal and tragedy.

Tomorrow, and Tomorrow, and Tomorrow takes us on a dazzling imaginative quest, examining identity, creativity and our need to connect.

Quantidade:
Adicionar ao carrinho

Gabrielle Zevin

From the author of the beloved The Storied Life of A.J. Fikry comes a heartwarming tale of human connection, creativity and collaboration as two children who meet in a hospital go on to pursue their dreams and identities through the production of video games.

Sam and Sadie meet in a hospital in 1987. Playing together brings joy, escape, fierce competition - and a special friendship. Then, all too soon, that time is over and they must return to their normal lives.

When the pair spot each other eight years later in a crowded train station the spark is immediate, and together they get to work on what they love - creating virtual worlds to delight, challenge and immerse. Their collaborations make them global superstars but along with success, money and fame come betrayal and tragedy.

Tomorrow, and Tomorrow, and Tomorrow takes us on a dazzling imaginative quest, examining identity, creativity and our need to connect.

Gabrielle Zevin

From the author of the beloved The Storied Life of A.J. Fikry comes a heartwarming tale of human connection, creativity and collaboration as two children who meet in a hospital go on to pursue their dreams and identities through the production of video games.

Sam and Sadie meet in a hospital in 1987. Playing together brings joy, escape, fierce competition - and a special friendship. Then, all too soon, that time is over and they must return to their normal lives.

When the pair spot each other eight years later in a crowded train station the spark is immediate, and together they get to work on what they love - creating virtual worlds to delight, challenge and immerse. Their collaborations make them global superstars but along with success, money and fame come betrayal and tragedy.

Tomorrow, and Tomorrow, and Tomorrow takes us on a dazzling imaginative quest, examining identity, creativity and our need to connect.

Você também pode gostar

Pensar Queer. Sexualidade, Cultura e Educação
Pensar Queer. Sexualidade, Cultura e Educação
€ 17,70
Onde é que elas andam?
Onde é que elas andam?
€ 17,00
(h)amor 9 amigas
(h)amor 9 amigas
€ 15,50
Sold Out
Democracia para quem?
Democracia para quem?
€ 18,00
Las hijas horribles
Las hijas horribles
€ 24,00
 

Endereço

Rua Palmira 66C, Lisboa | 1170-287

Busca

pesquise por autora, título ou ISBN

 

Newsletter

Inscreva-se com seu endereço de e-mail para receber novidades e atualizações.

Obrigada!

 

Feito com carinho pelas designers do Estúdio Claraboia

 

document.addEventListener("DOMContentLoaded", function () { const addToCartButtons = document.querySelectorAll('[data-action="add-to-cart"]'); addToCartButtons.forEach(button => { button.addEventListener("click", function (event) { event.preventDefault(); // Impede o redirecionamento padrão const form = button.closest("form"); fetch(form.action, { method: form.method, body: new FormData(form) }) .then(response => response.json()) .then(data => { // Exibe uma notificação de sucesso const notification = document.createElement("div"); notification.classList.add("added-to-cart-notification"); notification.innerText = "Item adicionado ao carrinho!"; document.body.appendChild(notification); setTimeout(() => { notification.classList.add("show"); setTimeout(() => { notification.classList.remove("show"); notification.remove(); }, 3000); // Oculta após 3 segundos }, 100); }) .catch(error => console.error("Erro ao adicionar ao carrinho:", error)); }); }); });