Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/images/games/game7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 13 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ <h2 class="text-accent font-bold font-accent text-center text-3xl md:text-4xl lg
link="https://play.google.com/store/apps/details?id=dev.studiocloud.gunslinger"
%}
{% include game-card.html
title="Watchsteroids"
description="An open source Asteroids-ish game made for WearOS using the Flame Engine, Flutter and watch controls."
icon="/assets/images/games/game3.png"
link="https://github.com/renancaraujo/watchsteroids"
title="The Darkblade"
description="The Darkblade is a souls-like 2D singleplayer RPG where you battle through cursed lands, master deadly combat, and uncover the truth behind a mysterious stone core — all while adventuring with a loyal, cute companion by your side."
icon="/assets/images/games/game7.png"
link="https://store.steampowered.com/app/3731570/The_Darkblade/"
%}
</div>
<div class="flex flex-col md:flex-row lg:flex-row space-y-20 md:space-y-0 lg:space-x-16 py-16">
Expand All @@ -75,8 +75,15 @@ <h2 class="text-accent font-bold font-accent text-center text-3xl md:text-4xl lg
icon="/assets/images/games/game6.png"
link="https://walkscape.app"
%}
</div>

</div>
<div class="flex flex-col md:flex-row lg:flex-row space-y-20 md:space-y-0 lg:space-x-16 py-16">
{% include game-card.html
title="Watchsteroids"
description="An open source Asteroids-ish game made for WearOS using the Flame Engine, Flutter and watch controls."
icon="/assets/images/games/game3.png"
link="https://github.com/renancaraujo/watchsteroids"
%}
</div>
<div class="flex flex-col items-center">
<p class="text-center w-8/12 leading-tight font-medium mb-8">
Millions of people have played countless Flame games. <br />
Expand Down
Loading