Slither
Slither is a rather impressive snake game from Erik Johnson. As with most snake games, the object of the game is to eat all the food whilst avoiding obstacles such as walls and poison.
The game uses the canvas element to draw the main game area – including the snake player and walls as well as the food, poison and upgrade items. Everything else uses standard CSS2 techniques and jQuery animations.

Slither
Comments from the Author:
An innovative approach to the classic Snake/Nibbles genre using Canvas. It employs a unique combination of components to drive the game, with very good performance on a number of systems. There are several challenges, including walls, poison items, and upgrades, for a total of 7 levels.


Comments
gren
Nice game.
Posted on June 14, 2010
Erik Johnson
Thanks for featuring this
. The source has been available for a while; I’m hoping to post some information about how the code works, soon.
Posted on June 15, 2010
Zeljko
Wow… this is so cool, except the fact that you have imported numerous javascript files and you main class, if yo can call that class in javascript has about 1000 lines of code and that could be done in 100 line using flash. And dispite the fact that this is 20 years old game.. So insted of one developer working on game for about one hour you will need 10 developers working for one day…
so cool …………. !
Posted on June 17, 2010
Erik Johnson
lol, yeah I’ll admit this was a university project that I just released for anyone else to play with. In reality you would package it up into a single file and reduce some of the boilerplate code between classes. thanks for taking a look
.
Posted on June 17, 2010
Burak Ă–zdelice - delizade
This game reminded me of the http://www.smokymonkeys.com/ . These guys actually was developing Js based games(nearly Flash) in the early 2000’s.
Posted on June 21, 2010
Richard Copperwaite
Works under IE9 Platform Preview 3, if you navigate directly to
http://www.brokenresolve.com/projects/slither/
and then “Debug” -> “Force IE9 Document Mode”, works perfectly!
Posted on June 25, 2010
YopSolo
Could be a hit !!! in 1980 lol
Posted on June 26, 2010
Jay
Nice work. I found http://www.HTML5games.com , which also seems to have a whole bunch of games developed using html5 canvas
Posted on July 4, 2010
Joe
Very polished! Nice work.
Posted on July 15, 2010
jsdev
Zeljko would love to see your flash games and 100 lines of code… But won’t hold my breath.
Posted on January 11, 2012
jsdev
Erik Johnson thanks for sharing this with the world!
Posted on January 11, 2012
Related demos