<?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: Jemal Young</title>
    <description>The latest articles on DEV Community by Jemal Young (@jemalyoung).</description>
    <link>https://dev.to/jemalyoung</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%2F968185%2Fe73b2e15-bbf7-48a1-9eb5-85e7aaa12b1d.jpeg</url>
      <title>DEV Community: Jemal Young</title>
      <link>https://dev.to/jemalyoung</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jemalyoung"/>
    <language>en</language>
    <item>
      <title>Baby's first text-based horror game</title>
      <dc:creator>Jemal Young</dc:creator>
      <pubDate>Tue, 08 Nov 2022 05:26:50 +0000</pubDate>
      <link>https://dev.to/jemalyoung/babys-first-text-based-horror-game-52af</link>
      <guid>https://dev.to/jemalyoung/babys-first-text-based-horror-game-52af</guid>
      <description>&lt;p&gt;&lt;em&gt;Gradient Descent&lt;/em&gt; is my final project for Codecademy's CS101 course; the assignment was to "build a basic terminal program of your choice", so I made a text-based horror game in the style of &lt;em&gt;&lt;a href="https://en.wikipedia.org/wiki/Choose_Your_Own_Adventure"&gt;Choose Your Own Adventure&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;This game is unfinished, and I hope to keep working on it as time allows.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://i.giphy.com/media/VOJs5Jnlpt5ekQcfoF/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/VOJs5Jnlpt5ekQcfoF/giphy.gif" alt="Gradient Descent gameplay" width="480" height="286"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The code has a lot of redundancy, especially for pacing and text effects. In hindsight, I could have created a few functions and just called those. I'd like to make that improvement. I'd also like to make the scenarios (decision_1(), decision_2()...) modular i.e. easily callable from one another, whereas right now the final-decision scenario is the only modular one. The game would ideally be a Möbius strip of flexible decision-making horror, until the player reaches a terminal state.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/jemalyoung/terminal-game-gradient-descent"&gt;Link to the code on GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This project taught me how easy it is to become fascinated by the siren song of low-hanging marginal improvements. I want to keep working on this damned script, there are so many problems with it and it could be so much better.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>python</category>
      <category>codenewbie</category>
    </item>
  </channel>
</rss>
