A fun and entertaining Flappy Bird clone featuring Jethalal from Taarak Mehta Ka Ooltah Chashmah! Navigate through pipes and collect points while Babita ji cheers you on.
๐ Play Flappy Jethalal
- Play as Jethalal from TMKOC
- Progressive difficulty system
- Score tracking
- Babita ji appearances
- Responsive design
- Sound effects
- Press SPACE or CLICK to make Jethalal fly
- Navigate through the pipes
- Score points by passing through pipes
- Watch for Babita ji's appearance when scoring!
This game is built using:
- HTML5
- CSS3
- Vanilla JavaScript
- Web Audio API for sound effects
Feel free to fork this repository and make improvements!
The game starts easy and gradually becomes more challenging:
-
Initial Settings (Score 0):
- Wide pipe gaps (250px)
- Slow pipe movement
- Long intervals between pipes
- Gentle physics
-
Progressive Difficulty (Score 1-9):
- Gradually decreasing pipe gaps
- Increasing pipe speed
- Shorter intervals between pipes
-
Maximum Difficulty (Score 10+):
- Minimum pipe gap (150px)
- Maximum pipe speed
- Shortest intervals between pipes
The game is built using:
- HTML5
- CSS3
- JavaScript (Vanilla)
- SVG graphics for characters
- RequestAnimationFrame for smooth animations
flappy/
โโโ index.html # Main game HTML file
โโโ styles.css # Game styling and animations
โโโ script.js # Game logic and mechanics
Feel free to modify the game by adjusting these values in script.js:
GRAVITY: Controls falling speedFLAP_FORCE: Controls jump heightINITIAL_PIPE_SPEEDandMAX_PIPE_SPEED: Controls pipe movement speedINITIAL_PIPE_GAPandMIN_PIPE_GAP: Controls gap size between pipesINITIAL_PIPE_SPAWN_INTERVALandMIN_PIPE_SPAWN_INTERVAL: Controls pipe spawn timing
- Clone this repository
- Open
index.htmlin your web browser - Start playing!
Feel free to modify the game by:
- Changing the sound effects in
index.html