<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>The Great Brutus2D Oracle</title>
		<link>http://gamedesign.wikidot.com/forum/t-7062/the-great-brutus2d-oracle</link>
		<description>Posts in the discussion thread &quot;The Great Brutus2D Oracle&quot; - predicts the future...</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 09 Sep 2026 18:18:24 +0000</lastBuildDate>
		
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-7062#post-16166</guid>
				<title>The Great Brutus2D Oracle</title>
				<link>http://gamedesign.wikidot.com/forum/t-7062/the-great-brutus2d-oracle#post-16166</link>
				<description></description>
				<pubDate>Tue, 03 Apr 2007 06:52:05 +0000</pubDate>
				<wikidot:authorName>hartnell</wikidot:authorName>				<wikidot:authorUserId>10978</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre><code>' The Great Brutus2D Oracle is a quick example of an oracle game. ' It randomly picks from 10 answers. randomize dim question dim answers(10) dim randex answers(1) = &quot;It is possible.&quot; answers(2) = &quot;I think it certain.&quot; answers(3) = &quot;Yes.&quot; answers(4) = &quot;Maybe.&quot; answers(5) = &quot;The future is too cloudy to be sure.&quot; answers(6) = &quot;Ask me later. Much later.&quot; answers(7) = &quot;No.&quot; answers(8) = &quot;Only llamas know.&quot; answers(9) = &quot;Definitely not.&quot; answers(10) = &quot;There is no chance.&quot; console.Initialize console.WriteLine &quot;I am The Great Brutus2D Oracle.&quot; console.WriteLine &quot;I can answer any question that has a yes or no answer.&quot; system.Pause 2000 console.WriteLine &quot;Please, ask your question now.&quot; console.WriteLine question = console.ReadLine system.Pause 2000 console.WriteLine console.WriteLine &quot;Hmmm...&quot; system.Pause 2000 randex = int(rnd(1)*10)+1 console.WriteLine answers(randex) console.WriteLine console.WriteLine &quot;The Great Brutus2D Oracle has Spoken!&quot; &amp; randex console.Wait console.Terminate</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>