| 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.lede }}
-
{% for item in bundled.hero.highlights %}
- {{ item }} {% endfor %}
{{ bundled.legal }}
{% assign all_games = site.data.bundled_games | sort: 'name' %}
{{ game.genre | default: 'Indie' }}
{% if game.players %}{{ game.players }} players{% endif %}
{{ 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 %}
{% include site-footer.html %}