<?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>Pong against the calc</title>
		<link>http://tibasicdev.wikidot.com/forum/t-69469/pong-against-the-calc</link>
		<description>Posts in the discussion thread &quot;Pong against the calc&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Fri, 07 Aug 2026 15:34:10 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-69469#post-205970</guid>
				<title>Re: Pong against the calc</title>
				<link>http://tibasicdev.wikidot.com/forum/t-69469/pong-against-the-calc#post-205970</link>
				<description></description>
				<pubDate>Mon, 23 Jun 2008 18:32:13 +0000</pubDate>
				<wikidot:authorName>Xphoenix</wikidot:authorName>				<wikidot:authorUserId>15004</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Move the line where you update C:</p> <div class="code"> <pre><code>C+(C&lt;8 and C&lt;Y)-(C&gt;1 and C&gt;Y)→C</code></pre></div> <p>to after the line where you update Y:</p> <div class="code"> <pre><code>X+H→X:Y+V→Y</code></pre></div> <br /> (where there happens to be a blank line) <p>So it looks like this:</p> <div class="code"> <pre><code>getKey→K max(1,min(8,P-(Ans=25)+(Ans=34→P V(Y&lt;8 and Y&gt;1)+(Y=1)-(Y=8→V H(X&lt;16 and X&gt;1)+(X=1)-(X=16→H X+H→X:Y+V→Y C+(C&lt;8 and C&lt;Y)-(C&gt;1 and C&gt;Y)→C End</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-69469#post-205876</guid>
				<title>Re: Pong against the calc</title>
				<link>http://tibasicdev.wikidot.com/forum/t-69469/pong-against-the-calc#post-205876</link>
				<description></description>
				<pubDate>Mon, 23 Jun 2008 16:36:54 +0000</pubDate>
				<wikidot:authorName>Mapar007</wikidot:authorName>				<wikidot:authorUserId>143829</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yes I searched for my wrongdoing, and I also tried almost everything. (changing relational operators etc.) But I didn't check out the debugging page yet!</p> <p>\Mapar007</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-69469#post-205790</guid>
				<title>Re: Pong against the calc</title>
				<link>http://tibasicdev.wikidot.com/forum/t-69469/pong-against-the-calc#post-205790</link>
				<description></description>
				<pubDate>Mon, 23 Jun 2008 14:29:19 +0000</pubDate>
				<wikidot:authorName>burr</wikidot:authorName>				<wikidot:authorUserId>740</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You might also want to spend some time <a href="http://tibasicdev.wikidot.com/optimize">optimizing</a>: rework the program to not use the Goto/Lbl, replace the For( loop delays with rand(, and so on. As for your other problem, have you done any <a href="http://tibasicdev.wikidot.com/debug">debugging</a> to try to figure out what is going on?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-69469#post-205768</guid>
				<title>Pong against the calc</title>
				<link>http://tibasicdev.wikidot.com/forum/t-69469/pong-against-the-calc#post-205768</link>
				<description></description>
				<pubDate>Mon, 23 Jun 2008 14:08:59 +0000</pubDate>
				<wikidot:authorName>Mapar007</wikidot:authorName>				<wikidot:authorUserId>143829</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi guys!</p> <p>I created a version of pong (based on the one published on this site), in which you have the calculator as your opponent. Check it out! (files section below)</p> <p>One problem yet: the calc never catches the ball, but he does follow it, I require some help with this bug, though!</p> <p>\Mapar007</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>