Only.games.github May 2026
.game-card:hover transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.4); border-color: #5b6e8c;
"games": [ "id": "snake", "title": "SNAKE", "desc": "classic arcade snake", "thumb": "🐍", "path": "games/snake/index.html" , "id": "tetris", "title": "TETRIS", "desc": "stack & clear", "thumb": "🧩", "path": "games/tetris/index.html" , "id": "platformer", "title": "PLATFORMER", "desc": "jump & run", "thumb": "🏃", "path": "games/platformer/index.html" ] only.games.github
.game-title font-size: 1.3rem; font-weight: 600; margin: 0.75rem 0 0.25rem; .game-card:hover transform: translateY(-4px)
loadGames(); Create games/snake/index.html : box-shadow: 0 12px 24px rgba(0
only.games.github Enable GitHub Pages in Settings > Pages > Source = main (root) .
.game-card background: #11161f; border-radius: 1.5rem; padding: 1rem; transition: transform 0.1s ease, box-shadow 0.2s; border: 1px solid #2a2f3f; text-decoration: none; color: inherit;