Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 620 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 620 Bytes

🐍 Classic Snake Game

The classic snake game built with vanilla Javascript. Based on THIS YouTube Tutorial by Web Dev Simplified.

🎮 Controls

This game has both keyboard controls and on-screen mobile controls.

Update: Swipe gestures are now supported on mobile.

Keyboard
  • Move Up - W
  • Move Down - S
  • Move Left - A
  • Move Right - D

Check the App

You can check the app HERE

Screenshots

Classic Snake Game Web Classic Snake Game 01