<?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>DEV Community: Liana H.</title>
    <description>The latest articles on DEV Community by Liana H. (@liana_k_24cfbdadeb514ff).</description>
    <link>https://dev.to/liana_k_24cfbdadeb514ff</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%2F3269323%2F989b5672-78e4-4aeb-9313-e7eabf13eca6.png</url>
      <title>DEV Community: Liana H.</title>
      <link>https://dev.to/liana_k_24cfbdadeb514ff</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/liana_k_24cfbdadeb514ff"/>
    <language>en</language>
    <item>
      <title>How to build your own interactive RPG terminal indie game (Beginner Friendly!!)</title>
      <dc:creator>Liana H.</dc:creator>
      <pubDate>Mon, 16 Jun 2025 21:28:31 +0000</pubDate>
      <link>https://dev.to/liana_k_24cfbdadeb514ff/how-to-build-your-own-interactive-rpg-terminal-indie-game-without-much-coding-beginner-friendly-1fh6</link>
      <guid>https://dev.to/liana_k_24cfbdadeb514ff/how-to-build-your-own-interactive-rpg-terminal-indie-game-without-much-coding-beginner-friendly-1fh6</guid>
      <description>&lt;h1&gt;
  
  
  How to Create a Twine Game and Share It on Itch.io
&lt;/h1&gt;

&lt;p&gt;Want to make a fun, interactive text-based game? Twine is the perfect tool to get started — no coding skills needed! Here's a simple step-by-step guide to help you build your story and share it online.&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Download Twine
&lt;/h2&gt;

&lt;p&gt;First, download Twine to your laptop.&lt;br&gt;&lt;br&gt;
👉 &lt;a href="https://twinery.org/" rel="noopener noreferrer"&gt;Download Twine here&lt;/a&gt;&lt;/p&gt;


&lt;h2&gt;
  
  
  2. Create Passages and Write Your Story
&lt;/h2&gt;

&lt;p&gt;Twine works by using "passages" — think of them like blocks of text or scenes in your story. Start by creating your first few passages and writing your narrative.&lt;/p&gt;


&lt;h2&gt;
  
  
  3. Connect Your Passages
&lt;/h2&gt;

&lt;p&gt;Link passages together to control how the story flows from one event to the next.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;:: Passage 1&lt;br&gt;&lt;br&gt;
I hate him so much! [[Continue|Passage 2]]&lt;/p&gt;

&lt;p&gt;:: Passage 2&lt;br&gt;&lt;br&gt;
Oh my god, I hate him! [[Continue|Passage 3]]&lt;/p&gt;


&lt;h2&gt;
  
  
  4. Add Interactivity to Your Game
&lt;/h2&gt;

&lt;p&gt;Make your game more exciting by adding choices for the player!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;:: Passage 3&lt;br&gt;&lt;br&gt;
What should I eat today?&lt;br&gt;&lt;br&gt;
Apples [[choose|Passage 4]] or Bananas [[choose|Passage 5]]?&lt;/p&gt;

&lt;p&gt;:: Passage 4&lt;br&gt;&lt;br&gt;
I ate apples! [[Continue|Passage 6]]&lt;/p&gt;

&lt;p&gt;:: Passage 5&lt;br&gt;&lt;br&gt;
I ate bananas! [[Continue|Passage 6]]&lt;/p&gt;

&lt;p&gt;:: Passage 6&lt;br&gt;&lt;br&gt;
That was a yummy lunch!&lt;/p&gt;


&lt;h2&gt;
  
  
  5. Save Your Project
&lt;/h2&gt;

&lt;p&gt;Once your story is complete, save your Twine project as an &lt;code&gt;.html&lt;/code&gt; file. This file is what you'll upload to share your game online.&lt;/p&gt;


&lt;h2&gt;
  
  
  6. Upload to Itch.io
&lt;/h2&gt;

&lt;p&gt;Create a game page on &lt;a href="https://itch.io/" rel="noopener noreferrer"&gt;itch.io&lt;/a&gt; and upload your &lt;code&gt;.html&lt;/code&gt; file. Now your game is live and can be played by friends, family, and anyone else on the internet!&lt;/p&gt;


&lt;h2&gt;
  
  
  Thank You!!
&lt;/h2&gt;

&lt;p&gt;If you enjoyed this tutorial or want to see an interactive Twine game in action, play my interactive m*rder mystery game &lt;strong&gt;"Red Stains &amp;amp; Gold Eyes"&lt;/strong&gt; below! If you enjoy it, be sure to ⭐️ the repo!&lt;/p&gt;


&lt;h2&gt;
  
  
  Game Links
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/Liana24601" rel="noopener noreferrer"&gt;
        Liana24601
      &lt;/a&gt; / &lt;a href="https://github.com/Liana24601/Maroon-RPG" rel="noopener noreferrer"&gt;
        Maroon-RPG
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      link: https://lianadothallik.itch.io/red-stains-gold-eyes
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Red Stains &amp;amp; Gold Eyes: An Interactive Terminal Game inspired by Taylor Swift's "Maroon"&lt;/h1&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href="https://github.com/Liana24601" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/2345273dfa83f6a590597c431503b9ec184d1400c336ebeee26275911219fbbf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50726f66696c652d4c69616e6132343630312d626c75653f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562" alt="Profile Badge"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;blockquote&gt;
&lt;p&gt;Created by &lt;strong&gt;&lt;a href="https://github.com/Liana24601" rel="noopener noreferrer"&gt;Liana24601&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;The Game&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;Writing stories based off my favorite songs has always been a fun pastime for me. This year, I thought I would take that hobby to the next level. I made my first ever RPG game based off Taylor Swift's song "Maroon". With masterful storytelling, well-crafted writing, poetic lyric snippets, and a thrilling atmospshere, I believe this game is definitely something to see. Enjoy!&lt;/p&gt;

&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Take a sneak peek!&lt;/h1&gt;

&lt;/div&gt;
&lt;div&gt;
  &lt;a href="https://shipwrecked.hackclub.com/?t=ghrm" rel="nofollow noopener noreferrer"&gt;
    &lt;img src="https://camo.githubusercontent.com/217d5615800d84e07db43e0b3e542fb2974c8fab0610e984a480a10fe8d81429/68747470733a2f2f692e696d6775722e636f6d2f4d786d617155312e706e67"&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;The game includes...&lt;/h1&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Intriguing characters&lt;/li&gt;
&lt;li&gt;Chilling writing&lt;/li&gt;
&lt;li&gt;Tough decisions&lt;/li&gt;
&lt;li&gt;Pyschological thrillers&lt;/li&gt;
&lt;li&gt;A supspenseful mystery&lt;/li&gt;
&lt;li&gt;Multiple storylines&lt;/li&gt;
&lt;li&gt;Stunning visuals&lt;/li&gt;
&lt;li&gt;And a dark ending!&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;blockquote&gt;
&lt;p&gt;Play it here! Press "run game" and click through the game to play! &lt;strong&gt;&lt;a href="https://lianadothallik.itch.io/red-stains-gold-eyes" rel="nofollow noopener noreferrer"&gt;Game link :)&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Also!!&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;If you play the game and find it to your liking, be sure to star this repo!! Any and all support is appreciated, and feedback…&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/Liana24601/Maroon-RPG" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;



&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://lianadothallik.itch.io/red-stains-gold-eyes" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;lianadothallik.itch.io&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>beginners</category>
      <category>twine</category>
      <category>tutorial</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
