{% extends 'base.html.twig' %} {% block title %} - The Game{% endblock %} {% block metas %} {% endblock %} {% block header %}
{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %} {{ app.user.username }} Security
{% else %} Sign in Register {% endif %}
{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %}

Welcome back, {{ app.user.username }}

Ready for another round?

{% else %}

Multiplayer minesweeper — reimagined

No account needed.
Just play.

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

For registered players

Track your legacy

Create a free account and every game you play gets recorded. Watch your win rate climb, revisit past battles, and prove your dominance on the board — one detonation at a time.

{% if not is_granted("IS_AUTHENTICATED_REMEMBERED") %} Create free account {% endif %}
MSN Messenger Minesweeper

Our inspiration

Born from a legend

Remember the minesweeper hidden inside Microsoft's MSN Messenger? That tiny two-player gem sparked countless friendships and rivalries in the early 2000s. We loved it — so we rebuilt it for today. Real-time, multiplayer, and no MSN account required.

Built with

Symfony Howler.js TanStack Query Mercure Vite Bun PHPStorm Arch Linux

This game would not exist without the incredible open-source community.
Thank you to every contributor, maintainer, and creator behind these projects.

{% endblock %} {% block footer %} {% endblock %} {% block stylesheets %} {{ parent() }} {{ vite_entry_link_tags('homeStyle') }} {% endblock %}