<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Javascript on NickBusey.com</title>
    <link>https://www.nickbusey.com/tags/javascript/</link>
    <description>Recent content in Javascript on NickBusey.com</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Tue, 28 Jan 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.nickbusey.com/tags/javascript/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Introducing tckr.html - A simple calculator strip. Like ticker tape, with variables.</title>
      <link>https://www.nickbusey.com/code/2020-01-28-tckr-html/</link>
      <pubDate>Tue, 28 Jan 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.nickbusey.com/code/2020-01-28-tckr-html/</guid>
      <description>I&amp;rsquo;ve been wanting a tool lately where it functions kind of like a blank text document, but when you type some math it actually evaluates the formula for you, letting you save the output for use in further equations.
So, last night I built it over the course of maybe two hours.
It&amp;rsquo;s simple. It does what it says on the box. It&amp;rsquo;s portable (just one .html file). It&amp;rsquo;s easy.</description>
    </item>
    
    <item>
      <title>Slither Bots - How I built a series of JavaScript snippets to play Slither.io for you</title>
      <link>https://www.nickbusey.com/code/2018-08-22-slither-bots/</link>
      <pubDate>Wed, 22 Aug 2018 20:54:13 -0600</pubDate>
      
      <guid>https://www.nickbusey.com/code/2018-08-22-slither-bots/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gitlab.com/NickBusey/SlitherBots&#34; target=&#34;_blank&#34;&gt;Slither Bots&lt;/a&gt; is a series
of scripts I created that automate playing the  web-based game
&lt;a href=&#34;https://slither.io/&#34; target=&#34;_blank&#34;&gt;Slither.io&lt;/a&gt; in increasingly complicated ways.&lt;/p&gt;

&lt;p&gt;Slither.io is a multiplayer version of the classic &lt;code&gt;Worm&lt;/code&gt; game.
You hit other snakes, you lose, they hit you, they lose. Once
a worm dies, it drops a bunch of food that can be slurped up
by the survivors (or anyone else) and can double or triple
a player&amp;rsquo;s size in a second or two.&lt;/p&gt;

&lt;p&gt;I started very simply, and added layers of complexity one after
another, saving them each as a separate generation.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>