<?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: Eric</title>
    <description>The latest articles on DEV Community by Eric (@tangy_yodler).</description>
    <link>https://dev.to/tangy_yodler</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%2F992822%2F4c8e5ca9-6d83-4524-a993-c3b02e5fe6f1.jpg</url>
      <title>DEV Community: Eric</title>
      <link>https://dev.to/tangy_yodler</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tangy_yodler"/>
    <language>en</language>
    <item>
      <title>Trainy Train: Introductions - 0.0.2</title>
      <dc:creator>Eric</dc:creator>
      <pubDate>Tue, 20 Dec 2022 05:04:38 +0000</pubDate>
      <link>https://dev.to/tangy_yodler/trainy-train-introductions-002-23a1</link>
      <guid>https://dev.to/tangy_yodler/trainy-train-introductions-002-23a1</guid>
      <description>&lt;h1&gt;
  
  
  THIS POST IS WIP, WILL TAKE A FEW DAYS TO FILL IN COMPLETELY
&lt;/h1&gt;

&lt;p&gt;Trainy Train is the project name.&lt;/p&gt;




&lt;p&gt;Trainy Train is a simple train/colony managment game that is meant, for me, to break into a game development cycle. &lt;/p&gt;




&lt;h3&gt;
  
  
  Plot Story -
&lt;/h3&gt;

&lt;p&gt;The player is a worker at a large mining company. They recently had new land surveyed for minerals, oils, and gasses. The company has sent you and 50 workers out to the new teritory to start extracting and refining them. The player must build extraction sites to harvest the natural resources, keep their workers alive and make money enough to buy the surrounding lands to continue to expansion.&lt;/p&gt;

&lt;p&gt;The games objectives are simple. The player must fulfill company contracts on time monthly. Any overage they are free to invest into surrounding towns to help them grow and become more indistrialized and in return consume more resources to make more money. &lt;/p&gt;




&lt;h3&gt;
  
  
  Game Flow -
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;The player starts a new game.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Using a random or constant seed, the map will load 2,000 units by 2,000 units squared. The height of the map is -25 up to +50. For context, a track peice is 1 tile long by half a tile wide. Double wide tracks are 1 tile by 1 tile.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The map is divided into areas of 250 by 250.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The player will use the starting money to buy a plot of land on the edge of the map to start their career in.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;They are then granted access to mine in that area.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The surrounding land will still be trackable (be able to place train tracks) but it will come at a monthly leasing cost.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The map will start with a signaling box being placed down and a track appearing from the nether of the edgge of the map for incoming workers and materials. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The initial train will be 25 cars long and have starting resources on it. Coal, Lumber, Oil, Water, livestock, tools, clothes etc.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The first task of the Player is to build a Train platform and constuct a starter town for the workers to live at.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;These starting resources will be enough to build a train station, basic hosing, a commons area (food/water).&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;-- The building style is a colony managment with free angles, and the extraction sites are a collection of different systems that work together.&lt;/p&gt;

&lt;p&gt;-- An example would be there is iron under a field. The player will set up a new contract for this area. The contract will have a name, location, boundries, assigned workes, assigned engines, assigned cars etc. They player sets the boundries for the quarry and the workers start extracting from this quarry. The player can either have an onsite processor or and offsite processor that the raw resources are taken to. If the resources are on the side of a mountain, the player can level a narrow gauge into the side of the mountain or through it and select that site as a quarry and the train will drop off workers to mine and haul the extracted resources to a processing plant. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;As the town grows and demands more human resource, the player can hire additional workers, and outside supplies such as food, clothes tools etc, or they can grow their Town and produce these things on their own.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Resource Types and flow control -
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Raw Resource&lt;/th&gt;
&lt;th&gt;Used in&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Wood&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Coal&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Iron&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Sand&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Water&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Oil&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Marble&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Salt&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

</description>
      <category>rust</category>
      <category>bevy</category>
      <category>beginners</category>
      <category>startup</category>
    </item>
    <item>
      <title>Trainy Train: Test Post - 0.0.1</title>
      <dc:creator>Eric</dc:creator>
      <pubDate>Mon, 19 Dec 2022 13:00:02 +0000</pubDate>
      <link>https://dev.to/tangy_yodler/test-post-001-12a8</link>
      <guid>https://dev.to/tangy_yodler/test-post-001-12a8</guid>
      <description>&lt;p&gt;This is a test post for my upcoming personal blog on the outline and progress of my WIP train RTS game. &lt;/p&gt;




&lt;h1&gt;
  
  
  Test H1 Header (has 1 octothorp)
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Test H2 Header (has 2 octothorp)
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Test H3 Header (has 3 octothorp)
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Test H4 Header (has 4 octothorps)
&lt;/h4&gt;

&lt;h5&gt;
  
  
  Test H5 Header (has 5 octothorps)
&lt;/h5&gt;

&lt;h6&gt;
  
  
  Test H6 Header (has 6 octothorps)
&lt;/h6&gt;

&lt;h6&gt;
  
  
  # Test H7 Header (has 7 octothorps)
&lt;/h6&gt;

&lt;h6&gt;
  
  
  ## Test H8 Header (has 8 octothorps)
&lt;/h6&gt;




&lt;ul&gt;
&lt;li&gt;Item (has an astrick) &lt;/li&gt;
&lt;/ul&gt;




&lt;blockquote&gt;
&lt;p&gt;quote the Editor Basics helper&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;something useful below&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;fn hello_world() -&amp;gt; str {
println!("maybe");
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;code&gt;inline code&lt;/code&gt; probably something useful&lt;/p&gt;




&lt;h2&gt;
  
  
  this sentence has a footnote. &lt;sup id="fnref1"&gt;1&lt;/sup&gt;
&lt;/h2&gt;

&lt;p&gt;term&lt;br&gt;
:I am the terms definition&lt;/p&gt;




&lt;p&gt;&lt;del&gt;Strike Through&lt;/del&gt; using two wavy boys (~)&lt;/p&gt;




&lt;p&gt;This is my task list v&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;[x] Write the press release&lt;/li&gt;
&lt;li&gt;[ ] Update the website&lt;/li&gt;
&lt;li&gt;[ ] Contact the media&lt;/li&gt;
&lt;/ul&gt;




&lt;dl&gt;
  &lt;dt&gt;First Term&lt;/dt&gt;
  &lt;dd&gt;This is the definition of the first term.&lt;/dd&gt;
  &lt;dt&gt;Second Term&lt;/dt&gt;
  &lt;dd&gt;This is one definition of the second term. &lt;/dd&gt;
  &lt;dd&gt;This is another definition of the second term.&lt;/dd&gt;
&lt;/dl&gt;




&lt;ol&gt;
&lt;li&gt;First item&lt;/li&gt;
&lt;li&gt;Second item&lt;/li&gt;
&lt;li&gt;Third item

&lt;ul&gt;
&lt;li&gt;Indented item&lt;/li&gt;
&lt;li&gt;Indented item&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Fourth item&lt;/li&gt;
&lt;/ol&gt;




&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Syntax&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Test Text&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Header&lt;/td&gt;
&lt;td&gt;Title&lt;/td&gt;
&lt;td&gt;Here's this&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Paragraph&lt;/td&gt;
&lt;td&gt;Text&lt;/td&gt;
&lt;td&gt;And more&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;this is some highlighted text.&lt;/p&gt;




&lt;ol&gt;

&lt;li id="fn1"&gt;
&lt;p&gt;I am the footnote ↩&lt;/p&gt;
&lt;/li&gt;

&lt;/ol&gt;

</description>
      <category>emptystring</category>
    </item>
  </channel>
</rss>
