{% extends 'base.html.twig' %} {% block title %} - The Game{% endblock %} {% block metas %} {%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%} {% endblock %} {% block header %}
{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %} {% if app.user.avatarPath %} {{ app.user.username }} {% else %} {{ app.user.username|slice(0, 2)|upper }} {% endif %} {{ 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

Love this game?

Buy me a coffee
{% 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. Share your greatest victories with friends, replay epic showdowns, and celebrate your legendary moments.

{% 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.

Your data, your control

Privacy by Design

We believe in transparency and simplicity. Your username is your identity here— we never expose your email publicly. Forgot your password? No problem. We keep no social integrations, no third-party tracking, and absolutely zero AI-generated content. Just a pure, clean game experience.

Train & Compete

Multiplayer Online, Solo Practice

Love the challenge of real-time battles? Here, you'll compete live against friends and players worldwide. Want to sharpen your skills solo first? Download our standalone versions for Windows, macOS, and Linux. Practice on your own time, then bring your A-game online.

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 %}