<?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: Igor Pomaranski</title>
    <description>The latest articles on DEV Community by Igor Pomaranski (@guessss_who).</description>
    <link>https://dev.to/guessss_who</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%2F68281%2F2a1d3221-4d39-4723-b101-727a0318ebd7.png</url>
      <title>DEV Community: Igor Pomaranski</title>
      <link>https://dev.to/guessss_who</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/guessss_who"/>
    <language>en</language>
    <item>
      <title>Simple games with Angular</title>
      <dc:creator>Igor Pomaranski</dc:creator>
      <pubDate>Wed, 23 Sep 2020 10:13:37 +0000</pubDate>
      <link>https://dev.to/guessss_who/simple-games-with-angular-27d</link>
      <guid>https://dev.to/guessss_who/simple-games-with-angular-27d</guid>
      <description>&lt;p&gt;At my current work, I'm in transition from purely BE developer to a full-stack. It's hard and boring to gain understanding on new technology and new frameworks by just reading books and watching tutorials, so after getting a bare minimum of understanding of Angular, I've decided to implement something real — not too complicated, but fun to implement and forcing to cover some interesting topics of framework.&lt;/p&gt;

&lt;p&gt;What is fun, you'll ask? Computer games, of course! And Angular, as a tool which helps to manage visual things easily, fits this area nicely.&lt;/p&gt;

&lt;p&gt;As for now, I've implemented a &lt;a href="https://en.wikipedia.org/wiki/15_puzzle"&gt;15 puzzle&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://bitbucket.org/ProDG/angular-15/src/master/"&gt;source code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://15.playground.pp.ua/"&gt;deployed game&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;...and famous &lt;a href="https://en.wikipedia.org/wiki/Tetris"&gt;Tetris&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://bitbucket.org/ProDG/angular-tetris/src/master/"&gt;source code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://tetris.playground.pp.ua/"&gt;deployed game&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I didn't decide about the next game which I'll implement in these series, but I guess it will be something utilizing Angular routing and realtime communication with server via websocket. Suggestions are welcomed! :) The same, as pull-requests to the existing games repositories.&lt;/p&gt;

</description>
      <category>tetris</category>
      <category>angular</category>
      <category>learning</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
