https://github.com/greeenboi/stack-overflowed
Div Tower - where you have to center the div! Align it if you can!
https://github.com/greeenboi/stack-overflowed
brainrot game-development gosu gosu-gem meme ruby
Last synced: about 2 months ago
JSON representation
Div Tower - where you have to center the div! Align it if you can!
- Host: GitHub
- URL: https://github.com/greeenboi/stack-overflowed
- Owner: greeenboi
- Created: 2024-11-29T11:15:08.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-29T21:23:50.000Z (6 months ago)
- Last Synced: 2025-03-25T16:52:48.492Z (2 months ago)
- Topics: brainrot, game-development, gosu, gosu-gem, meme, ruby
- Language: Ruby
- Homepage:
- Size: 21.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ðđïļ Stack Overflowed ðđïļ
Welcome to **Stack Overflowed**, the game where your divs have a **_mind of their own_**! ð

_The CSS you wrote vs. How it renders_## ðŪ Gameplay
- **Align those divs** like a CSS wizard ð§ââïļ
- Dodge the terrifying **`overflow: hidden;`** monster ðŧ
- **Score points** by stacking divs without causing a layout apocalypse! ð
https://github.com/user-attachments/assets/3c3e5384-23d0-46f5-9847-4fe1b31bbdcf
## ð ïļ 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 ðĨ
[](https://www.youtube.com/watch?v=dQw4w9WgXcQ)
_Live footage of debugging CSS_## ð Project Structure
- **`main.rb`**: The epicenter of the madness ðĨ
- **Assets**: Memes not included... yet. (But we're working on it!) ð## ðĪ Technologies Used
- **Ruby & Gosu**: Because why not mix elegance with chaos? âĻ
- **Markdown**: For all your documentation meme needs ð
_"Bug fix creates more bugs"_## ð License
Distributed under the MIT License, because even chaos needs some legal boundaries! ðŠ
Remember: If your code breaks, it's not a bug, it's a feature. And if anyone asks, we totally meant for that to happen. See `LICENSE` for the formal "we're not responsible for your div nightmares" disclaimer. ð
## ðĻ Building
To build this masterpiece into a Windows executable (because some people just want to watch the world burn from an .exe):
```bash
bundle install
```
```bash
ocran main.rb --windows --icon C:\Users\$USER\\game\assets\images\logo.ico --output StackOverflowed.exe --verbose
```
---> "I don't always center my divs, but when I do, I use 47 nested divs with !important"
> â Every Developer Ever

_Everything is fine_