{% extends 'base.html.twig' %}
{% block title %} - The Game{% endblock %}
{% block metas %}
{% endblock %}
{% block header %}
{% if app.user.facebookId is defined and app.user.facebookId is not null %}
Multiplayer minesweeper — reimagined
{% endif %}
Welcome back, {{ app.user.realName is not null ? app.user.realName : app.user.username }}
Ready for another round?
{% else %}
No account needed.
{% endif %}
Play Now
Just play.
Built with