all-in-one

🎮 Ultimate Game Arcade

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.

đŸ•šī¸ Included Games

🚀 Play Online

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)

📂 Project Structure

```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