{% extends "skin.html" %} {% block content %}
This is the Christmas BeerCamp puzzle. It's a little different from the usual BeerCamp puzzles — hopefully this will be something interesting to play around with over the Christmas break. Full details about the game are on kirit.com.
{% if not user.is_authenticated %}To take part you will need a user account and be logged in here. You can register here.
{% else %}If you want to create a city plan to play around with then press the button below.
You can also see your list of test city plans.
You will need to create a computer program that will compete on different configurations. Each program or program version that you create can be kept separate from each other, but you will need to register the versions. Each version gets its own hash value that is used when you create city plans for it.
{% endif %} {% endblock %}