You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snake Game is a classic arcade game implemented using [JavaScript]. In this game, you control a snake that moves around the screen, eating food to grow longer and increasing your score. The game ends when the snake collides with itself or the screen boundaries.
"Dice Game" A fun and interactive dice game built using JavaScript, HTML, and CSS. Players roll the dice, collect points, and race to reach the target score. But beware, rolling a 1 resets your current round score! This project demonstrates core JavaScript concepts like DOM manipulation, event handling, and game logic. 🎲