run_entries
I've been working away with bash to create this file that, when run will prompt you whether you would like to continue or not, if you say c then it will ask you for the name of the game you wish to run, it will go into the game folder, and run run_game.py, then it will cycle again.Richard this would make things easier for people if the name of the folder was only 1 word.
You need to put all the game folders into a folder called pyweek.
You can download it here
Copy it into a text file and make it executable.
(log in to comment)
Comments
Note I've only tested it under ubuntu 7.04. But that's not to say it won't work otherwise.
Sad, but I don't think your version will work on windows...
What we really need is a cross-platform, game-launching, rating-eidtor/storer, program :P
Which you could possibly extend to automatically upload your ratings with just the click of a button to the pyweek site.
How about something that uses tk?
You could make a program that would look under the folder "pygame" in the current directory, not a hard-coded dir.
It would then gather all the folders in the pyweek dir, and give you an option of games.
You would select the game you want to play, and the script would import(or exec or some other function - I just know import would work ;) )
When you are done playing a game, a tk text-editor window would appear, allowing you to rate the game.
You could then have a menu where you could look at all the games you've played/rated and how you've rated them, you could also put in some try/except args, so that if a certain game fails it will just display an error message.
Although, something simpler might be better/quicker, this would be a really nice thing to have, cause personally I hate trying to remember which games I've played, and which ones I've rated, etc.
;BR> I won't have time before the competition to write anything like this, but If anyone likes they can do it, or it can wait until after compo time, when I can do it.
Any ideas/suggestions?
HanClinto on 2007/07/27 18:05:
Neat idea. :)
It might be cool if it automagically fired up your favorite text editor and asked you for feedback on each game on completion so that you could organize notes on each game (which could later be copy/pasted into the voting page).
Or we could just manage our text files manually...
Ah well, just a thought. :)
--clint