{% extends 'portal/base.html' %} {% load static %} {% load app_tags %} {% block aimmo %} Kurono {% endblock aimmo %} {% block css %} {{block.super}} {% endblock css %} {% block scripts %} {{block.super}} {% endblock scripts %} {% block subNav %} {{ block.super }} {% endblock subNav %} {% block content %} {{block.super}}

My games

{% games_table 'kurono/play' %}

Teaching resources

A set of individual and collaborative worksheets keep the students engaged and having fun whilst embedding important Python skills, supported by lesson guides and resource sheets.

Tell us what you think of Kurono...

Your testing and feedback will help Code for Life deliver an enjoyable game, and will allow us to consult with you on resources that will be relevant to teaching computing classes in secondary schools (13 — 18 year olds).

{% endblock content %}