{% extends "layout.html" %} {% block stylesheets %} {% endblock %} {% block head %} {% endblock %} {% block body %}

2048

0

Join the numbers and get to the 2048 tile!

How to play: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!

{% endblock %} {% block libs %} {{ super() }} {% endblock %} {% block scripts %} {% endblock %}