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.';
DIVINE DISCIPLINE |
On the Oga Peninsula, men dressed as ogre-like deities visit homes to warn against laziness. A legendary cultural asset that is both terrifying and vital.
SAPPHIRE DEPTHS |
The deepest lake in Japan. Its waters never freeze, and the golden statue of Tatsuko glows against the deep blue, offering a serene "open world" view.
HISTORY SYNC |
Known as the "Little Kyoto of Tohoku," this district preserves samurai residences and weeping cherry trees, dating back to the 1600s.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';