A collection of interactive web-based browser games built in collaboration with Jugal Team using HTML, CSS, and vanilla JavaScript. Plays directly in your web browser with zero external dependencies!
This repository contains multiple arcade and classic puzzle games:
- Bird: Flappy Bird-style navigation game.
- Mario: Classic side-scroller/platformer mechanics.
- Memory: Memory matching card game to test recall skills.
- Puzzle: Sliding/tile puzzle challenges.
- Word Guess: Vocabulary and letter-guessing game.
- XO: Classic Tic-Tac-Toe game for quick matches.
- Zero Dependencies: Pure HTML5, CSS3, and JavaScript — no libraries or frameworks required.
- Browser Ready: Runs natively in any modern web browser.
- All-in-One Dashboard: Easily launch any game directly from the main interface (
index.html).
.
├── bird/ # Source code and assets for Bird game
├── mario/ # Source code and assets for Mario game
├── memory/ # Source code and assets for Memory game
├── puzzle/ # Source code and assets for Puzzle game
├── wordguess/ # Source code and assets for Word Guess game
├── xo/ # Source code and assets for Tic-Tac-Toe (XO) game
├── index.html # Main landing page / game selection menu
├── style.css # Global styles for the game hub
└── README.md