Skip to content

wookingwoo/web_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Game Collection

A collection of fun browser-based mini games built with HTML5, CSS, and JavaScript.

Games Included

🍎 Apple Catch

Catch falling apples with your basket! Test your reflexes and hand-eye coordination.

🐔 Cross the Road (2 versions)

Help the chicken cross busy roads safely. Two different versions with unique challenges.

💩 Dodge the Poop

Avoid falling objects and survive as long as you can! A fun survival game.

🐸 Crossy Road

Navigate through traffic and obstacles in this classic arcade-style game.

⚽ Jumping Ball Runner

Keep a ball rolling and jump over obstacles in this simple runner game.

How to Play

  1. Open index.html in your web browser
  2. Click on any game card to start playing
  3. Use the fullscreen button for better gaming experience
  4. Click "Back to Menu" to return to the game selection

Project Structure

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

Getting Started

Simply open index.html in any modern web browser. No installation or build process required!

Run with a Local Server

  1. Install dependencies with npm install
  2. Start the server using npm start
  3. Visit http://localhost:3000 in your browser

Browser Compatibility

  • Chrome (recommended)
  • Firefox
  • Safari
  • Edge

All games are built with vanilla JavaScript and HTML5 Canvas for maximum compatibility.

About

web game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors