I think it's generating a random order for each user, and then keeping the order the same for that user. Which is good, because it's hard to find your way around a list if the order is changing all the time.
Is this how the screenshots on the home page work too? What about people without user accounts? For the front page it might be cool to seed a random generator with the current year and month.
The screenshots on the home page are from the winning games from Pyweeks 2-6. It would be nice if these could be brought a bit more up to date. I like the idea of cycling through some random games, but I worry that there are a lot of fairly poor screenshots from unfinished games which would end up on the front page.
I don't want to say anything, but I also would not mind having the winners from Pyweek 8 and Pyweek 11 up there. ;)
Maybe you could have a few random high-rated ("featured") games, along with a couple random games drawn from the entire list. Sort of like how pygame.com does it. The difference being that you can't do it chronologically here, since lots of games get submitted all at once.
I think it's generating a random order for each user, and then keeping the order the same for that user. Which is good, because it's hard to find your way around a list if the order is changing all the time.
Maybe you could have a few random high-rated ("featured") games, along with a couple random games drawn from the entire list. Sort of like how pygame.com does it. The difference being that you can't do it chronologically here, since lots of games get submitted all at once.
Also some way of browsing entries from all previous Pyweeks, by overall score, fun score, production score, etc.
Oh, and a field to enter judging notes to accompany each entry.
As for the browsing all entries - try the "All Games" link under "Previous Challenges" in the menu.
By judging notes you mean stuff you want to enter for yourself, as opposed to feedback to the entry?