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 85 days old, Geometry Dash is an established nation. Geometry Dash has a population of 4,899,729 and a land area of 58,000.00 sq. miles. This gives it a national average population density of 84.48. Pollution in the nation is almost non-existent. The citizens' faith in the government is mediocre with an approval rating of 46.4447%.
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 (85 Days Old) |
Last Activity: | Active 20 hours ago |
Unique ID: | 0bfcd570ac6bc73e51437c835 |
International Relations | |
Alliance: | The Grand Yellow Union Applicant |
Alliance Seniority: | 1 days |
Color Trade Bloc: | The Beige Protection Bloc |
Beige Turns Left: | 39 (3.3 days) |
Commendations: | 5 |
Denouncements: | 1 |
Nation Page Visits: | 574 |
Economic | |
Population: | 4,899,729 |
Infrastructure: | 37,973.86 |
Land Area: | 58,000 sq. miles |
Avg Pop Density: | 84.48 people/sq. mi |
GDP: | $4,459,612,990.00 |
GDP per Capita: | $910.18 |
GNI: | $3,612,235,640.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% (46.44) |
Pollution Index: | 0 points |
Radiation Index: | 25.30 R (Global: 31.19 R) |
OBL Team: | Dashers |
Military | |
Nation Rank: | #83 of 1,024 Nations (8.11%) |
Nation Score: | 3,083.40 |
War Policy: | Turtle |
Soldiers: Casualties: Killed: |
53,375 1,294,243 791,041 |
Tanks: Lost: Destroyed: |
1,860 93,599 50,487 |
Aircraft: Lost: Destroyed: |
54 6,087 2,454 |
Ships: Lost: Destroyed: |
60 983 847 |
Spies: Lost: Captured: |
7 Unknown Unknown |
Missiles: Launched: Eaten: |
0 0 9 |
Nuclear Weapons: Launched: Eaten: |
0 1 9 |
Nation Stats | |
Infrastructure Destroyed: | 14,742.28 |
Infrastructure Lost: | 28,362.00 |
Money Looted: | $53,771,250.84 |
Wars Won: | 7 |
Wars Lost: | 15 |
Bounties | |
There are no posted bounties on this nation. |
Map | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
20 Cities [M] | |||||||||||||||||||||||||||||||
Stereo madness | 1,928.00 Infra, 250,053 People | ||||||||||||||||||||||||||||||
City 2 | 1,928.00 Infra, 250,053 People | ||||||||||||||||||||||||||||||
City 3 | 1,630.04 Infra, 211,409 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. |