corocoto / snake-pwa

Snake PWA game that was be written on JavaScript

Home Page:https://corocoto.github.io/snake-pwa/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Snake PWA game that was be written on JavaScript

https://corocoto.github.io/snake-pwa/

License:MIT License


Languages

Language:JavaScript 82.8%Language:HTML 11.0%Language:CSS 5.8%Language:Makefile 0.4%