{% extends 'portal/base.html' %} {% load static %} {% load app_tags banner_tags hero_card_tags card_list_tags character_list_tags %} {% block subNav %} {% banner banner_name="BANNER" %} {% endblock subNav %} {% block content %} {% if not user|is_independent_student %} {% if HERO_CARD %}
{% hero_card hero_card_name="HERO_CARD" %}
{% card_list %}
{% else %}

My Games

Oh no! It doesn’t look like you have access to any games, yet.
You’ll need to ask your teacher to set some up.

{% endif %}
User Guide

Find out more about the game and learn the basics for using the code editor and game map.

Cheat Sheet

This cheat sheet will give you what you need to communicate with Kurono in Python.

Meet the characters

{% character_list %}
{% else %}

My Games

Hi there! 👋 We are sorry, but Kurono is designed to be used in a classroom, and therefore it is not available to independent students at this time.

{% endif %} {% endblock content %}