Thanks! Glad I managed to finish it in time!
I played your game! It's a proper RTS — really cool!
Hello! 👋
A few notes for players:
⚠️ Browser support: Requires the latest Chrome / Edge / Opera. Other browsers may not render correctly because the game uses cutting-edge CSS features.
🖥️ Best on desktop. Mobile reels spin, but bet switching and BONUS/FREE counters may glitch.
💡 If the layout looks broken on first load, please refresh once or twice — initial CSS animations can desync if you move the mouse during loading.
🎰 How to play: Long-press "bet" to set wager → Press "play" → Hit each "stop!!" → Match 3 symbols on any of 5 lines to win!
🔧 Tech tip (for those who want to try MACHINES mode):
The BONUS probability is about 1/8000, so MACHINES mode may be hard to trigger in normal play. To experience it quickly, open DevTools and add `counter-increment: slot-state 8;` to the `html::after` rule in the Styles pane, then remove it. This momentarily sets bit 3 of the state register, triggering BONUS mode.
This itself is a demonstration of the "scrollbar as memory" design — game state is encoded in <html>'s scroll position as a 6-bit register.
Source code: https://github.com/surahotoke/slot-machines-100-percent-pure-css
Feedback welcome! 🙇