Website Versions
v4.0.0
- Fixed critical ad placement bug — AdSense
<ins>tags were inside<head>, pushing ads above all content on load. Moved to proper in-body positions. - Top ad slot now renders after the hero title, not before it — tool is always visible on page load.
- Mid ad slot placed at a natural content break between panels, improving AdSense policy compliance.
- Added Surprise Mode toggle — picks a completely random game ignoring platform and genre filters.
- Added Save to Favorites — persists up to 20 saved games in localStorage across sessions.
- Added Copy Result button — copies a shareable game pick string to clipboard.
- Added toast notification system for user feedback on actions.
- Added Clear All button for the favorites panel.
- Result action buttons (Save, Copy) appear only after a game is picked.
v3.0.0
- Full visual overhaul to retro arcade / CRT terminal aesthetic.
- Added Press Start 2P, Orbitron, and Share Tech Mono fonts.
- Animated scanline and flicker effects via CSS keyframes.
- Dice roll animation cycles through random game names before landing on result.
- Web Audio API dice sound — rattling ticks, noise burst, thud, and arcade chime.
- Recent Rolls history panel shows last 5 picks with fade-out opacity.
- Live HUD clock, roll counter, and player stat bars.
- Neon glow box variants (amber, green, cyan) for different panels.
- Clip-path octagon styling on selects and generate button.
- Sticky header with zelhanTV nav links and version badge.
v2.0.0
- Added Tailwind-based header and footer with links to Home, Blog, Trilyonaryo, and Back to zelhantv.com.
- Introduced Versions page and version badge in header.
- Switched game data from inline JavaScript to external JSON: games.json.
- Added games_extra.json and implemented deep-merge with de-duplication.
- New platforms: PS5 and PC (Steam), each with 20 games per category.
- Refreshed layout to center generator and support header/footer.
- Kept retro theme styling; ensured selects auto-populate from data.
v1.0.0
- Initial release of Random Game Picker Generator.
- Supported platforms: PlayStation, PS2, PS3, PS4, Xbox, Nintendo Switch, PC, NES, SNES, Retro.
- Static lists embedded directly in JavaScript.