A sleek, modern, and responsive game hub containing three classic mini-games. Built with pure vanilla web technologies for maximum performance and zero-configuration deployment.
You can play the game live here: [https://timmywwe13-hub.github.io/all-in-one/ (Note: Replace this link with your actual GitHub Pages URL after deployment)
```text / âââ index.html # Main entry point and HTML structure âââ README.md # Project documentation âââ css/ â âââ style.css # All layout and theme styles âââ js/ âââ main.js # App orchestrator and screen management âââ blackjack.js # Blackjack game logic âââ wordscramble.js # Word Scramble game logic âââ snake.js # Snake game logic and Canvas rendering