Geometry Dash is a nation led by Robtop on the continent of Europe. Geometry Dash's government is a Republic with very moderate social policies. Economically, Geometry Dash favors moderate policies. The official currency of Geometry Dash is the Dollar. At 80 days old, Geometry Dash is an established nation. Geometry Dash has a population of 4,920,371 and a land area of 58,000.00 sq. miles. This gives it a national average population density of 84.83. Pollution in the nation is almost non-existent. The citizens' faith in the government is sufficient with an approval rating of 68.4148%.
HTML Result Skip Results Iframe <!DOCTYPE html> <html> <head> <title>Security Game</title> <style> #board { background: url('background.jpg'); background-size: cover; border: 1px solid black; height: 350px; width: 650px; } .character { background: url('guest.jpg'); background-size: cover; width: 120px; height: 120px; padding: 10px; margin: 10px; float: left; display: none; } .thief { background: url('thief.jpg'); background-size: cover; } .hidden { display: none; } .visible { display: block; } </style> </head> <body> <input type="button" value="Play" onclick="startGame()";/> <div id="board"> <div class="character">1</div> <div class="character">2</div> <div class="character">3</div> <div class="character">4</div> <div class="character">5</div> <div class="character">6</div> </div> <script> function startGame() { gameLoop(); } var loops = 0; var peopleVisible = false; var gameScore = 0; function gameLoop() { peopleVisible = !peopleVisible; createCharacters(); loops++; if(loops < 12) { setTimeout(gameLoop, peopleVisible ? 1000 : 3000); } else { alert("You scored " + gameScore); } } function createCharacters() { var board = document.getElementById("board"); var classToSet = peopleVisible ? "character visible" : "character hidden"; for(var index = 0; index < 6; index ++) { board.children[index].className = classToSet; board.children[index].innerHTML = ""; board.children[index].onclick = function() { gameScore += -2; } } var randomNumber = Math.floor(Math.random() * 6) + 1; board.children[randomNumber-1].innerHTML = ""; board.children[randomNumber-1].onclick = function() { gameScore++; } board.children[randomNumber-1].className = classToSet + " thief"; } </script> </body> </html> |
Basic Information | |
---|---|
Nation Name: | Geometry Dash |
Leader Name: | Robtop |
Nation ID: |
702491 https://test.politicsandwar.com/nation/id=702491
|
Founded: | 08/23/2024 (80 Days Old) |
Last Activity: | Last active on 10/10/2024 |
Unique ID: | 9c9743bcb76e79ded0b317859 |
International Relations | |
Alliance: | Democratic Atlantis The leader |
Alliance Seniority: | 34 days |
Color Trade Bloc: | The Gray Inactive Group |
Commendations: | 6 |
Denouncements: | 1 |
Nation Page Visits: | 538 |
Economic | |
Population: | 4,920,371 |
Infrastructure: | 38,269.42 |
Land Area: | 58,000 sq. miles |
Avg Pop Density: | 84.83 people/sq. mi |
GDP: | $4,104,275,873.00 |
GDP per Capita: | $834.14 |
GNI: | $2,911,370,305.00 |
Economic Policies: | Moderate |
Currency: | Dollar |
Domestic | |
Government Type: | Republic |
Domestic Policy: | Urbanization |
Social Policies: | Moderate |
State Religion: | Islam |
National Animal: | Sheep |
Approval Rating: | 68% (68.41) |
Pollution Index: | 0 points |
Radiation Index: | 8.63 R (Global: 12.40 R) |
OBL Team: | Dashers |
Military | |
Nation Rank: | #75 of 1,047 Nations (7.16%) |
Nation Score: | 3,157.74 |
War Policy: | Turtle |
Soldiers: Casualties: Killed: |
0 1,247,618 760,189 |
Tanks: Lost: Destroyed: |
0 90,459 49,202 |
Aircraft: Lost: Destroyed: |
0 5,841 2,454 |
Ships: Lost: Destroyed: |
231 752 828 |
Spies: Lost: Captured: |
5 Unknown Unknown |
Missiles: Launched: Eaten: |
0 0 9 |
Nuclear Weapons: Launched: Eaten: |
0 0 9 |
Nation Stats | |
Infrastructure Destroyed: | 13,752.28 |
Infrastructure Lost: | 21,273.00 |
Money Looted: | $53,771,250.84 |
Wars Won: | 7 |
Wars Lost: | 10 |
Bounties | |
There are no posted bounties on this nation. |
Map | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
20 Cities [M] | |||||||||||||||||||||||||||||||
Stereo madness | 1,903.86 Infra, 246,004 People | ||||||||||||||||||||||||||||||
City 2 | 1,907.66 Infra, 246,495 People | ||||||||||||||||||||||||||||||
City 3 | 2,069.17 Infra, 267,365 People | ||||||||||||||||||||||||||||||
Nation Activity | |||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||
Nation Score Over Time | |||||||||||||||||||||||||||||||
Score Component Breakdown | |||||||||||||||||||||||||||||||
Nation Militarization Over Time | |||||||||||||||||||||||||||||||
3 National Projects | |||||||||||||||||||||||||||||||
Center for Civil Engineering Center for Civil Engineering is a national project that increases knowledge about infrastructure. Infrastructure costs drop 5% in all cities. |
|||||||||||||||||||||||||||||||
Center for Civil Engineering Center for Civil Engineering is a national project that increases knowledge about infrastructure. Infrastructure costs drop 5% in all cities. |
|||||||||||||||||||||||||||||||
Government Support Agency Government Support Agency adds a +50% effect modifier to the nation's selected Domestic Policy. |
|||||||||||||||||||||||||||||||
Government Support Agency Government Support Agency adds a +50% effect modifier to the nation's selected Domestic Policy. |
|||||||||||||||||||||||||||||||
Urban Planning Urban Planning is a national project that reduces the cost of new cities by $50,000,000. |
|||||||||||||||||||||||||||||||
Urban Planning Urban Planning is a national project that reduces the cost of new cities by $50,000,000. |