Operation PewPew!

https://macintoshgarden.org/games/operation-pewpew

A little side scrolling space shooter to pass the time... and who doesn’t like to Pew Pew! things?

#macgarden #Arcade #1bit #2026 #horizontal #scroller #shooter #space #SideScrolling #DarkSystemsBBS #DW #Jester #SciFi

What I’m trying to accomplish:

1. The yellow <div> that I set to height:100svh should actually be full viewport height

2. The page should scroll horizontally (because the <h1> text overflows)

So I want the same behavior as in desktop browsers.

The only way I can make this work is by wrapping the content in a <div> scroller:

<div id="scroller">
(yellow div with heading here)
</div>

#scroller {
overflow-x: auto;
}

https://output.jsbin.com/recagep/quiet

Why is this custom scroller necessary?

@[email protected]

I'd consider a Premium sub if you had a safe, anonymous way to pay to avoid being tracked down by bible-thumping Nazis.

And not bloody crypto shite.

#scroller

C'est une lutte de chaque instant (perdue pour celui-ci) de résister au réflexe de saisir mon téléphone pour aller sur des applis qui font #scroller à l'infini (Mastodon, Pinterest...)
Je sais que tout est calibré et pensé pour, mais je m'en veux d'y céder.
J'en appelle à une force de #volonté supérieure pour arrêter ces conneries et vivre/faire des trucs plus intéressants 

Why I 🧡 the web.

A customizable shareable LED scroller. Displays scrolling text, emojis, or messages. Use it in full screen for emergency LED messages?

https://ledscroller.org/

#led #scroller

LED Scroller - LED Banner Running Text

Online LED scroller, banner, and running text for free in your browser. Customize color, speed, and style with our scrolling text generator—no app needed!

ledscroller.org
My 13 year old wants me to teach her how to #code this summer. I was thinking it might be fun to work on a #game together. Thinking of something simple like Space Invaders or a 2d #scroller kind of thing. Anyone have some other good ideas?
If at first you don’t succeed… switch off and #GoToBed
#insomniac
#scroller
#Mastodon
@xax im kinda late on this, but if you haven't fixed the problem yet:
i think the problem is fixed just by adding 'left: 0;' to the #scroller.
the element needs to have the property for it to transition, and sinze your aren't setting it initially, it only ran after it was defined (e.g. after the first transition)