<?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>Agario!</title>
		<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario</link>
		<description>Posts in the discussion thread &quot;Agario!&quot; - None</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 11 Mar 2026 03:41:10 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-2271695#post-2817846</guid>
				<title>Re: Agario!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario#post-2817846</link>
				<description></description>
				<pubDate>Thu, 11 May 2017 19:26:17 +0000</pubDate>
				<wikidot:authorName>Trenly</wikidot:authorName>				<wikidot:authorUserId>1905506</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If you're asking about DeltatList it is [2nd][Stat][Right Arrow][7]. The pixel commands are in [2nd][Prgm][Right Arrow]</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-2271695#post-2817832</guid>
				<title>Re: Agario!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario#post-2817832</link>
				<description></description>
				<pubDate>Thu, 11 May 2017 19:11:05 +0000</pubDate>
								<wikidot:authorUserId>3072988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Would certain things be in the catalog?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-2271695#post-2816932</guid>
				<title>Re: Agario!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario#post-2816932</link>
				<description></description>
				<pubDate>Wed, 10 May 2017 23:02:03 +0000</pubDate>
				<wikidot:authorName>Battlesquid</wikidot:authorName>				<wikidot:authorUserId>2693561</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Axe, is an easy TI Basic-like language that compiles to assembly, so you might want to look into that.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-2271695#post-2816873</guid>
				<title>Re: Agario!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario#post-2816873</link>
				<description></description>
				<pubDate>Wed, 10 May 2017 20:29:01 +0000</pubDate>
				<wikidot:authorName>Myles_Zadok</wikidot:authorName>				<wikidot:authorUserId>2935702</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So wait, that first bar <em>is</em> blue? I always thought it looked more like a light green, but now that I look at it closely, it is blue. CONGRATULATIONS! At your rate, you might be able to become a guru in under 365 days.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-2271695#post-2816864</guid>
				<title>Re: Agario!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario#post-2816864</link>
				<description></description>
				<pubDate>Wed, 10 May 2017 20:12:56 +0000</pubDate>
				<wikidot:authorName>wifijoe</wikidot:authorName>				<wikidot:authorUserId>2922498</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>eh&#8230; no. A Agar.io has a lot of things for the calculator to keep track of. It would run wayyyyyy to slowly to program it in ti-basic. you would need machine language to do it. But nothing is stopping me from trying to make this. It just won't have circles. ;)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-2271695#post-2816828</guid>
				<title>Re: Agario!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario#post-2816828</link>
				<description></description>
				<pubDate>Wed, 10 May 2017 19:19:20 +0000</pubDate>
				<wikidot:authorName>Battlesquid</wikidot:authorName>				<wikidot:authorUserId>2693561</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>1,063 bytes is nothing, I typed 7k bytes of code before I was able to get a link cable :)</p> <p>I think you can do it, but I'd imagine this going faster if you used Axe (an easier form of Assembly). Or you could try to make it using a fast Pt-On routine. For example:</p> <div class="code"> <pre><code>0-&gt;Xmin:94-&gt;Xmax 0-&gt;Ymin:62-&gt;Ymax ClrDraw 47-&gt;A:31-&gt;B While 1 A+C-&gt;A B+D-&gt;D getKey-&gt;K If Ans Pt-Off(A,B,2 DeltaList(K={24,26-&gt;C DeltaList(K={25,34-&gt;D Pt-On(A+C,B+D,2 End</code></pre></div> <br /> That would get you your basic movement (I think) in TI-Basic. As for Axe, I might post that some other time.<br /> And congrats! Your moving up :D
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-2271695#post-2816825</guid>
				<title>Re: Agario!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario#post-2816825</link>
				<description></description>
				<pubDate>Wed, 10 May 2017 19:17:06 +0000</pubDate>
								<wikidot:authorUserId>3072988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Trenly? Myles? Battlesquid? Guests? Got any Ideas? My friend loves <a href="http://agario.biz" target="_blank">agario.biz</a>, and I want to create a simple game program of it. Could you guys help?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-2271695#post-2816817</guid>
				<title>Re: Agario!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario#post-2816817</link>
				<description></description>
				<pubDate>Wed, 10 May 2017 19:08:58 +0000</pubDate>
								<wikidot:authorUserId>3072988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If any of you guys know how to create this code, could you send a private massage to me? I really don't want to post my program again for the millionth time. 1,063 bytes of code is a lot&#8230;<br /> Thanks!</p> <p>P.S., I just noticed my karma went up from blue to green. LETS PARTEY!!!!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-2271695#post-2816762</guid>
				<title>Re: Agario!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario#post-2816762</link>
				<description></description>
				<pubDate>Wed, 10 May 2017 17:40:50 +0000</pubDate>
								<wikidot:authorUserId>3072988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Noted.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-2271695#post-2816741</guid>
				<title>Re: Agario!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario#post-2816741</link>
				<description></description>
				<pubDate>Wed, 10 May 2017 17:04:15 +0000</pubDate>
				<wikidot:authorName>Battlesquid</wikidot:authorName>				<wikidot:authorUserId>2693561</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>For future reference, please follow the double posting rule. Edit your posts instead of making two posts in a row.<br /> <a href="http://tibasicdev.wikidot.com/conduct">Code of Conduct</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-2271695#post-2816731</guid>
				<title>Re: Agario!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario#post-2816731</link>
				<description></description>
				<pubDate>Wed, 10 May 2017 16:45:15 +0000</pubDate>
								<wikidot:authorUserId>3072988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Never mind moderators&#8230;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-2271695#post-2816676</guid>
				<title>Re: Agario!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario#post-2816676</link>
				<description></description>
				<pubDate>Wed, 10 May 2017 15:44:43 +0000</pubDate>
								<wikidot:authorUserId>3072988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I will post it. I am finishing up the code right now.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-2271695#post-2816631</guid>
				<title>Re: Agario!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario#post-2816631</link>
				<description></description>
				<pubDate>Wed, 10 May 2017 14:48:34 +0000</pubDate>
				<wikidot:authorName>Battlesquid</wikidot:authorName>				<wikidot:authorUserId>2693561</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Erm, kinda hard to optimize code that's not there.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-2271695#post-2816606</guid>
				<title>Agario!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-2271695/agario#post-2816606</link>
				<description></description>
				<pubDate>Wed, 10 May 2017 14:06:25 +0000</pubDate>
								<wikidot:authorUserId>3072988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So, I've stayed up all night last night creating my Agario program. I've heard about it and played it, so I created a awesome program for it- My version. But 1 problem: I can only move the circles left and right, but not up or down. And it needs optimization.<br /> Can any of you guys post your code? Or post to see how you would do it? My code constantly every 1/2 second, it flickers (I used the ClrDraw in the :Repeat K getKey→K) Thank you so much. Guests to this site, you can try this to if you want.<br /> P.S., Myles, I cant tell which computer for certain because the I don't use the same monitors every day&#8230;</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>