diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-06-15 12:33:48 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-06-15 12:33:48 +0900 |
| commit | 796995ca280f554a25b24d3e03a028a5a479d9f2 (patch) | |
| tree | 1132d119b53d92d791820f33a14df1b8b35d8e27 | |
| parent | dae57f7361eaa6cbbea5b90d64364b0815bcd6cc (diff) | |
| download | nsfisis.dev-796995ca280f554a25b24d3e03a028a5a479d9f2.tar.gz nsfisis.dev-796995ca280f554a25b24d3e03a028a5a479d9f2.tar.zst nsfisis.dev-796995ca280f554a25b24d3e03a028a5a479d9f2.zip | |
feat(blog/content): update post /posts/2025-06-14/baba-is-you/
| -rw-r--r-- | vhosts/blog/content/posts/2025-06-14/baba-is-you.dj | 11 | ||||
| -rw-r--r-- | vhosts/blog/public/atom.xml | 4 | ||||
| -rw-r--r-- | vhosts/blog/public/posts/2025-06-14/baba-is-you/index.html | 16 | ||||
| -rw-r--r-- | vhosts/blog/public/posts/atom.xml | 4 | ||||
| -rw-r--r-- | vhosts/blog/public/posts/index.html | 2 | ||||
| -rw-r--r-- | vhosts/blog/public/tags/game/atom.xml | 4 | ||||
| -rw-r--r-- | vhosts/blog/public/tags/game/index.html | 2 |
7 files changed, 35 insertions, 8 deletions
diff --git a/vhosts/blog/content/posts/2025-06-14/baba-is-you.dj b/vhosts/blog/content/posts/2025-06-14/baba-is-you.dj index edee11de..8c164a26 100644 --- a/vhosts/blog/content/posts/2025-06-14/baba-is-you.dj +++ b/vhosts/blog/content/posts/2025-06-14/baba-is-you.dj @@ -10,6 +10,10 @@ tags = [ [[article.revisions]] date = "2025-06-14" remark = "公開" + +[[article.revisions]] +date = "2025-06-15" +remark = "後半 (ネタバレあり) のとある面について追記" --- {#intro} # Baba Is You とは @@ -333,6 +337,13 @@ PRISON と DUNGEON で既出のテクニックが肝だが、ちと離れすぎ 個人的にこのゲームで一番苦しかったのがここの `TEXT` 変換解である。 単純な難しさに加え、実績が取れていない原因がこの面だという確信も持てなかったので、解けるかどうかわからない状態で挑み続けることとなり疲弊した。 +::: note +2025-06-15 追記 + +??? の DO IT YOURSELF 以降を開くにはこの面の `LEVEL` `IS` `TEXT` が必須だと思っていたのだが、どうもそうではないらしい。 +いずれにせよそれを思いつけなかったので同じことか。 +::: + {#stardrop-and-meteor-strike} #### STARDROP、METEOR STRIKE diff --git a/vhosts/blog/public/atom.xml b/vhosts/blog/public/atom.xml index 89dbd384..be5ce941 100644 --- a/vhosts/blog/public/atom.xml +++ b/vhosts/blog/public/atom.xml @@ -7,14 +7,14 @@ <author> <name>nsfisis</name> </author> - <updated>2025-06-14T00:00:00+09:00</updated> + <updated>2025-06-15T00:00:00+09:00</updated> <entry> <id>urn:uuid:127019eb-e83f-4c9e-ab54-2021124f1bbb</id> <link rel="alternate" href="https://blog.nsfisis.dev/posts/2025-06-14/baba-is-you/"></link> <title>最高のパズルゲーム Baba Is You をやれ</title> <summary>Baba Is You という最高のパズルゲームをクリアした。是非プレイしてほしい。</summary> <published>2025-06-14T00:00:00+09:00</published> - <updated>2025-06-14T00:00:00+09:00</updated> + <updated>2025-06-15T00:00:00+09:00</updated> </entry> <entry> <id>urn:uuid:64f5e1a6-2f5c-4d5d-b1c8-8346a66c1d40</id> diff --git a/vhosts/blog/public/posts/2025-06-14/baba-is-you/index.html b/vhosts/blog/public/posts/2025-06-14/baba-is-you/index.html index 4610700e..2abf535a 100644 --- a/vhosts/blog/public/posts/2025-06-14/baba-is-you/index.html +++ b/vhosts/blog/public/posts/2025-06-14/baba-is-you/index.html @@ -55,6 +55,9 @@ <li class="revision"> <time datetime="2025-06-14">2025-06-14</time>: 公開 </li> + <li class="revision"> + <time datetime="2025-06-15">2025-06-15</time>: 後半 (ネタバレあり) のとある面について追記 + </li> </ol> </section> <section id="section--intro"> @@ -441,6 +444,19 @@ <p> 普通に解くだけなら大したことのない面だが、問題はこれの <code>LEVEL</code> <code>IS</code> <code>TEXT</code> 解である。 出現順に書いているのでここに置いたが、解いたのはもっと後、META の後半に差しかかった頃になる。 ??? コンプリートの実績が取れていないことに気付き、残っているとすればここの <code>LEVEL</code> <code>IS</code> <code>TEXT</code> しかないと考えたまではよかったが、そこからが大変だった。 個人的にこのゲームで一番苦しかったのがここの <code>TEXT</code> 変換解である。 単純な難しさに加え、実績が取れていない原因がこの面だという確信も持てなかったので、解けるかどうかわからない状態で挑み続けることとなり疲弊した。 </p> + <div class="admonition"> + <div class="admonition-label"> + NOTE + </div> + <div class="admonition-content"> + <p> + 2025-06-15 追記 + </p> + <p> + ??? の DO IT YOURSELF 以降を開くにはこの面の <code>LEVEL</code> <code>IS</code> <code>TEXT</code> が必須だと思っていたのだが、どうもそうではないらしい。 いずれにせよそれを思いつけなかったので同じことか。 + </p> + </div> + </div> </section> <section id="section--spoiler--impressive-levels--triple-question--stardrop-and-meteor-strike"> <h5><a href="#section--spoiler--impressive-levels--triple-question--stardrop-and-meteor-strike">STARDROP、METEOR STRIKE</a></h5> diff --git a/vhosts/blog/public/posts/atom.xml b/vhosts/blog/public/posts/atom.xml index 42a3a385..8ffa9d26 100644 --- a/vhosts/blog/public/posts/atom.xml +++ b/vhosts/blog/public/posts/atom.xml @@ -7,14 +7,14 @@ <author> <name>nsfisis</name> </author> - <updated>2025-06-14T00:00:00+09:00</updated> + <updated>2025-06-15T00:00:00+09:00</updated> <entry> <id>urn:uuid:127019eb-e83f-4c9e-ab54-2021124f1bbb</id> <link rel="alternate" href="https://blog.nsfisis.dev/posts/2025-06-14/baba-is-you/"></link> <title>最高のパズルゲーム Baba Is You をやれ</title> <summary>Baba Is You という最高のパズルゲームをクリアした。是非プレイしてほしい。</summary> <published>2025-06-14T00:00:00+09:00</published> - <updated>2025-06-14T00:00:00+09:00</updated> + <updated>2025-06-15T00:00:00+09:00</updated> </entry> <entry> <id>urn:uuid:64f5e1a6-2f5c-4d5d-b1c8-8346a66c1d40</id> diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html index dfc90a26..11ccc67d 100644 --- a/vhosts/blog/public/posts/index.html +++ b/vhosts/blog/public/posts/index.html @@ -53,7 +53,7 @@ </p> </section> <footer class="entry-footer"> - <time datetime="2025-06-14">2025-06-14</time> 投稿 + <time datetime="2025-06-14">2025-06-14</time> 投稿、<time datetime="2025-06-15">2025-06-15</time> 更新 </footer> </a> </article> diff --git a/vhosts/blog/public/tags/game/atom.xml b/vhosts/blog/public/tags/game/atom.xml index aef34ab8..eb4dcdd0 100644 --- a/vhosts/blog/public/tags/game/atom.xml +++ b/vhosts/blog/public/tags/game/atom.xml @@ -7,13 +7,13 @@ <author> <name>nsfisis</name> </author> - <updated>2025-06-14T00:00:00+09:00</updated> + <updated>2025-06-15T00:00:00+09:00</updated> <entry> <id>urn:uuid:127019eb-e83f-4c9e-ab54-2021124f1bbb</id> <link rel="alternate" href="https://blog.nsfisis.dev/posts/2025-06-14/baba-is-you/"></link> <title>最高のパズルゲーム Baba Is You をやれ</title> <summary>Baba Is You という最高のパズルゲームをクリアした。是非プレイしてほしい。</summary> <published>2025-06-14T00:00:00+09:00</published> - <updated>2025-06-14T00:00:00+09:00</updated> + <updated>2025-06-15T00:00:00+09:00</updated> </entry> </feed> diff --git a/vhosts/blog/public/tags/game/index.html b/vhosts/blog/public/tags/game/index.html index 32cd45d8..da6dce52 100644 --- a/vhosts/blog/public/tags/game/index.html +++ b/vhosts/blog/public/tags/game/index.html @@ -54,7 +54,7 @@ </p> </section> <footer class="entry-footer"> - <time datetime="2025-06-14">2025-06-14</time> 投稿 + <time datetime="2025-06-14">2025-06-14</time> 投稿、<time datetime="2025-06-15">2025-06-15</time> 更新 </footer> </a> </article> |
