<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jamie&#039;s Blog &#187; othello</title>
	<atom:link href="http://www.angelforge.org/wordpress/tags/othello/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.angelforge.org/wordpress</link>
	<description>My life is words.</description>
	<lastBuildDate>Sat, 28 Jan 2012 04:35:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Reversi (Java)</title>
		<link>http://www.angelforge.org/wordpress/programming/othello-java/</link>
		<comments>http://www.angelforge.org/wordpress/programming/othello-java/#comments</comments>
		<pubDate>Fri, 02 Jul 2004 06:42:55 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[game programming]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[othello]]></category>
		<category><![CDATA[reversi]]></category>

		<guid isPermaLink="false">http://www.angelforge.org/wordpress/?p=1544</guid>
		<description><![CDATA[This program was written for my first AI class at Drexel University. It features an AI opponent using the MiniMax algorithm. A Youtube video of the program in action is provided in case you do not want to download the executables: To run, download the zip file, unzip, and run: java OthelloApplication The game was [...]]]></description>
			<content:encoded><![CDATA[<p>This program was written for my first AI class at Drexel University. It features an AI opponent using the MiniMax algorithm.</p>
<p>A Youtube video of the program in action is provided in case you do not want to download the executables:<br />
<object width="580" height="360" data="http://www.youtube.com/v/9lsuVibP9p4&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/9lsuVibP9p4&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>To run, download the zip file, unzip, and run:</p>
<pre>java OthelloApplication</pre>
<p>The game was designed to be run as an applet but may not work as such.</p>

<a href='http://www.angelforge.org/wordpress/programming/othello-java/attachment/othello_midplay1/' title='othello_midplay1'><img width="150" height="150" src="http://www.angelforge.org/wordpress/wp-content/uploads/2009/05/othello_midplay1-150x150.gif" class="attachment-thumbnail" alt="othello_midplay1" title="othello_midplay1" /></a>
<a href='http://www.angelforge.org/wordpress/programming/othello-java/attachment/othello/' title='othello'><img width="150" height="150" src="http://www.angelforge.org/wordpress/wp-content/uploads/2009/05/othello-150x150.gif" class="attachment-thumbnail" alt="othello" title="othello" /></a>

<p><a href="https://code.google.com/p/reversi-java/">Project Page (Downloads available)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.angelforge.org/wordpress/programming/othello-java/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

