<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Kryotechadmin's Weblog</title>
	<atom:link href="http://kryotechadmin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kryotechadmin.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 06 Jun 2008 21:25:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kryotechadmin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Kryotechadmin's Weblog</title>
		<link>http://kryotechadmin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kryotechadmin.wordpress.com/osd.xml" title="Kryotechadmin&#039;s Weblog" />
	<atom:link rel='hub' href='http://kryotechadmin.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Alice research in AI</title>
		<link>http://kryotechadmin.wordpress.com/2008/06/06/alice-research-in-ai/</link>
		<comments>http://kryotechadmin.wordpress.com/2008/06/06/alice-research-in-ai/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 21:25:06 +0000</pubDate>
		<dc:creator>kryotechadmin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kryotechadmin.wordpress.com/?p=3</guid>
		<description><![CDATA[Alice is a free software developed by Carnegie Mellon University and it originated at the University of Virginia. Alice is a 3d design software that allows for simple programming and use. Although Alice was designed as a teaching tool to introduce students to programming, we at Kryotech have managed to adapt it for game design. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kryotechadmin.wordpress.com&amp;blog=3916447&amp;post=3&amp;subd=kryotechadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Alice is a free software developed by Carnegie Mellon University and it originated at the University of Virginia. Alice is a 3d design software that allows for simple programming and use. Although Alice was designed as a teaching tool to introduce students to programming, we at Kryotech have managed to adapt it for game design. As it turns out, it is not very hard to make simple games. We will illustrate how we designed AI in Alice. AI is integral to most action games, and without it, the game is practically useless. An AI for an action game should have some simple mechanics, it should be able to attack, defend, run away, and call reinforcements. All of these mechanics have been put in to our AI. Our AI uses a neuro-network. A neuro-network has one swarm AI, and individual AI’s in games. In short, it is a lot like the brain of a human. If one tank sees the player, then all the tanks swarm him, and try to kill him in the game. This is the swarm mind. The individual brain of each tank works as follows: if the tank is within ten meters of player, then attack. If player is hostile, then retreat. If player is running away, then intercept him. In our demo (which will be posted on our website) we illustrate the AI and other parts of game design which we will discuss in our post on the game, and on indivdual posts on how each individual aspect works. We are also trying to provide the code of the basic version of the AI described here.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kryotechadmin.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kryotechadmin.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kryotechadmin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kryotechadmin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kryotechadmin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kryotechadmin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kryotechadmin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kryotechadmin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kryotechadmin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kryotechadmin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kryotechadmin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kryotechadmin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kryotechadmin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kryotechadmin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kryotechadmin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kryotechadmin.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kryotechadmin.wordpress.com&amp;blog=3916447&amp;post=3&amp;subd=kryotechadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kryotechadmin.wordpress.com/2008/06/06/alice-research-in-ai/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88cb4cc1cdc68da24dfbe3bf678c60d4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kryotechadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://kryotechadmin.wordpress.com/2008/06/06/hello-world/</link>
		<comments>http://kryotechadmin.wordpress.com/2008/06/06/hello-world/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 21:23:16 +0000</pubDate>
		<dc:creator>kryotechadmin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kryotechadmin.wordpress.com&amp;blog=3916447&amp;post=1&amp;subd=kryotechadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kryotechadmin.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kryotechadmin.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kryotechadmin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kryotechadmin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kryotechadmin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kryotechadmin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kryotechadmin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kryotechadmin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kryotechadmin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kryotechadmin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kryotechadmin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kryotechadmin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kryotechadmin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kryotechadmin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kryotechadmin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kryotechadmin.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kryotechadmin.wordpress.com&amp;blog=3916447&amp;post=1&amp;subd=kryotechadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kryotechadmin.wordpress.com/2008/06/06/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88cb4cc1cdc68da24dfbe3bf678c60d4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kryotechadmin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
