Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 492 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 492 Bytes

sneaky-snake

Classic Snake game in pure ES6 JavaScript. No 3rd party library dependency.

Browser support

All modern desktop browsers (read -- no IE support) - see https://caniuse.com/#search=es6 and https://caniuse.com/#feat=flexbox. Mobile browsers could be supported if only anyone could be bothered to implement game controls for them.

Acknowledgement

The game algorithm is not optimal. The code is not the most feng-shui. But hey! I've got nothing better to do and made this!