<?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>まずは、テトリスの舞台となるフィールドを作成します。まあ盤面を書くだけだから簡単ですね。tetris01.jar フィールドのデータ構造 フィールドってのは下のことです。テトリスの盤面です。このフィールドはFieldクラスで定義しています。テトリスに正式なルールがあるかはよくわからないんですがとりえあえずフィールドの大きさは25行×10列としています。左右と下に壁（図の灰色部分）を作るため26×12の大きさを取っています。 // フィールドのサイズ（単位：マス） public static final int COL = 12; public static final int ROW = 26…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faidiary.hatenablog.com%2Fentry%2F20060319%2F1252109667&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>http://cdn-ak.f.st-hatena.com/images/fotolife/a/aidiary/20090905/20090905091218.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2006-03-19 09:14:27</published>
  <title> フィールドの作成</title>
  <type>rich</type>
  <url>https://aidiary.hatenablog.com/entry/20060319/1252109667</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
