lwojcik / JavaScript-Snake

Modified version of Patorjk's snake game written in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript-Snake

The following is a fork of JavaScript-Snake by patorjk used as an Easter egg on Lukem.net.

Play online

Compared to the original, this version was adapted and simplified to suit our project needs. The following modifications were made:

  • removed compatibility fixes for older IE versions (attachEvent / detachEvent)
  • added support for swipes and touch events on mobile devices
  • user interface inspired by old Nokia phones
  • removed some functionality present in the original, such as custom themes or mode switching

License

Licensed under MIT License. See LICENSE for more information.

About

Modified version of Patorjk's snake game written in JavaScript

License:MIT License


Languages

Language:JavaScript 90.4%Language:CSS 8.1%Language:HTML 1.6%