<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: PlasmatorGames</title>
    <description>The latest articles on Forem by PlasmatorGames (@plasmatorgamesstudio).</description>
    <link>https://forem.com/plasmatorgamesstudio</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3628844%2F79f699a2-0056-48a1-91e6-6b37a5a25395.png</url>
      <title>Forem: PlasmatorGames</title>
      <link>https://forem.com/plasmatorgamesstudio</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/plasmatorgamesstudio"/>
    <language>en</language>
    <item>
      <title>Terminal Micro ENGINE | A tiny DOS-style game engine</title>
      <dc:creator>PlasmatorGames</dc:creator>
      <pubDate>Tue, 25 Nov 2025 13:34:27 +0000</pubDate>
      <link>https://forem.com/plasmatorgamesstudio/terminal-micro-engine-a-tiny-dos-style-game-engine-401e</link>
      <guid>https://forem.com/plasmatorgamesstudio/terminal-micro-engine-a-tiny-dos-style-game-engine-401e</guid>
      <description>&lt;p&gt;&lt;strong&gt;Terminal Micro Engine&lt;/strong&gt; is a compact HTML/JS micro-engine for building retro terminal narrative games with an optional viewport . Fully JSON-driven, no JavaScript required.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://plasmator-games.itch.io/terminal-micro-engine" rel="noopener noreferrer"&gt;https://plasmator-games.itch.io/terminal-micro-engine&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd7f4g4xzcoyj5e336xw6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd7f4g4xzcoyj5e336xw6.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Lightweight JSON-driven narrative/systemic engine perfect for creating:&lt;/p&gt;

&lt;p&gt;Terminal-style games&lt;br&gt;
Exploration simulators&lt;br&gt;
Sci-fi / submarine / space stations&lt;br&gt;
Horror micro-narratives&lt;br&gt;
Puzzle room/sector-based adventures&lt;br&gt;
Minimalist survival experiences&lt;/p&gt;

&lt;p&gt;&lt;em&gt;EXAMPLE GAME VIEWPORT&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftd19av2sw9axhd0nphzp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftd19av2sw9axhd0nphzp.png" alt=" " width="800" height="348"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Core Features&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Terminal command parser (look, scan, movement, custom actions)&lt;/li&gt;
&lt;li&gt;Viewport system (static / tileset / setViewport / jumpscare)&lt;/li&gt;
&lt;li&gt;Room system + onEnter actions&lt;/li&gt;
&lt;li&gt;Global events (onCommand / timer)&lt;/li&gt;
&lt;li&gt;Flags/variables for branching logic&lt;/li&gt;
&lt;li&gt;JSON-based: GAME_DATA defines the entire game&lt;/li&gt;
&lt;li&gt;Complete user guide included!&lt;/li&gt;
&lt;li&gt;Included Editor&lt;/li&gt;
&lt;li&gt;Live terminal + viewport preview&lt;/li&gt;
&lt;li&gt;JSON editor + validator&lt;/li&gt;
&lt;li&gt;Auto-add Room / Event tools&lt;/li&gt;
&lt;li&gt;Local viewport override&lt;/li&gt;
&lt;li&gt;One-click ZIP export (HTML runtime)
&lt;strong&gt;Export Output&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;index.html
engine.js
game_data.js
style.css
assets/

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Terminal Micro Engine by Plasmator Games is marked CC0 1.0 and is completely open source!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Another game example "Protocol Red"&lt;/em&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmqgsza8ookrpad8ogwus.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmqgsza8ookrpad8ogwus.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>software</category>
      <category>gamedev</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
