<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>aidiary</author_name>
  <author_url>https://blog.hatena.ne.jp/aidiary/</author_url>
  <blog_title>人工知能に関する断創録</blog_title>
  <blog_url>https://aidiary.hatenablog.com/</blog_url>
  <categories>
    <anon>Javagame</anon>
  </categories>
  <description>連続で弾を発射できるようにします。invader03.jarShotを下のように配列で管理すれば複数の弾を作れます。今回は5発の弾を連続で撃てるようにするので弾の数（NUM_SHOT）を5としました。コンストラクタでは5発の弾を作り、配列に入れています。 // 連続発射できる弾の数 private static final int NUM_SHOT = 5; // 弾 private Shot[] shots; public MainPanel() { ・・・ // 弾を作成 shots = new Shot[NUM_SHOT]; for (int i = 0; i &lt; NUM_SHOT; i…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faidiary.hatenablog.com%2Fentry%2F20050220%2F1251807344&quot; title=&quot; 連続発射 - 人工知能に関する断創録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2005-02-20 21:15:44</published>
  <title> 連続発射</title>
  <type>rich</type>
  <url>https://aidiary.hatenablog.com/entry/20050220/1251807344</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
