Skip to content

Releases: greeenboi/Stack-Overflowed

v1.21

29 Nov 21:23
Compare
Choose a tag to compare

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


Auto generated stuffs

What's Changed

Full Changelog: v1.0.0...v1.20

v1.0.0

29 Nov 13:23
Compare
Choose a tag to compare

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