{% extends 'portal/base.html' %} {% load staticfiles %} {% load app_tags %} {% block nav_play %}Students{% endblock nav_play %} {% block aimmo %}AI:MMO{% endblock aimmo %} {% block css %} {{block.super}} {% endblock css %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% block subNav %} {{ block.super }} {% endblock subNav %} {% block content %} {{block.super}}
AI:MMO logo {% if user|is_eligible_for_testing %}

Your school has been selected to trial the preview version of AI:MMO

{% endif %}

{% if user|is_eligible_for_testing %} 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 - 16 year olds). {% else %} Following on from Rapid Router, this exciting game will build on students’ existing coding skills. The game will be a Massively Multiplayer Online (MMO) time travelling adventure, which will take them to the next level on their coding journey: Artificial Intelligence and Python. {% endif %}

{% if user|is_eligible_for_testing %} Following on from Rapid Router, this exciting game will build on students’ existing coding skills. The game will be a Massively Multiplayer Online (MMO) time travelling adventure, which will take them to the next level on their coding journey: Artificial Intelligence and Python. {% else %} This preview version of AI:MMO is intended to be used by selected schools to help Code for Life deliver an enjoyable game, and to consult with teachers on resources that will be relevant to teaching computing classes in secondary schools (13 -“ 16 year olds). {% endif %}

{% if not user|is_preview_user %}
Teaching Resources

{% if user|is_eligible_for_testing %} View the teaching pack {% else %} Sign up to become a tester {% endif %}

{% if user|is_eligible_for_testing %} This includes an AI:MMO User guide, a Code Cheat Sheet, which lists all the functions available, guide to the importance of indentation in Python and an explanation of the turn-based nature of the gameplay. {% else %} We will give you special beta tester access to the preview version of AI:MMO for you to trial with your class. {% endif %}

Gameplay

{% if user|is_eligible_for_testing %} Try it out with your class {% else %} Try it out {% endif %}

{% if user|is_eligible_for_testing %} You have early access to the preview version of the game. You can set up a class and get your students to play the game. {% else %} You will have early access to the preview version of the game and the teaching materials. {% endif %}

Feedback

Give your feedback

{% if user|is_eligible_for_testing %} Your feedback is really important to us as it will help shape the gameplay, design and teaching materials for the full version. {% else %} Your feedback will help shape the gameplay, design and teaching materials for the full version. {% endif %}

{% endif %}
{% if user|is_eligible_for_testing %} {% if user|is_preview_user %} Give Feedback {% else %} Start Testing {% endif %} {% else %} Contact us to join {% endif %}
{% endblock content %}