Elements
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';
In 1274, Tsushima became the front line of the first Mongol invasion of Japan. At the Battle of Komoda Beach, 80 samurai fought a legendary last stand against a massive fleet.
Explore Ghost of Tsushima historical locations like Kaneda Castle (built 667 AD) and Banshouin Temple, the heart of the samurai history of Tsushima Island.
The island is 89% mountainous forest. This rugged terrain is exactly what you see in the game's open world—a bridge between cinematic myth and real history.
THE GHOST'S PATH |
Walk the real landscapes that inspired the legend of Jin Sakai. A bridge between history and the award-winning cinematic experience.
THE NORTHERN FRONTIER |
The rugged land of the Hisui region. Explore the vast nature and indigenous Ainu history that powers the spirit of survival games.
WORLD OF GAME |
The Mushroom Kingdom comes to life. Engage in real-life Mario Kart races and punch blocks in a 1:1 scale Nintendo environment.
THE ARCADE MECCA |
The global epicenter of gaming culture. From retro Super Potato finds to multi-story SEGA (GiGO) centers and anime landmarks.
⚠️NOTICE: COIN SHORTAGE |
1980s massive boom in the arcade market caused a coin shortage in Japan.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';