I wrote a little concentration game in Django and put it up on Google App Engine:
http://matt-scratch.appspot.com/ I'm sure there are some awkward places in the code where I could leverage Django better. If anyone is curious and would like to comment or make suggestions, the source code (Django/SQLite version) is here: http://matt-scratch.appspot.com/downloads/ccsite-1-01.zip If you download it, you'll want to visit /init_colors/ first thing after running syncdb. The game won't be playable until the colors are initialized. You'll also need to customize settings.py. The part of the project that bugs me the most is the URL routing. It seems awkward to have a matching URL for each view. I bet there is a tidier way. There may be other obvious Djangonic improvements I don't see yet. Any suggestions appreciated. Matt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---