{% extends "layouts/default.html" %} {% set view_name = "about" %} {% set view_id = "about" %} {% set view_icon = "heart" %} {% set view_title = "About" %} {% block main %}

Tetrys is a progressive web application made by Moritz Kröger. The goal of this project was to create an offline-first mobile web game which can be played from anywhere without stable internet connection.

Tetrys is an open source project; all code and documentation can be found on GitHub.

{% endblock %}