Skip to content

Latest commit

 

History

History
83 lines (79 loc) · 2.73 KB

File metadata and controls

83 lines (79 loc) · 2.73 KB
layout default
title Bundled Games
permalink /bundled-games/
body_class games
description Play the legally licensed indie and open-source titles that ship with REG Linux out of the box.

{% assign bundled = site.data.bundled %} {% include site-header.html nav_current="bundled-games" ghost_label="Get REG Linux" %}

{{ bundled.hero.eyebrow }}

{{ bundled.hero.title }}

{{ bundled.hero.lede }}

    {% for item in bundled.hero.highlights %}
  • {{ item }}
  • {% endfor %}
{{ bundled.hero.media.alt }} {{ bundled.hero.media.caption }}

{{ bundled.legal }}

{% assign all_games = site.data.bundled_games | sort: 'name' %}

{% for game in all_games %} {% if game.image %} {{ game.name }} screenshot {% endif %}
{{ game.genre | default: 'Indie' }} {% if game.players %}{{ game.players }} players{% endif %}

{{ game.name }}

{{ game.description }}

{% if game.platform %}
System
{{ game.platform }}
{% endif %} {% if game.developer %}
Developer
{{ game.developer }}
{% endif %} {% if game.publisher %}
Publisher
{% if game.publisher contains 'http' %} {{ game.publisher }} {% else %} {{ game.publisher }} {% endif %}
{% endif %} {% if game.release_year %}
Year
{{ game.release_year }}
{% endif %} {% if game.language %}
Language
{{ game.language | upcase }}
{% endif %}
{% endfor %}

{% include site-footer.html %}