Yoo's Game is a simple web-based game built with HTML, CSS, and JavaScript. It is designed for casual play and as a hands-on coding exercise for interactive web games.
Try the game live: https://yoochan45.github.io/yoo-s-game/
- Simple, responsive user interface that works on desktop and mobile
- Interactive gameplay that runs in the browser without installation
- Built using vanilla JavaScript (no external frameworks)
- HTML5 — page structure and game elements
- CSS3 — styling and animations
- JavaScript — game logic and interactivity
yoo-s-game/
├── assets/ # images, audio, and other media
├── yoo-game/ # scripts and game modules
├── game.css # game styles
├── game.html # main game page
├── game.js # game logic
├── index.html # landing page
├── loading.html # loading screen
├── loading.css # loading styles
├── main.js # game initialization
└── style.css # global styles
-
Clone the repository: git clone https://github.com/Yoochan45/yoo-s-game.git
-
Change into the project directory: cd yoo-s-game
-
Open index.html in your preferred web browser.
Name: Aisiya Qutwatunnada
GitHub: @Yoochan45
This project is licensed under the MIT License. You are free to use, modify, and distribute the project while providing attribution to the original author.