Skip to content
/ hq Public

Mystery Hunt puzzle collaboration app. Built originally for Optimus Funk in 2009; used by R2-DISCO in 2010 and Battlestar Electronica in 2011. Runs on App Engine.

License

Notifications You must be signed in to change notification settings

glasser/hq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2ddc62 · Jan 15, 2011
Jan 12, 2011
Jan 10, 2009
Jan 12, 2011
Jan 15, 2011
Jan 12, 2011
Jan 15, 2011
Dec 21, 2008
Jan 15, 2009
Jan 12, 2009
Dec 13, 2008
Jan 12, 2011
Jan 9, 2010
Jan 16, 2009

Repository files navigation

Mystery Hunt collaboration site, built for Optimus Funk for Hunt 2009.

Runs on Google App Engine.

Note: Vaguely using Google's Python style, a version of which is at
http://code.google.com/p/soc/wiki/PythonStyleGuide.

Rules I actually care about:

  - no 'from foo import *'

  - no 'from foo import FunctionOrClass' (but importing a submodule is fine)

  - when passing an argument to a function that takes default
    arguments (like "def foo(x, y=2)") always name the argument during
    the call "foo(x, y=3)".  (Of course, you can leave the argument
    out too to use the default.)

  - 2-space indents; no tabs ever.  for line continuations, align
    vertically or use a 4-space indent

About

Mystery Hunt puzzle collaboration app. Built originally for Optimus Funk in 2009; used by R2-DISCO in 2010 and Battlestar Electronica in 2011. Runs on App Engine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published