A collection of fun browser-based mini games built with HTML5, CSS, and JavaScript.
Catch falling apples with your basket! Test your reflexes and hand-eye coordination.
Help the chicken cross busy roads safely. Two different versions with unique challenges.
Avoid falling objects and survive as long as you can! A fun survival game.
Navigate through traffic and obstacles in this classic arcade-style game.
Keep a ball rolling and jump over obstacles in this simple runner game.
- Open
index.htmlin your web browser - Click on any game card to start playing
- Use the fullscreen button for better gaming experience
- Click "Back to Menu" to return to the game selection
web_game/
├── index.html # Main game menu
├── games/ # Individual game directories
│ ├── apple-catch/
│ ├── cross-the-road/
│ ├── crossy_road/
│ ├── jumping-ball-runner/
│ └── dodge-the-poop/
├── js/ # Main JavaScript files
├── styles/ # Main CSS files
└── README.md
Simply open index.html in any modern web browser. No installation or build process required!
- Install dependencies with
npm install - Start the server using
npm start - Visit http://localhost:3000 in your browser
- Chrome (recommended)
- Firefox
- Safari
- Edge
All games are built with vanilla JavaScript and HTML5 Canvas for maximum compatibility.