<?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: Sohshun Tateishi</title>
    <description>The latest articles on DEV Community by Sohshun Tateishi (@sohshun).</description>
    <link>https://dev.to/sohshun</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%2F905554%2F0ce57eb6-2468-46c4-b1a3-667fab45be77.png</url>
      <title>DEV Community: Sohshun Tateishi</title>
      <link>https://dev.to/sohshun</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sohshun"/>
    <language>en</language>
    <item>
      <title>Terminal Battleship Game</title>
      <dc:creator>Sohshun Tateishi</dc:creator>
      <pubDate>Mon, 08 Aug 2022 23:43:00 +0000</pubDate>
      <link>https://dev.to/sohshun/terminal-battleship-game-1npj</link>
      <guid>https://dev.to/sohshun/terminal-battleship-game-1npj</guid>
      <description>&lt;h1&gt;
  
  
  First Project!
&lt;/h1&gt;

&lt;p&gt;First post on DEV and first real mini project on my own! &lt;br&gt;
Heres a &lt;a href="https://github.com/sohsht/terminal_battleship_game"&gt;Battleship&lt;/a&gt; game you can play in your terminal that uses python. Theres a couple things in here that I liked and didn't like. &lt;/p&gt;

&lt;h3&gt;
  
  
  Likes:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;You can autogenerate a board with the ships randomly placed in valid areas! &lt;/li&gt;
&lt;li&gt;Fairly intuitive and visually alright considering it is only used in terminal.&lt;/li&gt;
&lt;li&gt;Was able to learn a little more about error handling and user experience.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Needs Improvement:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Some inputs are not checked if they are completely valid or not. i.e. somethings are only checked to see if input was an int and not necessarily a valid number to be used. &lt;/li&gt;
&lt;li&gt;Wish there was an easier way to make both the board showing your ships and your guesses in the same area so they are not stacked. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--P3X6nASn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/abutlg0txb69fl42ucqi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--P3X6nASn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/abutlg0txb69fl42ucqi.png" alt="Image description" width="880" height="612"&gt;&lt;/a&gt;&lt;/p&gt;

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