{% extends 'portal/base.html' %} {% load staticfiles %} {% load app_tags %} {% block nav_play %}Students{% endblock nav_play %} {% 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}}
Following on from Rapid Router, this exciting game will build on students’ existing coding skills. Using Python, students will collaborate together to collect artefacts from the relative past to preserve history!
The game is designed to teach Python in secondary schools (ages 13+). Like Rapid Router, we will provide teaching materials aligned with the British Computing Curriculum.
We plan to release Kurono to everyone soon. In the meantime, please try out our first game, Rapid Router. If you want to help us make Kurono the best resource for teaching programming in secondary schools, we would love to get in touch with you!
{% endblock content %}