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
Interactive Snake Game in C++ with 4 difficulty levels, colorful console output, real-time keyboard controls, dynamic snake movement, sound effects, and score tracking, providing an engaging Windows console experience.
A simple motion-controlled Android game where the player moves a ball by tilting the device. The game uses the accelerometer sensor to detect real-time movement and translate it into smooth on-screen motion. The objective is to control the ball within the screen boundaries using intuitive tilt gestures.