<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Gaming on nxadm</title>
    <link>https://nxadm.apt-get.be/tags/gaming/</link>
    <description>Recent content in Gaming on nxadm</description>
    <generator>Hugo -- 0.135.0</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 05 Oct 2024 15:45:00 +0100</lastBuildDate>
    <atom:link href="https://nxadm.apt-get.be/tags/gaming/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Fix for Proton/Linux slow loadtime for some games</title>
      <link>https://nxadm.apt-get.be/posts/proton-linux-open-files/</link>
      <pubDate>Sat, 05 Oct 2024 15:45:00 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/proton-linux-open-files/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;cover.jpg&#34; alt=&#34;Cover Ember Knights&#34;  title=&#34;Cover Ember Knights&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Proton_(software)&#34;&gt;Proton&lt;/a&gt; is a compatibility
layer for Windows games to run on Linux. Running a Windows games is mostly
just hitting the Play button within Steam. It&amp;rsquo;s that good that many games now
run faster on Linux than on native Windows. That&amp;rsquo;s what makes the
&lt;a href=&#34;&#34;&gt;Steam Deck&lt;/a&gt; the best gaming handheld of the moment.&lt;/p&gt;
&lt;p&gt;But a compatibility layer is still a layer, so you may encounter
&amp;hellip;  incompatibilities.
&lt;a href=&#34;https://store.steampowered.com/app/1135230/Ember_Knights/&#34;&gt;Ember Knights&lt;/a&gt;
is a lovely game with fun co-op multiplayer support. It runs perfectly on the
(Linux-based) Steam Deck, but on my Ubuntu laptop I encountered long loading
times (startup was 5 minutes and loading between worlds was slow).  But once
the game was loaded it ran fine.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="cover.jpg" alt="Cover Ember Knights"  title="Cover Ember Knights"  />
</p>
<p><a href="https://en.wikipedia.org/wiki/Proton_(software)">Proton</a> is a compatibility
layer for Windows games to run on Linux. Running a Windows games is mostly
just hitting the Play button within Steam. It&rsquo;s that good that many games now
run faster on Linux than on native Windows. That&rsquo;s what makes the
<a href="">Steam Deck</a> the best gaming handheld of the moment.</p>
<p>But a compatibility layer is still a layer, so you may encounter
&hellip;  incompatibilities.
<a href="https://store.steampowered.com/app/1135230/Ember_Knights/">Ember Knights</a>
is a lovely game with fun co-op multiplayer support. It runs perfectly on the
(Linux-based) Steam Deck, but on my Ubuntu laptop I encountered long loading
times (startup was 5 minutes and loading between worlds was slow).  But once
the game was loaded it ran fine.</p>
<p>Debugging the game reveled that there were lost of <code>EAGAIN</code> errors while the
game was trying to access the system clock. Changing the numer of allowed open
files fixed the problem for me.</p>
<p>Add this to end end of the following files:</p>
<ul>
<li>in <code>/etc/security/limits.conf</code>:</li>
</ul>
<pre tabindex="0"><code>* hard nofile 1048576
</code></pre><ul>
<li>in /etc/systemd/system.conf <strong>and</strong> /etc/systemd/user.conf:</li>
</ul>
<pre tabindex="0"><code>DefaultLimitNOFILE=1048576 
</code></pre><p>Reboot.</p>
]]></content:encoded>
    </item>
    <item>
      <title>The Witcher 3: Wild Hunt (Complete Edition) (CD Projekt; PC and consoles; 2015/2020 (next-gen upgrade))</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/witcher3/</link>
      <pubDate>Sat, 05 Oct 2024 15:38:01 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/witcher3/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;cover.jpg&#34; alt=&#34;Cover&#34;  title=&#34;Cover&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.webp&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.thewitcher.com/us/en/witcher3&#34;&gt;&amp;ldquo;The Witcher 3: Wild Hunt&amp;rdquo;&lt;/a&gt;
is considered to be one of the greatest video games of all time. I certainly
agree with that sentiment.&lt;/p&gt;
&lt;p&gt;At its core, The Witcher 3 is a action-role playing game with a third-person
perspective in a &lt;strong&gt;huge&lt;/strong&gt; open world. You develop your character while the
story advances. At the same time you can freely roam and explore as much as you
like. The main story is captivating and the world is filled with with
side quests and lots of interesting people. Fun for at least 200 hours,
if you&amp;rsquo;re the exploring kind. If you&amp;rsquo;re not, the base game (without DLCs) will
still take you 50 hours to finish.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="cover.jpg" alt="Cover"  title="Cover"  />

<img loading="lazy" src="ingame.webp" alt="In Game"  title="In Game"  />
</p>
<p><a href="https://www.thewitcher.com/us/en/witcher3">&ldquo;The Witcher 3: Wild Hunt&rdquo;</a>
is considered to be one of the greatest video games of all time. I certainly
agree with that sentiment.</p>
<p>At its core, The Witcher 3 is a action-role playing game with a third-person
perspective in a <strong>huge</strong> open world. You develop your character while the
story advances. At the same time you can freely roam and explore as much as you
like. The main story is captivating and the world is filled with with
side quests and lots of interesting people. Fun for at least 200 hours,
if you&rsquo;re the exploring kind. If you&rsquo;re not, the base game (without DLCs) will
still take you 50 hours to finish.</p>
<p>While similar to other great games like Nintendo&rsquo;s Zelda Breath of the Wild and
Sony&rsquo;s Horizon Zero Dawn, the strength of the game is a deep lore originating
from the Witcher series novels written by the &ldquo;Polish Tolkien&rdquo;
<a href="https://en.wikipedia.org/wiki/Andrzej_Sapkowski">Andrzej Sapkowski</a>.
It&rsquo;s not a game, but a universe (nowadays it even includes a Netflix tv-series).</p>
<p>A must play.</p>
<p><em>Played on the <a href="https://www.thewitcher.com/us/en/witcher3">Steam Deck</a>
without any issues (&ldquo;Steam Deck Verified&rdquo;)</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Mario &amp; Luigi: Superstar Saga (Game Boy Advance, 2003)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/mario-and-luigi-superstar-saga-gba2003/</link>
      <pubDate>Thu, 21 Mar 2024 20:40:00 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/mario-and-luigi-superstar-saga-gba2003/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.webp&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.png&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Mario_%26_Luigi:_Superstar_Saga&#34;&gt;Mario &amp;amp; Luigi: Superstar Saga&lt;/a&gt;
is a surprisingly fun game. At its core it&amp;rsquo;s a role-playing game. But you
wouldn’t tell because of the amount of platforming, the quantity and quality
of small puzzles and -most of all- the funny self-deprecating dialogue.&lt;/p&gt;
&lt;p&gt;As the player you control Mario and Luigi simultaneously and that takes some
time to master. As you learn techniques along the way, each character get
special abilities allowing you to solve new puzzles and advance on your
journey. It&amp;rsquo;s not a shot game for a handheld, taking around 20-30 hours to
finish at the minimum.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.webp" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.png" alt="In Game"  title="In Game"  />
</p>
<p><a href="https://en.wikipedia.org/wiki/Mario_%26_Luigi:_Superstar_Saga">Mario &amp; Luigi: Superstar Saga</a>
is a surprisingly fun game. At its core it&rsquo;s a role-playing game. But you
wouldn’t tell because of the amount of platforming, the quantity and quality
of small puzzles and -most of all- the funny self-deprecating dialogue.</p>
<p>As the player you control Mario and Luigi simultaneously and that takes some
time to master. As you learn techniques along the way, each character get
special abilities allowing you to solve new puzzles and advance on your
journey. It&rsquo;s not a shot game for a handheld, taking around 20-30 hours to
finish at the minimum.</p>
<p>The 3DS 2017 remake of 2017 (Mario &amp; Luigi: Superstar Saga + Bowser&rsquo;s Minions) did keep most
of the game as it is, just updating the graphics and music for the more powerful handheld.
That&rsquo;s says a lot about the original whose 2D SNES/GBA graphics don&rsquo;t feel outdated today,
but hip and cute pixel-art.</p>
<p><em>Have a look at <a href="https://nxadm.apt-get.be/posts/how-to-play-retrogames/">&ldquo;How to play retrogames?&rdquo;</a>
if you don&rsquo;t know how to play retrogames.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Snow Bros. (Toaplan, Arcade, 1990)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/snow-bros-arcade1990/</link>
      <pubDate>Sun, 17 Dec 2023 19:35:01 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/snow-bros-arcade1990/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.jpg&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.jpg&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Like many games of that time,
&lt;a href=&#34;https://en.wikipedia.org/wiki/Snow_Bros.&#34;&gt;Snow Bros.&lt;/a&gt;
is a simple game that can be mastered with practice (or rather, coins).
It&amp;rsquo;s fun all the way, specially when playing with 2 players (in co-op).
The gameplay is somewhat reminiscent of
&lt;a href=&#34;https://en.wikipedia.org/wiki/Bubble_Bobble&#34;&gt;Bubble Bobble&lt;/a&gt;, but instead of
bubbles you shoot snow to bury enemies in snowballs. Push the snowball to get
rid of all the enemies on its path!&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.jpg" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.jpg" alt="In Game"  title="In Game"  />
</p>
<p>Like many games of that time,
<a href="https://en.wikipedia.org/wiki/Snow_Bros.">Snow Bros.</a>
is a simple game that can be mastered with practice (or rather, coins).
It&rsquo;s fun all the way, specially when playing with 2 players (in co-op).
The gameplay is somewhat reminiscent of
<a href="https://en.wikipedia.org/wiki/Bubble_Bobble">Bubble Bobble</a>, but instead of
bubbles you shoot snow to bury enemies in snowballs. Push the snowball to get
rid of all the enemies on its path!</p>
<p>The arcade game was ported to a lot of game consoles and gaming computers.
It and was even ported to the Nintendo Switch. Something to play with friends
or your children.</p>
<p><em>Have a look at <a href="https://nxadm.apt-get.be/posts/how-to-play-retrogames/">&ldquo;How to play retrogames?&rdquo;</a>
if you don&rsquo;t know how to play retrogames.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to play retrogames?</title>
      <link>https://nxadm.apt-get.be/posts/how-to-play-retrogames/</link>
      <pubDate>Thu, 14 Dec 2023 19:41:00 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/how-to-play-retrogames/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;double-dragon.png&#34; alt=&#34;Double Dragon&#34;  title=&#34;Double Dragon&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Time can be cruel for games. Some games don&amp;rsquo;t age well. The advance in
computational and graphical power is painfully clear. But time can also be a
filter to separate great from mediocre games. If a game survives for decades,
there is a big chance it&amp;rsquo;s a &lt;strong&gt;great&lt;/strong&gt; game.&lt;/p&gt;
&lt;p&gt;Games are released to run on very specific hardware and operating systems.
Older games do often not run out of the box on modern computers. However,
this does not mean that running them is impossible, or even challenging. There
are several options to play these games, depending on what you find important
or achievable.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="double-dragon.png" alt="Double Dragon"  title="Double Dragon"  />
</p>
<p>Time can be cruel for games. Some games don&rsquo;t age well. The advance in
computational and graphical power is painfully clear. But time can also be a
filter to separate great from mediocre games. If a game survives for decades,
there is a big chance it&rsquo;s a <strong>great</strong> game.</p>
<p>Games are released to run on very specific hardware and operating systems.
Older games do often not run out of the box on modern computers. However,
this does not mean that running them is impossible, or even challenging. There
are several options to play these games, depending on what you find important
or achievable.</p>
<p>List of Contents:</p>
<ul>
<li><a href="#original-hardware">Original hardware</a></li>
<li><a href="#rereleased-mini-consoles">&ldquo;Rerealesed&rdquo; mini consoles</a></li>
<li><a href="#specialised-handhelds">Specialised handhelds</a>
<ul>
<li><a href="#the-steam-deck">The Steam Deck</a></li>
<li><a href="#emulation-handhelds">Emulation handhelds</a></li>
</ul>
</li>
<li><a href="#dedicated-hardware">Dedicated hardware</a></li>
<li><a href="#daily-laptop-pc-or-phone">Daily laptop, PC or phone</a></li>
</ul>
<h1 id="original-hardware">Original hardware</h1>
<p><img loading="lazy" src="retro-consoles.webp" alt="Retro consoles"  title="retro-consoles.webp"  />
</p>
<p>If you want to experience games how they were meant to be played, this is
the way to go. Full stop. Maybe you kept your old devices, or found something
in an attic or in a garage sale. Also, start looking for CRT TVs (tubes) and a
soldering iron for when stuff breaks.</p>
<p>There have been many generations of gaming consoles, and each generation had
many competing ones. Some brands still exist today, while many others
disappeared with the years. For arcade machines is the situation even more
complicated because most of them had dedicated hardware&hellip; per
game. Many arcades, consoles and games will be hard to find and be
prohibitively costly. This is a collector&rsquo;s meta-game and not practical
for most people.</p>
<h1 id="rereleased-mini-consoles">&ldquo;Rereleased&rdquo; mini consoles</h1>
<p><img loading="lazy" src="sega-genesis.jpg" alt="Sega Genesis original and emulation re-release"  title="Sega Genesis original and emulation re-release"  />
</p>
<p>This is also part of the collector&rsquo;s meta-game: <a href="https://www.youtube.com/watch?v=rg6CiPI6h2g">got to catch them all</a>!</p>
<p>In the last few years, there has been a boom of &ldquo;mini consoles&rdquo;. Many of the
older game companies -or rather whoever ended with the name and the IP- jumped
into the nostalgia powered &ldquo;mini console&rdquo; market. A cute mini device that
looks like a mini version of the original console is bundled with controllers
and a <strong>tiny</strong> selection of games for the platform (some collections are
great, most are disappointing). Most, if not all, of these devices run
a software emulator. From the top of my head I can think of mini Nintendo NES,
Nintendo SNES, Sega Genesis/Mega Drive, Sega Game Gear, Atari 2600, Commodore
64, Amiga 500, Neo Geo, TurboGrafix-16 and Playstation 1. Retrododo
<a href="https://retrododo.com/best-mini-consoles/">ranks them</a>.</p>
<p>Sadly, by the time you read this, most of these systems will themselves be out
of production and, if you find them, they will be overpriced.</p>
<h1 id="specialised-handhelds">Specialised handhelds</h1>
<p>This is probably the easiest and most user-friendly way to get into
retrogaming. No technical knowledge needed. These little machines are emulation
devices: the hardware is simulated on software. While 100% accuracy is not
guaranteed, most games will get very close and play perfectly. The older the
target platform, the easier it will be emulated on current hardware, often
orders of magnitude more powerful. More recent platforms are harder to emulate,
but with good enough hardware even the Nintendo Switch can be emulated.
Furthermore, you can experience games with <strong>better</strong> graphics than the
originals, thanks to the power of modern hardware that can upscale the native
resolutions.</p>
<h2 id="the-steam-deck">The Steam Deck</h2>
<p><img loading="lazy" src="steamdeck.webp" alt="Steam Deck"  title="Steam Deck"  />
</p>
<p>The best emulation machine today is a regular gaming handheld, conceived to
play modern Windows and Linux games:
The <a href="https://www.steamdeck.com/en/">Steam Deck</a>.
<a href="https://www.emudeck.com/">EmuDeck</a> is a 1-click software addon that adds
a user-friendly emulation solution for the Steam Deck. It bundles and
configures all the emulators you&rsquo;ll ever need, with support for the built-in
controller (or external bluetooth controllers). At the time of writing,
EmuDeck includes the following emulators:</p>
<ul>
<li>Cemu (Wii U)</li>
<li>Citra (3DS)</li>
<li>Dolphin (Gamecube and Wii)</li>
<li>DuckStation (Playstation 1)</li>
<li>MAME (Arcade games and more)</li>
<li>melonDS (Nintendo DS) (Standalone)</li>
<li>mGBA (Gameboy, Gameboy Color, and Gameboy Advance) (Standalone)</li>
<li>PCSX2 (Playstation 2)</li>
<li>PPSSP (Playstation Portable)</li>
<li>PrimeHack (Metroid Prime Trilogy)</li>
<li>RetroArch (Retro Systems incl. Atari, NES, SEGA, SNES)</li>
<li>Rosalie&rsquo;s Mupen GUI (Nintendo 64)</li>
<li>RPCS3 (Playstation 3)</li>
<li>Ryujinx (Nintendo Switch)</li>
<li>ScummVM (Point and Click Adventures)</li>
<li>Vita3K (Playstation Vita)</li>
<li>Yuzu (Nintendo Switch)</li>
<li>Xemu (OG Xbox)</li>
<li>Xenia (Xbox 360)</li>
</ul>
<p>Modern and retro-games in one device is the best of both worlds. Furthermore,
the Steam Deck can be connected to a USB-C dock and use a TV or monitor
through HDMI. This makes it a very versatile device.</p>
<p><a href="https://retrogamecorps.com/">RetroGameCorps</a> has
<a href="https://retrogamecorps.com/2022/10/16/steam-deck-emulation-starter-guide/">a useful guide for retrogaming on the Steam Deck</a>.</p>
<h2 id="emulation-handhelds">Emulation handhelds</h2>
<p><img loading="lazy" src="emulation-handhelds.jpg" alt="Emulation handhelds"  title="Emulation handhelds"  />
</p>
<p>Nowadays, there is a big emulation ecosystem of companies creating cheaper and
smaller devices, running on Android or Linux. Most of them will emulate
everything from Atari to Sony PSP without any problem. The most powerful ones
will also emulate Nintendo Game Cube/Wii and Sony PS2. The best well-known
manufacturers are <a href="https://www.goretroid.com/">Retroid</a>
(I have the <a href="https://nxadm.apt-get.be/posts/rp3plus-setup/">rp3+</a>),
<a href="https://anbernic.com/">Ambernic</a> and <a href="https://www.ayntec.com/">Ayn Odin</a>.
Typically, Linux devices are pre-configured. Android ones need a one-time setup.</p>
<p><a href="https://en.wikipedia.org/wiki/Evercade">Evercade</a> is a special case that may
be interesting for people that don&rsquo;t want to deal with emulation directly.
They provide a console-like experience with cartridges that contain a selection
of games. There will be huge gaps in the library —e.g. no Mario games—, but
they have enough variety in the cartridges to keep you busy for a long time.</p>
<h1 id="dedicated-hardware">Dedicated hardware</h1>
<p><img loading="lazy" src="rpi5.png" alt="Raspberry Pi 5"  title="Raspberry Pi 5"  />
</p>
<p>If you&rsquo;re more of a tinkerer, you can easily build your own emulation machine
with off the shelf hardware. The more powerful the hardware, the more systems
you&rsquo;ll be able to emulate. But even the slowest hardware available today will
easily emulate the classics like NES, SNES, SEGA Genesis, Game Boy, Game Boy
Advance, Playstation 1 and PSP.
The <a href="https://www.raspberrypi.com/products/raspberry-pi-5/">raspberry pi 5 single board computer</a>
is a popular computer for this kind of projects. You can also opt for a small
mini-pc (NUC) that brings a lot of power in a small package. Even an old
laptop will do the job. They all provide an HDMI output to connect to a TV
or monitor, and USB ports/Bluetooth for controllers.</p>
<p><img loading="lazy" src="emulationstation.png" alt="Emulation Station"  title="Emulation Station"  />

There are several software solutions to turn your hardware into an emulation
machine, with the most popular being <a href="https://batocera.org/">Batocera</a> and
<a href="https://retropie.org.uk/">RetroPie</a>. They both use the
<a href="https://emulationstation.org/">Emulation Station</a> frontend,
so they are very similar in usage. Batocera, which I use myself
and recommend, makes it easier to setup things like Bluetooth controllers
and Wi-Fi.</p>
<h1 id="daily-laptop-pc-or-phone">Daily laptop, PC or phone</h1>
<p>If you just want to casually play retro games, you can use your daily
laptop/desktop/phone. You&rsquo;ll need to install the emulators for each system
your self, but this is not difficult. You can do it when you need
a specific system instead of all at once. There are
<a href="https://emulation.gametechwiki.com/index.php/Frontends">many frontends</a>
to choose from if you want to centralise all your games in one place.
(For phones, have a look at my
<a href="https://nxadm.apt-get.be/posts/rp3plus-setup/">rp3+ guide</a>).</p>
]]></content:encoded>
    </item>
    <item>
      <title>Firewatch (Campo Santo; PC and consoles; 2016/2018)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/firewatch/</link>
      <pubDate>Mon, 11 Dec 2023 12:06:01 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/firewatch/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.jpg&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.jpg&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.firewatchgame.com/&#34;&gt;Firewatch&lt;/a&gt; is a single person adventure
that I enjoyed from the beginning to (almost the) end. Certainly recommended.
My only point of criticism is the rather abrupt ending. The game is short
(around 5 hours), but the story is by no means rushed.&lt;/p&gt;
&lt;p&gt;Your life, as the protagonist, is in shambles. What better way to get your
thoughts straight than wandering all day in nature while spotting wildfires?
As a firewatcher in a very remote area, your only lifeline to the outside world
is a warm and friendly voice through the walkie-talkie. You really look forward
to those conversations. But when you&amp;rsquo;re alone with your thoughts, the majesty
of the landscape shows there is a difference between solitude and loneliness.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.jpg" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.jpg" alt="In Game"  title="In Game"  />
</p>
<p><a href="https://www.firewatchgame.com/">Firewatch</a> is a single person adventure
that I enjoyed from the beginning to (almost the) end. Certainly recommended.
My only point of criticism is the rather abrupt ending. The game is short
(around 5 hours), but the story is by no means rushed.</p>
<p>Your life, as the protagonist, is in shambles. What better way to get your
thoughts straight than wandering all day in nature while spotting wildfires?
As a firewatcher in a very remote area, your only lifeline to the outside world
is a warm and friendly voice through the walkie-talkie. You really look forward
to those conversations. But when you&rsquo;re alone with your thoughts, the majesty
of the landscape shows there is a difference between solitude and loneliness.</p>
<p><em>The game is &ldquo;Steam Deck Verified&rdquo;.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>A Short Hike (adamgryu; PC and consoles; 2019/2020)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/short-hike/</link>
      <pubDate>Sun, 10 Dec 2023 17:57:01 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/short-hike/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.jpg&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.png&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://ashorthike.com/&#34;&gt;A Short Hike&lt;/a&gt; is a small indie game. And by small,
well, I mean &lt;strong&gt;small&lt;/strong&gt;: you&amp;rsquo;ll finish the story in around 1 hour and half.
You can spend a few additional hours to 100% the game, but there isn&amp;rsquo;t much
incentive to do so once you finish it.&lt;/p&gt;
&lt;p&gt;That said, the game is a great example of a &lt;em&gt;cozy&lt;/em&gt; game. The artwork is
beautiful, the mechanics are good and the quests are easy. There are no
wrong choices: you can&amp;rsquo;t die. A Short Hike wonderfully keeps the sense of
discovery alive, resulting in a Zelda-like game with no stress whatsoever.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.jpg" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.png" alt="In Game"  title="In Game"  />
</p>
<p><a href="https://ashorthike.com/">A Short Hike</a> is a small indie game. And by small,
well, I mean <strong>small</strong>: you&rsquo;ll finish the story in around 1 hour and half.
You can spend a few additional hours to 100% the game, but there isn&rsquo;t much
incentive to do so once you finish it.</p>
<p>That said, the game is a great example of a <em>cozy</em> game. The artwork is
beautiful, the mechanics are good and the quests are easy. There are no
wrong choices: you can&rsquo;t die. A Short Hike wonderfully keeps the sense of
discovery alive, resulting in a Zelda-like game with no stress whatsoever.</p>
<p>The game is fun and is certainly worth a play if you find it at a good price.</p>
<p><em>The game is &ldquo;Steam Deck Verified&rdquo;.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>The Legend of Zelda: Breath of the Wild (Wii-U/Switch, 2017)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/zelda-botw-wiiu2017/</link>
      <pubDate>Sat, 09 Dec 2023 13:00:09 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/zelda-botw-wiiu2017/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.webp&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.jpg&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Is a game released on 2017 still retrogaming? It is if you played on a Wii-U,
the abandoned last-generation console of Nintendo. Yes, it was also released on
a Nintendo Switch, as exactly the same game with a very small bump in resolution
(from 720p to 900p). Originally it was planned as a Wii-U exclusive, but it took
Nintendo a few extra years to get it right. And they did.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.webp" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.jpg" alt="In Game"  title="In Game"  />
</p>
<p>Is a game released on 2017 still retrogaming? It is if you played on a Wii-U,
the abandoned last-generation console of Nintendo. Yes, it was also released on
a Nintendo Switch, as exactly the same game with a very small bump in resolution
(from 720p to 900p). Originally it was planned as a Wii-U exclusive, but it took
Nintendo a few extra years to get it right. And they did.</p>
<p><a href="https://en.wikipedia.org/wiki/The_Legend_of_Zelda:_Breath_of_the_Wild">The Legend of Zelda: Breath of the Wild</a>
took everything we loved about 2D-Zeldas (top down) without the graphical
awkwardness of the early 3D Zelda days (hello, <a href="https://en.wikipedia.org/wiki/Nintendo_64">Nintendo64</a>!).
It&rsquo;s one of the best games ever made, where you can spend easily 100+ hours
to finish it (and 200-300 to complete it) and feel sad when you do. You&rsquo;ll
never get back that feeling of fragility and discovery you felt as when you
started the game. This new world is your oyster as you systematically discover
how to survive and thrive. And yes, fulfil the quests and master the shrines
(dungeon-like temple where you need to solve a puzzle). Some of them are
trivial, some of them complex or far-fetched, most of them fun.</p>
<p>The <a href="https://en.wikipedia.org/wiki/The_Legend_of_Zelda:_Breath_of_the_Wild#Downloadable_content">2 DLCs, The Master Trials and The Champions&rsquo; Ballad</a>
don&rsquo;t add much to the story, but they bring quality of life improvements
and also gameplay modes, items, and extra trials and shrines. If you play
the game today, it&rsquo;s worth it to get these expansions as well.</p>
<p><em>Have a look at <a href="https://nxadm.apt-get.be/posts/how-to-play-retrogames/">&ldquo;How to play retrogames?&rdquo;</a>
if you don&rsquo;t know how to play retrogames.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Little Misfortune (Killmonday Games; PC, mobile and consoles; 2019/2020)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/little-misfortune/</link>
      <pubDate>Sat, 02 Dec 2023 18:06:01 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/little-misfortune/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.jpg&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.jpg&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Misfortune Ramirez Hernandez, a cute 8-year-old girl, loves to tell the
world she is &amp;ldquo;a little Miss&amp;rdquo;. &lt;a href=&#34;https://killmondaygames.com/little-misfortune/&#34;&gt;Little Misfortune&lt;/a&gt;
is more than a wordplay on the story of the child. It&amp;rsquo;s a lovely, funny
and sad little adventure game. All at the same time. It&amp;rsquo;s about a child&amp;rsquo;s
sense of wonder and about the loss of innocence.&lt;/p&gt;
&lt;p&gt;Although short (I finished it around 3 hours), it&amp;rsquo;s rewarding. No need to make
it longer just for the sake of it. The Artwork is beautiful and strengthens
the story. While the price is steep for an indie game, it&amp;rsquo;s certainly worth it
(or just wish-list it and wait for the cyclical Steam sales).&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.jpg" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.jpg" alt="In Game"  title="In Game"  />
</p>
<p>Misfortune Ramirez Hernandez, a cute 8-year-old girl, loves to tell the
world she is &ldquo;a little Miss&rdquo;. <a href="https://killmondaygames.com/little-misfortune/">Little Misfortune</a>
is more than a wordplay on the story of the child. It&rsquo;s a lovely, funny
and sad little adventure game. All at the same time. It&rsquo;s about a child&rsquo;s
sense of wonder and about the loss of innocence.</p>
<p>Although short (I finished it around 3 hours), it&rsquo;s rewarding. No need to make
it longer just for the sake of it. The Artwork is beautiful and strengthens
the story. While the price is steep for an indie game, it&rsquo;s certainly worth it
(or just wish-list it and wait for the cyclical Steam sales).</p>
<p><em>While the game is not marked as &ldquo;Steam Deck Verified&rdquo; (just &ldquo;Playable&rdquo;), I played
the game without any issues on the <a href="https://store.steampowered.com/steamdeck">device</a>.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Virtua Tennis World Tour (PlayStation Portable, 2005)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/virtua-tennis-world-tour-psp2005/</link>
      <pubDate>Sat, 02 Dec 2023 13:00:10 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/virtua-tennis-world-tour-psp2005/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.jpg&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.jpg&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;A fun, kind of realistic tennis &lt;a href=&#34;https://en.wikipedia.org/wiki/Virtua_Tennis:_World_Tour&#34;&gt;game&lt;/a&gt;.
Best for playing in Quick Tournament mode (the history mode is silly).
Not easy, but certainly worth it. Handhelds like the rp3+ can upscale it to
about 3x the original resolution. My old 2016-Celeron
&lt;a href=&#34;https://en.wikipedia.org/wiki/Next_Unit_of_Computing&#34;&gt;NUC&lt;/a&gt; with
&lt;a href=&#34;https://batocera.org/&#34;&gt;Batocera&lt;/a&gt; can upscale it to 1080p without any
issues.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Have a look at &lt;a href=&#34;https://nxadm.apt-get.be/posts/how-to-play-retrogames/&#34;&gt;&amp;ldquo;How to play retrogames?&amp;rdquo;&lt;/a&gt;
if you don&amp;rsquo;t know how to play retrogames.&lt;/em&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.jpg" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.jpg" alt="In Game"  title="In Game"  />
</p>
<p>A fun, kind of realistic tennis <a href="https://en.wikipedia.org/wiki/Virtua_Tennis:_World_Tour">game</a>.
Best for playing in Quick Tournament mode (the history mode is silly).
Not easy, but certainly worth it. Handhelds like the rp3+ can upscale it to
about 3x the original resolution. My old 2016-Celeron
<a href="https://en.wikipedia.org/wiki/Next_Unit_of_Computing">NUC</a> with
<a href="https://batocera.org/">Batocera</a> can upscale it to 1080p without any
issues.</p>
<p><em>Have a look at <a href="https://nxadm.apt-get.be/posts/how-to-play-retrogames/">&ldquo;How to play retrogames?&rdquo;</a>
if you don&rsquo;t know how to play retrogames.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>The Legend of Zelda: The Minish Cap (Game Boy Advance, 2004)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/zelda-the-minish-cap-gba2004/</link>
      <pubDate>Sat, 02 Dec 2023 13:00:09 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/zelda-the-minish-cap-gba2004/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.webp&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.jpg&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/The_Legend_of_Zelda:_The_Minish_Cap&#34;&gt;This is a beautiful game&lt;/a&gt;
with interesting puzzles and&amp;hellip; a story. Another perfect example of SNES-level
graphics on a small handheld. The game takes a little investment in the
beginning because it starts slowly, certainly if you&amp;rsquo;re not familiar with the
&lt;a href=&#34;https://en.wikipedia.org/wiki/Action-adventure_game&#34;&gt;action-adventure genre&lt;/a&gt;
The quests will become clearer and the speed will pick up. You will be
stuck more than once (actually, lots of time). You&amp;rsquo;ll want to finish it in one
go, but this open world game will keep you occupied for way, way, longer than
you expected. It&amp;rsquo;s the perfect introduction to rich library of 2D Zelda games.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.webp" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.jpg" alt="In Game"  title="In Game"  />
</p>
<p><a href="https://en.wikipedia.org/wiki/The_Legend_of_Zelda:_The_Minish_Cap">This is a beautiful game</a>
with interesting puzzles and&hellip; a story. Another perfect example of SNES-level
graphics on a small handheld. The game takes a little investment in the
beginning because it starts slowly, certainly if you&rsquo;re not familiar with the
<a href="https://en.wikipedia.org/wiki/Action-adventure_game">action-adventure genre</a>
The quests will become clearer and the speed will pick up. You will be
stuck more than once (actually, lots of time). You&rsquo;ll want to finish it in one
go, but this open world game will keep you occupied for way, way, longer than
you expected. It&rsquo;s the perfect introduction to rich library of 2D Zelda games.</p>
<p><em>Have a look at <a href="https://nxadm.apt-get.be/posts/how-to-play-retrogames/">&ldquo;How to play retrogames?&rdquo;</a>
if you don&rsquo;t know how to play retrogames.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Metroid Fusion (Game Boy Advance, 2002)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/metroid-fusion-gba2002/</link>
      <pubDate>Sat, 02 Dec 2023 13:00:07 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/metroid-fusion-gba2002/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.jpg&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.png&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Metroid_Fusion&#34;&gt;This game&lt;/a&gt; is probably my
favorite in the &lt;a href=&#34;https://en.wikipedia.org/wiki/Metroid&#34;&gt;Metroid Series&lt;/a&gt;.
It&amp;rsquo;s a perfect example of SNES-level graphics on a small handheld. This is the
most story-driven installment of all &lt;strong&gt;Metroid 2D&lt;/strong&gt; games. Be ready to be lost
for hours and experience a huge adrenaline boost once you &lt;strong&gt;finally&lt;/strong&gt; figure
out what you need to do or when you finish that impossible boss. Oh, and in
this Metroid there are situations where there is no way you can win, and you
have to run. Very hard.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.jpg" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.png" alt="In Game"  title="In Game"  />
</p>
<p><a href="https://en.wikipedia.org/wiki/Metroid_Fusion">This game</a> is probably my
favorite in the <a href="https://en.wikipedia.org/wiki/Metroid">Metroid Series</a>.
It&rsquo;s a perfect example of SNES-level graphics on a small handheld. This is the
most story-driven installment of all <strong>Metroid 2D</strong> games. Be ready to be lost
for hours and experience a huge adrenaline boost once you <strong>finally</strong> figure
out what you need to do or when you finish that impossible boss. Oh, and in
this Metroid there are situations where there is no way you can win, and you
have to run. Very hard.</p>
<p><em>Have a look at <a href="https://nxadm.apt-get.be/posts/how-to-play-retrogames/">&ldquo;How to play retrogames?&rdquo;</a>
if you don&rsquo;t know how to play retrogames.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Super Metroid (Super Nintendo Entertainment System, 1994)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/super-metroid-snes1994/</link>
      <pubDate>Sat, 02 Dec 2023 13:00:06 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/super-metroid-snes1994/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.webp&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.gif&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;The 2D &lt;a href=&#34;https://en.wikipedia.org/wiki/Metroid&#34;&gt;Metroid Series&lt;/a&gt; offer a perfect
mix of platformer action, adventure and intelligent puzzles. While preceded by
&lt;a href=&#34;https://en.wikipedia.org/wiki/Metroid_(video_game)&#34;&gt;Metroid (1986)&lt;/a&gt;
on the NES and
&lt;a href=&#34;https://en.wikipedia.org/wiki/Metroid_II:_Return_of_Samus&#34;&gt;Metroid II: Return of Samus (1991)&lt;/a&gt;
on the GameBoy,
&lt;a href=&#34;https://en.wikipedia.org/wiki/Super_Metroid&#34;&gt;this is the game&lt;/a&gt;
that gave the series its distinct look and identity.&lt;/p&gt;
&lt;p&gt;While &lt;a href=&#34;https://en.wikipedia.org/wiki/Metroidvania&#34;&gt;Metrovania is a thing&lt;/a&gt;
and inspired many great games for decades to come, it is Metroid and not
&lt;a href=&#34;https://en.wikipedia.org/wiki/Castlevania&#34;&gt;Castlevania&lt;/a&gt; the game that
immerses the played in an eerie, dreadful, inmense and most of all lonely
universe. It&amp;rsquo;s close to the atmoshere created on Ridley Scotts&amp;rsquo;s
&lt;a href=&#34;https://en.wikipedia.org/wiki/Alien_(film)&#34;&gt;Alien&lt;/a&gt;, a clear inspiration
for the developers.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.webp" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.gif" alt="In Game"  title="In Game"  />
</p>
<p>The 2D <a href="https://en.wikipedia.org/wiki/Metroid">Metroid Series</a> offer a perfect
mix of platformer action, adventure and intelligent puzzles. While preceded by
<a href="https://en.wikipedia.org/wiki/Metroid_(video_game)">Metroid (1986)</a>
on the NES and
<a href="https://en.wikipedia.org/wiki/Metroid_II:_Return_of_Samus">Metroid II: Return of Samus (1991)</a>
on the GameBoy,
<a href="https://en.wikipedia.org/wiki/Super_Metroid">this is the game</a>
that gave the series its distinct look and identity.</p>
<p>While <a href="https://en.wikipedia.org/wiki/Metroidvania">Metrovania is a thing</a>
and inspired many great games for decades to come, it is Metroid and not
<a href="https://en.wikipedia.org/wiki/Castlevania">Castlevania</a> the game that
immerses the played in an eerie, dreadful, inmense and most of all lonely
universe. It&rsquo;s close to the atmoshere created on Ridley Scotts&rsquo;s
<a href="https://en.wikipedia.org/wiki/Alien_(film)">Alien</a>, a clear inspiration
for the developers.</p>
<p><em>Have a look at <a href="https://nxadm.apt-get.be/posts/how-to-play-retrogames/">&ldquo;How to play retrogames?&rdquo;</a>
if you don&rsquo;t know how to play retrogames.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>The Legend of Zelda: The Link to the Past (Super Nintendo Entertainment System, 1991)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/zelda-link-to-the-past-snes1991/</link>
      <pubDate>Sat, 02 Dec 2023 13:00:05 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/zelda-link-to-the-past-snes1991/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.webp&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.webp&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/The_Legend_of_Zelda:_A_Link_to_the_Past&#34;&gt;This game&lt;/a&gt;
returns to the top-down perspective of the first Zelda while making the game
graphically stunning (the NES graphics ages less well compared to the SNES/GBA
sequels). Even today, more than 30 years later, it&amp;rsquo;s pretty much the pattern to
follow for pixel-art games. This game is long and hard, but at the same time
extremely rewarding. It&amp;rsquo;s a must-play classic.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Have a look at &lt;a href=&#34;https://nxadm.apt-get.be/posts/how-to-play-retrogames/&#34;&gt;&amp;ldquo;How to play retrogames?&amp;rdquo;&lt;/a&gt;
if you don&amp;rsquo;t know how to play retrogames.&lt;/em&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.webp" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.webp" alt="In Game"  title="In Game"  />
</p>
<p><a href="https://en.wikipedia.org/wiki/The_Legend_of_Zelda:_A_Link_to_the_Past">This game</a>
returns to the top-down perspective of the first Zelda while making the game
graphically stunning (the NES graphics ages less well compared to the SNES/GBA
sequels). Even today, more than 30 years later, it&rsquo;s pretty much the pattern to
follow for pixel-art games. This game is long and hard, but at the same time
extremely rewarding. It&rsquo;s a must-play classic.</p>
<p><em>Have a look at <a href="https://nxadm.apt-get.be/posts/how-to-play-retrogames/">&ldquo;How to play retrogames?&rdquo;</a>
if you don&rsquo;t know how to play retrogames.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Dr. Mario (Game Boy, 1990)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/dr-mario-gb1990/</link>
      <pubDate>Sat, 02 Dec 2023 13:00:04 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/dr-mario-gb1990/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.jpg&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.webp&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Dr._Mario&#34;&gt;Dr. Mario&lt;/a&gt; is often bundled with
its more famous predecessor Tetris. The puzzle game is certainly a worthy
successor. While there are versions of this game on more recent consoles,
the straightforwardness of the Game Boy is something the more recent ports lack.
The game is fast, the music fantastic. Simple and a lot of addictive fun.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Have a look at &lt;a href=&#34;https://nxadm.apt-get.be/posts/how-to-play-retrogames/&#34;&gt;&amp;ldquo;How to play retrogames?&amp;rdquo;&lt;/a&gt;
if you don&amp;rsquo;t know how to play retrogames.&lt;/em&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.jpg" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.webp" alt="In Game"  title="In Game"  />
</p>
<p><a href="https://en.wikipedia.org/wiki/Dr._Mario">Dr. Mario</a> is often bundled with
its more famous predecessor Tetris. The puzzle game is certainly a worthy
successor. While there are versions of this game on more recent consoles,
the straightforwardness of the Game Boy is something the more recent ports lack.
The game is fast, the music fantastic. Simple and a lot of addictive fun.</p>
<p><em>Have a look at <a href="https://nxadm.apt-get.be/posts/how-to-play-retrogames/">&ldquo;How to play retrogames?&rdquo;</a>
if you don&rsquo;t know how to play retrogames.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Tetris (Game Boy, 1989)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/tetris-gb1989/</link>
      <pubDate>Sat, 02 Dec 2023 13:00:03 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/tetris-gb1989/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.jpg&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.webp&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Tetris_(Game_Boy_video_game)&#34;&gt;Tetris&lt;/a&gt;
was bundled with the European and North-American release of the new Game Boy
handheld. It&amp;rsquo;s until today in the top 10 of most sold Nintendo games of all
time. There are many older versions of Tetris, including the original release
on the Sovjet &lt;a href=&#34;https://en.wikipedia.org/wiki/Electronika_60&#34;&gt;Electronika 60&lt;/a&gt;
and later versions on Western and Eastern arcade machines around the world
(most of the time, arcade releases were far superior to home console ports).&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.jpg" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.webp" alt="In Game"  title="In Game"  />
</p>
<p><a href="https://en.wikipedia.org/wiki/Tetris_(Game_Boy_video_game)">Tetris</a>
was bundled with the European and North-American release of the new Game Boy
handheld. It&rsquo;s until today in the top 10 of most sold Nintendo games of all
time. There are many older versions of Tetris, including the original release
on the Sovjet <a href="https://en.wikipedia.org/wiki/Electronika_60">Electronika 60</a>
and later versions on Western and Eastern arcade machines around the world
(most of the time, arcade releases were far superior to home console ports).</p>
<p>While it had been ported to all the newer systems (and reimagined), the Game
Boy one is the definitive edition for me. The old handheld version has a
simplicity that matches the requirements of the game. It&rsquo;s completely
distraction-free and even in colour if you run it in a Game Boy Color handheld
(or emulator)! Later releases killed the magic completely. The native Game Boy
Color version was nearly identical except disturbing animated backgrounds (!).
The worst offender was the Nintendo DS version that uses a second full screen
(!!) to shows an animated but mocked Super Mario Bros. game.  <code>¯\_(ツ)_/¯</code></p>
<p><em>Have a look at <a href="https://nxadm.apt-get.be/posts/how-to-play-retrogames/">&ldquo;How to play retrogames?&rdquo;</a>
if you don&rsquo;t know how to play retrogames.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Super Mario Land (Game Boy, 1989)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/super-mario-land-gb1989/</link>
      <pubDate>Sat, 02 Dec 2023 13:00:02 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/super-mario-land-gb1989/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.png&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.png&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Super_Mario_Land&#34;&gt;This game&lt;/a&gt; is the first
Nintendo game for a handheld console. No pressure. It&amp;rsquo;s probably the
most quirky Mario game, but in a good way. Mostly line art and 2
&lt;a href=&#34;https://en.wikipedia.org/wiki/Gradius&#34;&gt;Gradius&lt;/a&gt;-like flying levels.
It&amp;rsquo;s a short game and rather difficult at the end, but a lot of fun.
A worthy adaptation of the Super Mario Bros. formula for the weaker handheld.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Have a look at &lt;a href=&#34;https://nxadm.apt-get.be/posts/how-to-play-retrogames/&#34;&gt;&amp;ldquo;How to play retrogames?&amp;rdquo;&lt;/a&gt;
if you don&amp;rsquo;t know how to play retrogames.&lt;/em&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.png" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.png" alt="In Game"  title="In Game"  />
</p>
<p><a href="https://en.wikipedia.org/wiki/Super_Mario_Land">This game</a> is the first
Nintendo game for a handheld console. No pressure. It&rsquo;s probably the
most quirky Mario game, but in a good way. Mostly line art and 2
<a href="https://en.wikipedia.org/wiki/Gradius">Gradius</a>-like flying levels.
It&rsquo;s a short game and rather difficult at the end, but a lot of fun.
A worthy adaptation of the Super Mario Bros. formula for the weaker handheld.</p>
<p><em>Have a look at <a href="https://nxadm.apt-get.be/posts/how-to-play-retrogames/">&ldquo;How to play retrogames?&rdquo;</a>
if you don&rsquo;t know how to play retrogames.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Super Mario Bros. (Nintendo Entertainment System, 1985)</title>
      <link>https://nxadm.apt-get.be/posts/minute-reviews/games/super-mario-bros-nes1985/</link>
      <pubDate>Sat, 02 Dec 2023 13:00:01 +0100</pubDate>
      <guid>https://nxadm.apt-get.be/posts/minute-reviews/games/super-mario-bros-nes1985/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;boxart.webp&#34; alt=&#34;Box Art&#34;  title=&#34;Box Art&#34;  /&gt;

&lt;img loading=&#34;lazy&#34; src=&#34;ingame.webp&#34; alt=&#34;In Game&#34;  title=&#34;In Game&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Super_Mario_Bros.&#34;&gt;This&lt;/a&gt; is the game that
started the almost 40-years franchise that expanded to animated TV-series
and movies. It&amp;rsquo;s fun, it&amp;rsquo;s challenging and the soundtrack is recognizable
everywhere. The original version is still the best version. Later versions
on other consoles often crop the image in order to adapt it to different
screen geometries, e.g. the NES Classics release on the Game Boy Advanced.
Still the king!&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="boxart.webp" alt="Box Art"  title="Box Art"  />

<img loading="lazy" src="ingame.webp" alt="In Game"  title="In Game"  />
</p>
<p><a href="https://en.wikipedia.org/wiki/Super_Mario_Bros.">This</a> is the game that
started the almost 40-years franchise that expanded to animated TV-series
and movies. It&rsquo;s fun, it&rsquo;s challenging and the soundtrack is recognizable
everywhere. The original version is still the best version. Later versions
on other consoles often crop the image in order to adapt it to different
screen geometries, e.g. the NES Classics release on the Game Boy Advanced.
Still the king!</p>
<p><em>Have a look at <a href="https://nxadm.apt-get.be/posts/how-to-play-retrogames/">&ldquo;How to play retrogames?&rdquo;</a>
if you don&rsquo;t know how to play retrogames.</em></p>
]]></content:encoded>
    </item>
  </channel>
</rss>
