{% 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 not null %}
Facebook profile
{% endif %}
Hello, {{ app.user.realName is not null ? app.user.realName : app.user.username }}!

Let's play!! :D

{% else %}

A minesweeper game rethought...

...and you can play w/o register!!

{% endif %}
Play NOW! {# {% if is_granted("IS_AUTHENTICATED_REMEMBERED") %} {{ 'layout.logout'|trans({}, 'FOSUserBundle') }} {% else %} Sign up · Sign in {% endif %} #}

version {{ version }} • MineSeeker © {{ "now"|date("Y") }} • www.splendidbear.org

MineSeeker Logo
{% endblock %} {% block body %}

Used technologies

Used Websocket Used React.js Used Symfony Used jQuery Used Let's Encrypt
{% endblock %} {% block footer %} {% endblock %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('homeStyle') }} {% endblock %}