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
A simple egg toss platformer game implemented in Pyret, inspired by classic vertical jumper mechanics. The player controls an egg that jumps across moving platforms and attempts to reach the top without falling off-screen.
🎮 Game Features
Dynamic moving platforms with velocity reversal at screen bounds
Egg jumping mechanics with gravity and airborne detection
Platform collision and fall detection
Score tracking and lives system
Auto-scrolling level transition with new platform generation
Game over state with reset functionality
🧠 How It Works
Platforms (top, middle, bottom) move horizontally and reverse at edges.
Egg jumps when spacebar is pressed (only if it's on a platform).
Collision Detection triggers landing and score updates.
Lives are reduced when the egg falls out of bounds.
Game transitions to the next level by scrolling new platforms in from above.
🎨 Controls
Key
Action
Spacebar
Jump / Restart game
⚙️ Constants (Customizable Settings)
You can adjust these constants in main.arr to modify gameplay difficulty, behavior, and visuals.