{% extends "main.html" %} {% block title %}Media{% endblock %} {% macro screenshot(name, desc='Taisei Screenshot', width=400, height=300) %} {{ desc }} {% endmacro %} {% block content %}

Media

This is a little collection of in-game screenshots. They range back from the very beginnings of the projects to today. As you can see, some progress has been made. ;)

There is much more to see, but we won’t reveal it all in this section. So go play the game yourself and explore the different levels, bosses and most importantly: The bullet patterns!

{% for _, caption, fn, shots in dirs %}

{{ caption }}

{% for shot in shots %} {{ screenshot(fn + '/' + shot)|indent(4*3)|safe }} {% endfor %} {% endfor %}

When Taisei was written in C++ and used Clanlib

N/A {% endblock %}