Skip to content

Instantly share code, notes, and snippets.

@haqu
Created May 18, 2011 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haqu/978315 to your computer and use it in GitHub Desktop.
Save haqu/978315 to your computer and use it in GitHub Desktop.
Ludum Dare stats usage example
$ ./stats.rb Draknek
Getting number of votes and coolness from Ludum Dare ratings page
and calculating current position based on the "votes" stat.
1. deepnight (106:3)
2. natpat (65:18)
3. adamatomic (59:0)
4. haqu (55:288)
5. intmain (50:13)
6. Nyaa (48:8)
7. sirGustav (46:0)
8. TellusE (46:184)
9. Jhelle (45:144)
10. randomnine (45:83)
11. Hamumu (44:24)
12. Hempuli (43:7)
13. Draknek (42:19)
$ ./stats.rb Jhelle coolness
Getting number of votes and coolness from Ludum Dare ratings page
and calculating current position based on the "coolness" stat.
1. haqu (55:288)
2. stigrv (29:288)
3. Dark Acre Jack (41:287)
4. matthias_zarzecki (32:251)
5. TellusE (46:184)
6. Endurion (15:171)
7. k_wright (28:146)
8. Jhelle (45:144)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment