https://github.com/labib2003/omega-snake
https://github.com/labib2003/omega-snake
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/labib2003/omega-snake
- Owner: Labib2003
- Created: 2022-03-12T13:21:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T08:45:41.000Z (over 4 years ago)
- Last Synced: 2025-01-30T04:25:55.380Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://labib2003.github.io/omega-snake/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# omega-snake
This project is based on a Youtube tutorial by Web Dev Simplified (https://www.youtube.com/watch?v=QTcIXok9wNY&t=764s) I followed the tutorial once and after that, made this version myself.
This is my first large JS project using mustiple files.
Here are the things that I changed in this version,
1. Added an input field for the user to change the snake speed
2. Used arrow functions
3. Made it responive for mobiles and added touch buttons that only show up when viewed from mobile.
4. Added a new death screen instead of a DOM confirm.