var fDesc=new Array(); fDesc[0] = "When Rosemary discovers a photograph of a forgotten friend, she is driven back to her old haunts to piece back together her memories and unravel what happened to him. She finds herself questioning her memories of the people and places she interacted with in her childhood. Rosemary is a point-and-click adventure game with a twist: the player has to explore and arrange the memories of the character in order to solve the mystery of the game.
There are many ways in which memories can be triggered: a smell, a song or a familiar face can trigger off memories. In our game, the player has to see the world as Rosemary remembers it, compare it to what it looks like in the present, and find what objects or people may help her remember information.
The player has to interact with her memories, represented in a photo album. The mechanics of this part of the game are inspired by the memory palaces, as described by Quintillian. Her memories are represented by photos, which reveal more information when placed in their corresponding slot, changing how Rosemary remembers her old town.
In the end, Rosemary is an exercise in nostalgia, since it's inspired by the feelings of going back to one's hometown, and reviving events that one may have forgotten."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }