/snake-pwa

Snake PWA game that was be written on JavaScript

Primary LanguageJavaScriptMIT LicenseMIT

eslint check

Introduction

Snake — is video game where the player controls a creature, that looks like snake.

Rules:

  • Snake needs to eat the apples for increase it own growth.

I need to notice, that apples are randomly positioned on the game filed.

  • Also, the snake shouldn't eat itself.

If it happened, the game starting from beginning.

Game screencast

About application

This application is created by using 📑 :

  • HTML - hypertext markup language;
  • CSS - style sheet language;
  • JavaScript - programming language;
  • Web App Manifest - is a JSON document that provides application metadata for Progressive Web Apps;
  • Service Worker - is an event-driven worker registered against an origin and a path. It takes the form of a JavaScript file that can control the web-page/site that it is associated with, intercepting and modifying navigation and resource requests, and caching resources in a very granular fashion to give you complete control over how your app behaves in certain situations (the most obvious one being when the network is not available).

License

snake-pwa is open-sourced software licensed under the MIT License (MIT). Please see License File for more information.

Conclusion

If you still have questions about the work of this application ❔ or you have cool ideas for improvement it 💥, please write to me 📧.

If you find a bug 🐛, please create an appropriate issue with detailed information about it 💬.

Thanks!