Skip to content

reddit-pygame/all-sorts-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#All Sorts

This challenge focuses on displaying dynamically sorted information.

#Challenge

Write an app that allows the user to sort information "on the fly". The challenge repo contains nations_info.json, a JSON file of statistical information (happiness, economic growth, debt, etc.) for most of the countries of the world. Your app should display this information and allow the user to sort it by each statistic - i.e., sorting by debt would place the U.S. at the top of the list. The json file has the following format

"Country Name": { "gdp": Gross Domestic Product (millions), "gdp growth": GDP growth (percentage), "debt": external debt (millions), "population": population, "pop growth": population growth (percentage)}

Statistics are mostly 2015 figures. The repo also includes a simple app template or feel free to implement your own.

#Achievements

On a Scroll Allow the user to scroll through the list

Easy on the Eyes Alternate between two background colors for each line for easier reading

Up and Down Allow the user to sort by ascending or descending order (highest value first or lowest value first)

#####Previous Challenges

Draw Order Challenge | Spawn, Collide, Wrap | Thruster Style Movement | Conway User Interaction | JSON Loading Challenge | Map Distance Challenge | Caching Pumpkins | A Puzzling World | Turkey Shoot | All Downhill From Here | Christmas Cannon | Color Picker | Minigolf Part I: Prototype | Skeet Shoot | Spin Class | Egg Lob | Build-A-Sprite | Matrix Digital Rain | Desktop Calculator | Planet Hopper | Slide Puzzle | Wa-Tor | Cryptogram Puzzler | Fireworks | Slideshow | Dungeon Generator | Balloon Game | Where The Hex At | It's All How You Frame It

Good luck, have fun and feel free to ask for help if you need it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages