<?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: Theo</title>
    <description>The latest articles on DEV Community by Theo (@jeddevs).</description>
    <link>https://dev.to/jeddevs</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%2F210098%2Fd03d4ed4-5dee-4c96-84ea-3c0b9d05d297.png</url>
      <title>DEV Community: Theo</title>
      <link>https://dev.to/jeddevs</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jeddevs"/>
    <language>en</language>
    <item>
      <title>What's your favourite game engine and why?</title>
      <dc:creator>Theo</dc:creator>
      <pubDate>Thu, 05 Sep 2019 22:29:21 +0000</pubDate>
      <link>https://dev.to/jeddevs/whats-your-favourite-game-engine-and-why-19ao</link>
      <guid>https://dev.to/jeddevs/whats-your-favourite-game-engine-and-why-19ao</guid>
      <description>&lt;p&gt;Unity, Unreal, Roblox Studio or other.&lt;br&gt;
&lt;strong&gt;Which is you're favourite and why?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Looking forward to your reply's and conversing with you in the comments!&lt;/em&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Roblox, good or bad for the world of game development?</title>
      <dc:creator>Theo</dc:creator>
      <pubDate>Thu, 15 Aug 2019 15:13:33 +0000</pubDate>
      <link>https://dev.to/jeddevs/roblox-good-or-bad-for-the-world-of-game-development-2jo9</link>
      <guid>https://dev.to/jeddevs/roblox-good-or-bad-for-the-world-of-game-development-2jo9</guid>
      <description>&lt;p&gt;If you haven't heard of roblox, you will soon.&lt;br&gt;
It's one of the largest growing video game market sites, &lt;br&gt;
with a 46%* increase in members since last year.&lt;/p&gt;

&lt;p&gt;Some stats:&lt;/p&gt;

&lt;p&gt;Monthly amount of Roblox engagement:        1.2 billion hours&lt;/p&gt;

&lt;p&gt;Roblox's Monthly Active Users was reported to be 100 m in Aug, 2019.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Date&lt;/th&gt;
&lt;th&gt;Monthly Active Users&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Jan, 2012&lt;/td&gt;
&lt;td&gt;7 m&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mar, 2017&lt;/td&gt;
&lt;td&gt;48 m&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Apr, 2019&lt;/td&gt;
&lt;td&gt;90 m&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Aug, 2019&lt;/td&gt;
&lt;td&gt;100 m&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;They are becoming more and more promident in the video game market each day but&lt;br&gt;
the question remains:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Is this a good thing or a bad thing for game developers?&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;And is it the future of making games?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;I'll be hiding in the comments, looking forward to your replys!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I myself am a roblox Game Developer (amongst other),&lt;/em&gt;&lt;br&gt;
&lt;em&gt;if you have any questions feel free to drop them below!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;And as always, Many thanks and happy dev'ing!&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;*Was unable to find the source for this since first read. &lt;br&gt;
Take with a grain of salt. - If anyone can correct me that'd be great.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>FizzBuzz challenge in as many languages as possible</title>
      <dc:creator>Theo</dc:creator>
      <pubDate>Sun, 11 Aug 2019 21:51:39 +0000</pubDate>
      <link>https://dev.to/jeddevs/fizzbuzz-challenge-in-as-many-languages-as-possible-f3o</link>
      <guid>https://dev.to/jeddevs/fizzbuzz-challenge-in-as-many-languages-as-possible-f3o</guid>
      <description>&lt;p&gt;I was recently reading this &lt;a href="https://dev.to/adyngom/how-to-approach-solving-a-challenge-during-a-coding-interview-1gf4"&gt;post&lt;/a&gt; inwhich the amazing Ady Ngom was disscussing different ways to solve the common FizzBizz challenge given in interviews and how to refactor and streamline your code.&lt;/p&gt;

&lt;p&gt;This gave me an idea.&lt;/p&gt;

&lt;h4&gt;
  
  
  What if we ask the community here to write their own solution to the FizzBuzz challenge in their given language.
&lt;/h4&gt;

&lt;p&gt;What to do:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight lua"&gt;&lt;code&gt;&lt;span class="cm"&gt;--[[
Write a program that prints the numbers from 1 to 100.
But for multiples of three print Fizz instead of the number, 
For the multiples of five print Buzz and for numbers 
which are multiples of both three and five print FizzBuzz
--]]&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Rules:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Have fun!&lt;/li&gt;
&lt;li&gt;Don't copy others code, keep it unique 👍.&lt;/li&gt;
&lt;li&gt;Use this format:&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;Language: e.g Python&lt;br&gt;
  Code:&lt;br&gt;
  Other/info: e.g Hia folks, I like cheese.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Lets see how many different languages we can get here!&lt;/strong&gt;&lt;br&gt;
(You can make it as simple or as complex as you like.)&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
