Population Higher or Lower Game
This is Population High or Lower game (Deployed with the help of a low-code platform, Anvil Framework).
To play the game you can scroll down into the Play Here section or download all the python files in the game RESPOSITORY and execute it in your personal code editor.
After the game deployment, you can access its rules.
This Game collect its data from the IBGE DataBase:
- Population estimation for Brazi's cities (from 01.07.2024):
- File's name: "Estimativas de população publicadas no DOU"
- Brazil's cities area (2022 file):
- File's name: "AR_BR_RG_UF_RGINT_MES_MIC_MUN_2022.xls"
Play Here
Game Rules
- You will be presented with two Brazilian's cities.
- To gain those cities you need to press the "Start Game - Pick Initial cities Button".
- Your goal is to decide if the second city presented has a HIGHER or LOWER population compared to the first one.
- If you get it right, you will gain points and the game will continue: The second city will turn into the first and you will receive another one for the second spot.
- If you get it wrong, the game ends and your final points are presented.
- At the start of the game, you will be presented the following information:
- City names, with the population of the first one.
- The state and region they belong, alongside the region's population
- If you desire, you can ask up to two clues:
- CLUE 01: Population of the states
- CLUE 02: Both cities territorial extension
Your points will follow a logic: - 0 CLUE: 3 points
- 1 CLUE: 2 points
- 2 CLUE: 1 points
- Try to get the maximum amount of points you can.