{% extends 'base.html.twig' %} {% block title %} - The Game{% endblock %} {% block metas %} {% endblock %} {% block header %}
{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %}

{% if app.user.facebookId is defined and app.user.facebookId is not null %} {% endif %} Welcome back, {{ app.user.realName is not null ? app.user.realName : app.user.username }}

Ready for another round?

{% else %}

Multiplayer minesweeper — reimagined

No account needed.
Just play.

{% endif %} Play Now
{% endblock %} {% block body %}

Built with

Symfony Howler.js TanStack Query Mercure Vite Bun PHPStorm
{% endblock %} {% block footer %} {% endblock %} {% block stylesheets %} {{ parent() }} {{ vite_entry_link_tags('homeStyle') }} {% endblock %}