Skip to content

Commit

Permalink
: Add stack [2024-04-03]
Browse files Browse the repository at this point in the history
  • Loading branch information
octospacc committed Apr 19, 2024
1 parent ee65f04 commit e469203
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{% if site.show_hero and paginator == nil or paginator.page == 1 %}
<!-- Hero -->
{% assign featured = posts.first %}
<section class="hero" style="background-image: url({% if featured.image_source == 'internal' %}{{ site.baseurl }}{% endif %}{{ featured.image }})">
<section class="hero" style="background-image: url('{% if featured.image_source == 'internal' %}{{ site.baseurl }}{% endif %}{{ featured.image }}')">
<div class="pixels"></div>
<div class="gradient"></div>
<div class="content">
Expand Down
45 changes: 45 additions & 0 deletions _posts/2024-04-03-stack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
layout: "post"
title: "Stack"
subtitle: "A Strategic Puzzle Game of Precision Stacking."
description: "Stack is a captivating puzzle game that challenges players to stack blocks with precision and strategy, testing their spatial awareness and dexterity in a minimalist and immersive environment."
image: "/assets/media/games/stack/h2Jku_VmqGtnR-L0iqMwPm_8cgbJClyBGqAAzbnSJTlBdcnxi-I5AxEyLOroQvpX2e8=w2560-h1440.jpg"
image_source: "internal"
icon: "https://gamingshitposting.github.io/ext-bin-1/games/stack/stack.png"
category: "games"
tags:
- "Puzzle"
- "Precision"
- "Minimalist"
- "Stacking"
- "Casual"
author: "octobot"
mobygames_id: "77852"
software_data:
platform: "web"
frame_index: "games/stack/index.html"
release:
source: "official"
type: "release"
---

## About the game

Stack is a visually striking puzzle game that delves into the intricacies of precision stacking in a minimalist environment. Developed by Ketchapp, the game offers a simple yet addictive premise: players must stack blocks as high as they can, navigating through a series of increasingly challenging levels.

At its core, Stack presents players with a tower of blocks of varying sizes, descending from above. The objective is to tap the screen to drop each block onto the tower, aiming for perfect alignment to ensure maximum stability. As the tower grows taller, the blocks shrink in size, increasing the difficulty of achieving precise stacking. A single misstep can lead to overhanging blocks or unstable structures, resulting in the collapse of the tower.

The game's mechanics are elegantly simple, with intuitive controls that allow players to focus on the strategic aspect of stacking. Each successful placement earns points, contributing to the player's overall score. However, the challenge lies in finding the balance between speed and precision, as rushing to stack blocks quickly can lead to errors and potential collapse.

What sets Stack apart is its minimalist aesthetic and captivating visuals. The game features sleek graphics and smooth animations, immersing players in a serene environment as they strive to build the tallest tower possible. The minimalist design not only enhances the game's aesthetic appeal but also emphasizes the importance of precision and careful planning in stacking.

Stack offers a variety of game modes to keep players engaged. In addition to the classic stacking mode, players can test their skills in timed challenges or endless stacking sessions. Each mode presents its own set of challenges and rewards, catering to different play styles and preferences.

Furthermore, Stack incorporates elements of strategy and decision-making, adding depth to the gameplay experience. Players must assess the placement of each block carefully, considering factors such as weight distribution and block size. Strategic thinking becomes increasingly crucial as the tower grows taller, requiring players to anticipate potential weaknesses and adjust their stacking approach accordingly.

With its addictive gameplay, minimalist aesthetic, and strategic depth, Stack offers a captivating puzzle experience that appeals to players of all ages. Whether you're a casual gamer looking for a quick challenge or a seasoned puzzler seeking to test your skills, Stack provides hours of entertainment and endless opportunities for mastery.

## Resources

* Official page of the game; Cover image credits: <https://play.google.com/store/apps/details?id=com.ketchapp.stack>

5 changes: 3 additions & 2 deletions _posts/2024-04-19-minecraft-java-edition.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ layout: "post"
title: "Minecraft (Java Edition)"
subtitle: "Dive into the limitless world of creativity and survival in Minecraft Java Edition, version Release 1.8.8."
description: "Minecraft Java Edition, version Release 1.8.8, offers players a sandbox environment where they can explore, craft, and survive in a blocky, procedurally generated world filled with endless possibilities."
image: "/assets/media/games/minecraft-java-edition/Screenshot from 2024-04-20 00-03-23.png"
image: "/assets/media/games/minecraft/Screenshot from 2024-04-20 00-03-23.png"
image_source: "internal"
icon: "../../../../assets/media/games/minecraft/0a17ad0fa0870b05f172deeb05efef8e.png"
category: "games"
tags:
- "simulation"
Expand Down Expand Up @@ -49,7 +50,7 @@ Version 1.8.8 of Minecraft Java Edition represents a milestone in the game's evo

## Resources

* Official page of the game; Cover image credits: <https://www.minecraft.net>
* Official site of the game: <https://www.minecraft.net>
* Official site of the Eaglercraft web porting: <https://eaglercraft.com>
* Official Eaglercraft Git profile with source code: <https://git.eaglercraft.rip/eaglercraft>

6 changes: 3 additions & 3 deletions assets/js/software-embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
button('Focus', function(ctx){
ctx.parentElement.scrollIntoView();
ctx.parentElement.querySelector('iframe#software-embed-frame').focus();
}) +
}) + ' ' +
button('Fullscreen', function(ctx){
ctx.parentElement.querySelector('iframe#software-embed-frame').requestFullscreen();
}) +
}) + ' ' +
button('Reload', function(ctx){
var frame = ctx.parentElement.querySelector('iframe#software-embed-frame');
var src = frame.src;
frame.src = '';
frame.src = src;
}) +
}) + ' ' +
`<iframe id="software-embed-frame" src="${frameUrl}"></iframe>`
) }

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ subtitle: ""
description: ""
image: "/assets/media/games/$2/"
image_source: "internal"
icon: ""
category: "games"
tags:
- ""
Expand Down

0 comments on commit e469203

Please sign in to comment.