divyansh-2005 / GAME_PLAYER

Instant Games Platform! This project is a fun and interactive platform that allows users to play various games instantly on our website or through Telegram. The project is built on the MERN stack and integrates with crypto wallets using RainbowKit.
https://game-player-navy.vercel.app
13 stars 68 forks source link

Add Doodle Jump game #332

Open amiya-cyber opened 1 month ago

amiya-cyber commented 1 month ago

Name of Game Add Doodle Jump game

Description & features simulates the gameplay where the player jumps from platform to platform, ascending continuously. The platforms are generated randomly, and the game ends if the player falls below the screen. Screen Shot/ Demo video

Additional context Game Logic:

The player starts with a downward velocity (gravity) that continuously increases, simulating a falling motion. Platforms are generated and displayed on the screen, spaced vertically. If the player lands on a platform while falling, the velocity is reversed, making the player jump upwards.

check list