Releases: greeenboi/Stack-Overflowed
Releases · greeenboi/Stack-Overflowed
v1.21
Stack Overflowed - Updates & Changelog
Version 1.2.1
- Added Credits screen with developer links
- Added smooth screen flicker effect on milestone scores
- Improved performance optimizations:
- Font caching system
- Pre-calculated alignment positions
- Delta-time based movement
- Optimized div rendering
- Reduced object creation during gameplay
- Added background music volume control
- Extended color palette for divs (8 colors)
- Added visual feedback for menu selection
- New sound effects:
- Score milestone sound
- Multiple fail sounds
Game Features
- Dynamic difficulty scaling (speed increases every 10 points)
- Multiple alignment positions for divs
- Smooth scrolling tower mechanic
- Visual and audio feedback
- Main menu with three options:
- Play
- Credits (NEW)
- Exit
- Developer credits with GitHub profile links
- Responsive controls:
- SPACE to place divs
- R to restart after game over
- ESC to exit
- Arrow keys for menu navigation
- ENTER to select
Technical Improvements
- Frame rate optimization for smoother gameplay
- Cached font rendering system
- Pre-calculated position values
- Efficient memory usage
- Delta time movement calculations
- Optimized collision detection
- Improved texture handling
Credits
- Developer: greeenboi (https://github.com/greeenboi)
- Developer: Vinay Rajan (https://github.com/vinay-04)
Auto generated stuffs
What's Changed
- @greeenboi
Refactor comments and adjust game dimensions in main.rb
bfc1db6
@greeenboi
Add score milestone sound effect and flicker effect to game
326623e
@greeenboi
Add credits screen and enhance home menu options in game
673d805
@greeenboi
i love ai optimizing my shoddy code
Full Changelog: v1.0.0...v1.20
v1.0.0
Release Notes:
New Features:
- Responsive Madness: Because who needs sanity in layouts? 😵
- Sound Effects: Hear the screams of your misaligned divs 🎧
- Infinite Levels: Just when you think you're centered, BAM! New chaos 💥
Bug Fixes:
- Fixed minor layout glitches.
- Improved performance and reduced lag during gameplay.
- Enhanced sound effect synchronization.
Enhancements:
- Ruby game engine for smoother animations.
- Added Brainrot visual effects and animations.
Description:
Welcome to Stack Overflowed, the game where your divs have a meme of their own! 🚀
Gameplay:
Align those divs like a CSS wizard 🧙♂️ use ⌊‗‗‗‗‗‗‗‗‗‗‗‗⌋
to place
Score points by stacking divs without causing a layout apocalypse! 💀
Features:
- Responsive Madness: Because who needs sanity in layouts? 😵
- Sound Effects: Hear the screams of your misaligned divs 🎧
- Infinite Levels: Just when you think you're centered, BAM! New chaos 💥
Technologies Used:
Ruby & Gosu: Because why not mix elegance with chaos? ✨
Building:
To build this masterpiece into a Windows executable:
bundle install
ocran main.rb --windows --icon C:\Users\$USER\<dir>\game\assets\images\logo.ico --output StackOverflowed.exe --verbose
Full Changelog: https://github.com/greeenboi/Stack-Overflowed/commits/v1.0.0