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 116 days old, Geometry Dash is a mature nation. Geometry Dash has a population of 4,120,068 and a land area of 58,000.00 sq. miles. This gives it a national average population density of 71.04. Pollution in the nation is almost non-existent. The citizens' faith in the government is mediocre with an approval rating of 45.5925%.
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 (116 Days Old) |
Last Activity: | Last active on 11/22/2024 |
Discord Username: | geometry_dash_is_cool |
Unique ID: | ecd8cbd8df908dd1c15271dd3 |
International Relations | |
Alliance: | The Grand Yellow Union Member |
Alliance Seniority: | 32 days |
Color Trade Bloc: | The Gray Inactive Group |
Commendations: | 6 |
Denouncements: | 1 |
Nation Page Visits: | 738 |
Economic | |
Population: | 4,120,068 |
Infrastructure: | 31,433.62 |
Land Area: | 58,000 sq. miles |
Avg Pop Density: | 71.04 people/sq. mi |
GDP: | $3,543,017,196.00 |
GDP per Capita: | $859.94 |
GNI: | $2,822,125,980.00 |
Economic Policies: | Moderate |
Currency: | Dollar |
Domestic | |
Government Type: | Republic |
Domestic Policy: | Urbanization |
Social Policies: | Moderate |
State Religion: | Islam |
National Animal: | Sheep |
Approval Rating: | 46% (45.59) |
Pollution Index: | 0 points |
Radiation Index: | 41.81 R (Global: 14.40 R) |
OBL Team: | Dashers |
Military | |
Nation Rank: | #83 of 850 Nations (9.76%) |
Nation Score: | 2,784.84 |
War Policy: | Turtle |
Soldiers: Casualties: Killed: |
0 1,845,316 1,017,217 |
Tanks: Lost: Destroyed: |
0 120,459 63,218 |
Aircraft: Lost: Destroyed: |
0 7,641 2,948 |
Ships: Lost: Destroyed: |
9 1,334 921 |
Spies: Lost: Captured: |
1 Unknown Unknown |
Missiles: Launched: Eaten: |
0 0 9 |
Nuclear Weapons: Launched: Eaten: |
0 3 9 |
Nation Stats | |
Infrastructure Destroyed: | 16,494.86 |
Infrastructure Lost: | 34,902.00 |
Money Looted: | $53,771,250.84 |
Wars Won: | 7 |
Wars Lost: | 20 |
Bounties | |
There are no posted bounties on this nation. |
Map | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
20 Cities [M] | |||||||||||||||||||||||||||||||
Stereo madness | 1,561.76 Infra, 205,758 People | ||||||||||||||||||||||||||||||
City 2 | 1,595.62 Infra, 210,219 People | ||||||||||||||||||||||||||||||
City 3 | 1,529.83 Infra, 201,552 People | ||||||||||||||||||||||||||||||
Nation Activity | |||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||
Nation Score Over Time | |||||||||||||||||||||||||||||||
Score Component Breakdown | |||||||||||||||||||||||||||||||
Nation Militarization Over Time | |||||||||||||||||||||||||||||||
4 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. |
|||||||||||||||||||||||||||||||
Nuclear Research Facility Nuclear Research Facility is a national project that allows you to build Nuclear Weapons. |
|||||||||||||||||||||||||||||||
Nuclear Research Facility Nuclear Research Facility is a national project that allows you to build Nuclear Weapons. |
|||||||||||||||||||||||||||||||
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. |