It's a good illustration of a misuse of the webapp single-page formula for a simple informational site. This could have been simple HTML with a proper url for each page, so that you could actually link to the subpages, but instead they're trying to load the content in with js, and performing terribly with no feedback on clicks when I last looked.
The actual content is here (and loads pretty quick as it should):
http://ctf365.com/pages/game
http://ctf365.com/pages/rules
http://ctf365.com/pages/prize
Looks like a rails site, not sure what all the gmaps code is all about, perhaps backend pages?
A fun idea, but I'd prefer if they just specified a simple set of services that you have to support, say something like:
IMAP
Serve this json
Serve this html and let people edit it
Serve this information from any db and let people edit it
and leave the backends to people's imagination. It sounds like they're going to actually specify different CMSs etc, and installing browsers?!?, when they should be specifying what protocols and data are required - that would let you use whatever service and backend tools you wanted.
The maps on the blog look pretty though.