<?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>勝敗判定機能をつけます。また黒と白の石の数が上部に表示されるようにします。othello05.jar 石の数を数える 勝敗を判定するにはまず黒と白の石の数を数える必要があります。countStone()で数えています。 private Counter countStone() { Counter counter = new Counter(); for (int y = 0; y &lt; MASU; y++) { for (int x = 0; x &lt; MASU; x++) { if (board[y][x] == BLACK_STONE) counter.blackCount++; if (bo…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faidiary.hatenablog.com%2Fentry%2F20041218%2F1274147695&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>2004-12-18 10:54:55</published>
  <title> 勝敗を判定する</title>
  <type>rich</type>
  <url>https://aidiary.hatenablog.com/entry/20041218/1274147695</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
