Merge pull request #474 from coppolaemilio/adding-pingo-adventure-to-showcase

Add Pingo Adventure to the games showcase
This commit is contained in:
Yuri Sizov
2022-12-02 20:07:25 +03:00
committed by GitHub
6 changed files with 55 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

View File

@@ -64,6 +64,15 @@ is_hidden = 0
{# 3 columns at most (instead of 4). #}
{# Projects are sorted from most recent to least recent release date. #}
<section class="flex grid showcase-cards" style="grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))">
{%
partial "showcase/list-item"
title="Pingo Adventure"
author="Orb Square Studio"
platforms="windows, linux"
slug="pingo-adventure"
image="pingo-adventure.jpg"
placeholder="linear-gradient(90deg, #b5c1d8 2%, #a8b5d5 9%, #707473 47%, #666a6a 57%)"
%}
{%
partial "showcase/list-item"
title="Beat Invaders"

View File

@@ -32,3 +32,4 @@ is_hidden = 0
{% put placeholder %} linear-gradient(90deg, #659abb 3%, #649abb 14%, #71a3b8 24%, #6399bb 79%) {% endput %}
{% put youtube_embed_code %} 7sJJW_x6Xg4 {% endput %}
{% put link_steam %} https://store.steampowered.com/app/1249480/ExZodiac/ {% endput %}
{% put link_itch %} https://pixeljam.itch.io/ex-zodiac {% endput %}

View File

@@ -30,3 +30,4 @@ is_hidden = 0
{% put image %} kingdoms-of-the-dump.png {% endput image %}
{% put placeholder %} linear-gradient(90deg, #b5c1d8 2%, #a8b5d5 9%, #707473 47%, #666a6a 57%) {% endput %}
{% put youtube_embed_code %} swcFuuwHKFE {% endput %}
{% put link_steam %} https://store.steampowered.com/app/2159270/Kingdoms_of_the_Dump {% endput %}

View File

@@ -0,0 +1,41 @@
title = "Showcase | Pingo Adventure"
url = "/showcase/pingo-adventure"
layout = "showcase-item"
description = "Pingo Adventure is a cute 3D platformer with interesting physics simulation. Follow Pingo to explore the world, solve puzzles, play mini games and even customize your Pingo with the costumes unlocked from the adventures!"
is_hidden = 0
==
{##}
{% put title %} Pingo Adventure {% endput %}
{% put author %} Orb Square Studio {% endput %}
{% put author_url %} https://orb-square.com {% endput %}
{% put platforms %} windows, linux {% endput %}
{% put description %}
<p>
Pingo Adventure is a <strong>cute</strong> 3D platformer in a physics simulated world with jiggly plants, bouncy bridge, springy rope etc.
</p>
<p>
Explore the adorable & interactive 3D world from rainforest, ancient ruins to dungeon filled with hot lava and <strong>solving puzzles</strong> designed for the physics simulated environment.
</p>
<p>
But thats not all, there are mini games in between the platforming level which can be unlocked and played in the “arcade mode”.
</p>
<p>
And dont forget to <strong>customize</strong> your own Pingo with all the costumes that can be unlocked from the adventures.
</p>
<h3>Features:</h3>
<ul>
<li><strong>Physics Simulation</strong> - Immerse in the physics simulated cute world with jiggly plants, bouncy bridge, springy rope and more...</li>
<li><strong>Puzzles</strong> - Solving puzzles designed for the physics simulated environment</li>
<li><strong>Mini Games</strong> - Collect replayable mini games from adventures</li>
<li><strong>Camera Mode</strong> - Capture the cute moments of your adventures from different angles</li>
<li><strong>Character Customization</strong> - Customize your own Pingo with various costumes that you can unlock from the adventures</li>
</ul>
{% endput %}
{% put link_steam %} https://store.steampowered.com/app/2015830/Pingo_Adventure/ {% endput %}
{% put image %} pingo-adventure.jpg {% endput image %}
{% put placeholder %} linear-gradient(90deg, #b5c1d8 2%, #a8b5d5 9%, #707473 47%, #666a6a 57%) {% endput %}
{% put youtube_embed_code %} H8x_SR623fw {% endput %}
{% put link_itch %} https://orb-square.itch.io/pingo-adventure {% endput %}

View File

@@ -53,3 +53,6 @@ is_hidden = 0
{% endput %}
{% put developer_article_title %} Godot Showcase - The Garden Path developer talks about his experience {% endput %}
{% put developer_article_url_slug %} godot-showcase-garden-path-developer-talks-about-his-experience {% endput %}
{% put link_steam %} https://store.steampowered.com/app/1638500/The_Garden_Path/ {% endput %}
{% put link_itch %} https://carrotcakestudio.itch.io/thegardenpath {% endput %}