Skip to content

eneskocc/html5-snake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

html5-snake

Okay, so I'm up to 2 games in my repertoire.

The last game, lightcycles, was a great learning experience, and I tried to apply some of the lessons learned there to this game.

Installation

It's just HTML, CSS, and javascript. Open it in a modern browser and have fun.

Too lazy to download? Play it on jsfiddle (may be older version of game).

Inspiration

lightcycles was a blast to write, and it really made me think about how to make my snake move (hehe). I decided on making and array, and just shift()ing and push()ing segments. This is what I ended up with.

Contributing

You can fork/fix/add/pull request this repo, and I'll gladly add your code ;)

Contributors

If you issue a pull request, add your name here!

License

MIT License - http://opensource.org/licenses/MIT

Copyright (c) 2013 Jason D. Straughan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

HTML5 variation of the classic snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%