{% extends "main/base.html" %} {% block title %}Code Jams | Home{% endblock %} {% block og_title %}Code Jams | Home{% endblock %} {% block page_classes %}uses-rst{% endblock %} {% block content %}

Code Jams

Every three months or so, we aim to host a server-wide code jam, suitable for all members of the server. In these, we announce a theme and date in advance, and users may sign up via a link provided in the announcements channel on the server. Once the sign-up period is over, users are grouped into teams. On the day of the code jam, we announce a task - each team will then work on a solution to this task.

Once the code jam is over, our staff team will review and test each submission. Once that's done, a winner will be decided!

If you'd like to join one of our code jams, feel free to ask a member of staff about the next one.

Sponsors


 Wiki  Rules & Guidelines  Git Primer {% if jams %} {% for jam in jams %}

Code Jam {{ jam.number }}: {{ jam.title }} {% if jam.state == "announced" %}  Join {% else %}  Repository {% endif %}

{% if jam.participants %} {{ jam.participants | length }} participants {% endif %} {{ format_datetime(jam.date_start) }} UTC {{ format_datetime(jam.date_end) }} UTC {% if jam.state in ["running", "judging", "finished"] %} Theme: {{ jam.theme }} {% endif %}

{{ jam.info_html | safe }} {% if jam.state in ["running", "judging", "finished"] %}
{{ jam.task_html | safe }} {% endif %} {% if jam.state == "finished" %}
{{ jam.end_html | safe }} {% endif %} {% endfor %} {% else %}

Looking for our code jams? There's nothing here just yet!

{% endif %}
{% endblock %}