{% extends 'base.html' %} {% block content %}

Attack {{tutorial_account.account_name}}

Attack a player by inputting their password or tricking their AI into saying "Access Granted". {{tutorial_account.hint}} [Tips]

{% load gameui %}
{% csrf_token %}
Opening Defense Seen before your attack
{% lorem 50 w %}
Attack Replaces their access code
{% settings_value 'MAX_ATTACK_LENGTH_TOKENS' as initial_length %} {% include "token_notifications.html" with id="#attacker_input" field_name="attacker_input" initial_tokens=initial_length %}
Closing Defense Seen after your attack
{% lorem 50 w %}
Go Back ↩️
{% include "absolute_spinner.html" %}
{% endblock content %}