{% extends 'game/basenonav.html' %} {% load i18n %} {% load static %} {% load app_tags %} {% block title %}Code for Life - Rapid Router - Create{% endblock %} {% block head %} {% endblock %} {% block scripts %} {{block.super}} {% if cow_level_enabled %}{% endif %} {% endblock %} {% block css %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}

Delete Road

Map

Here you can design your level! What sort of road will you make?

Max fuel:

{% if user|is_developer %} {% endif %}

Scenery

Here you can liven up your level by choosing the theme and adding scenery! Will you create beautiful countryside or a bustling city?

{% if cow_level_enabled %} {% endif %}
Theme:
Scenery:
Traffic lights:
Cows:

Advanced options

How many cows should appear for this group?


Character

Here you can choose your character. Who will you play as?

Character:

Code

Here you can select the code you can use while playing your new level!

Language:
{% for block in blocks %}
{% endfor %}

Random

Here you can generate a random map. Try changing some of the parameters below and see what you get!

Size:

Branchiness:

Loopiness:

Curviness:

Traffic Lights:

Scenery:

Load

Here you can load in levels created by you and your friends! Select a level in the table and press load.

You don't have any levels to load yet. Try saving one!

Load:

Name Owner

Save

Here you can save your new level. Enter a name below and hit save. Alternatively click on an existing level to update it.

To play your level and be tracked, first Quit the Level Editor and select your level from the 'Levels created by you' section.

Name Owner



Share

{% if user|get_user_status == 'TEACHER' %}

Here you can share your level with your classes or your fellow teachers.

{% elif user|get_user_status == 'SCHOOL_STUDENT' %}

Here you can share your level with your classmates. Try clicking in the Shared column!

{% endif %}
{% if user|get_user_status == 'TEACHER' %}

Share with:

Class:

{% endif %}
Name Shared
{% endblock %}