NickBusey.com

Technically minded engineer with a passion for innovation.

Slither Bots - How I built a series of JavaScript snippets to play Slither.io for you

2018-08-22 Code

Slither Bots is a series of scripts I created that automate playing the web-based game Slither.io in increasingly complicated ways.

Slither.io is a multiplayer version of the classic Worm 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’s size in a second or two.

I started very simply, and added layers of complexity one after another, saving them each as a separate generation.

Continue reading

Papyrto - A simple paper based strategy game based on Quarto

2018-08-12 Projects
8 months or so ago I designed a paper adaptation of the board game, Quarto. I call it Papyrto. Papyrus (Paper) + Quarto = Papyrto. Invented by Swiss mathematician Blaise Müller in 1991, Quarto is a simple game with interesting rules. There are 16 game pieces, each with 4 distinct attributes; tall or short, light or dark, round or square, and solid or hollow. So my design had to have a similar set of ‘pieces’ with a different set of 4 distinct attributes. Continue reading