<?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: Lee Seokhyun</title>
    <description>The latest articles on DEV Community by Lee Seokhyun (@sunduk).</description>
    <link>https://dev.to/sunduk</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%2F322796%2F460b1313-7fbe-4d58-bf01-08278867e2bd.jpeg</url>
      <title>DEV Community: Lee Seokhyun</title>
      <link>https://dev.to/sunduk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sunduk"/>
    <language>en</language>
    <item>
      <title>The space shooter game using Unity</title>
      <dc:creator>Lee Seokhyun</dc:creator>
      <pubDate>Sat, 01 Aug 2020 06:46:16 +0000</pubDate>
      <link>https://dev.to/sunduk/the-space-shooter-game-using-unity-1am0</link>
      <guid>https://dev.to/sunduk/the-space-shooter-game-using-unity-1am0</guid>
      <description>&lt;p&gt;Hi. This is my first post on dev.to.&lt;br&gt;
I have made a small space shooter example with Unity.&lt;br&gt;
I want to share it with you.&lt;br&gt;
This is a small project, but I paid a lot of attention to writing clean code.&lt;br&gt;
If you want to make a space shooter-style game, this would be a good starting point for you.&lt;/p&gt;

&lt;p&gt;Github&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/sunduk/MinimalShooting"&gt;https://github.com/sunduk/MinimalShooting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Documentation&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/sunduk/MinimalShooting/wiki"&gt;https://github.com/sunduk/MinimalShooting/wiki&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Description
&lt;/h2&gt;

&lt;p&gt;You could learn how to implement the below features.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How enemies to be created randomly.&lt;/li&gt;
&lt;li&gt;Basic controller types to use on mobile devices. (Keyboard, Virtual joystick, Touch and Drag)&lt;/li&gt;
&lt;li&gt;Collision detection.&lt;/li&gt;
&lt;li&gt;Basic weapon system. (Straight, To the player, Missile)&lt;/li&gt;
&lt;li&gt;Various movement system. (Straight, To the player, Circle, Zigzag)&lt;/li&gt;
&lt;li&gt;A little of particle systems.&lt;/li&gt;
&lt;li&gt;Some useful scripts. (Singleton, Shuffle, Rotator, etc)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I have written the documents for this project. (&lt;a href="https://github.com/sunduk/MinimalShooting/wiki"&gt;https://github.com/sunduk/MinimalShooting/wiki&lt;/a&gt;) It might be a little strange for you to understand because I'm not a native English speaker. I had tried to fix the grammar errors using Grammarly but please let me know if there are too awkward sentences.&lt;/p&gt;

&lt;p&gt;If you have any questions or suggestions, feel free to ask me.&lt;br&gt;
Thank you.&lt;/p&gt;

</description>
      <category>unity3d</category>
      <category>opensource</category>
      <category>github</category>
      <category>gamedev</category>
    </item>
  </channel>
</rss>
