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.';
BRONZE RELIC |
The Kotoku-in temple houses a massive outdoor bronze Buddha that has survived tsunamis and earthquakes since the 13th century.
SULFUR VENT |
A volcanic valley with active sulfur vents. Eat the "Kuro-tamago" (black eggs) boiled in hot springs, said to add 7 years to your life.
COASTAL HUB |
A scenic island connected by a bridge. Features sea caves, a lighthouse "Sea Candle," and views of Mt. Fuji across the water.
FORTRESS SECTOR |
The ultimate defensive point of the Kanto region. A reconstructed 15th-century stronghold guarding the gateway to the west.
NEON HARBOR |
Japan's premier port city and a high-tech coastal hub. From the historic Red Brick Warehouse to the glowing skyline of Minato Mirai 21, it is the crown jewel of the bay.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';