Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Mini Web Games

GitHub Stars GitHub Issues License

A collection of simple, fun, and nostalgic 2D web games built with vanilla HTML, CSS, and JavaScript.
No frameworks. No libraries. Just pure browser games.


🎯 Games

Game Description Status
🧩 Astro Dodge Pilot a spaceship and dodge incoming asteroids ✅ Ready
🎯 Pixel Strike Fast-paced military battle shooter ✅ Ready
🐍 Void Runner Endless runner set in an alien world ✅ Ready

🚀 Getting Started

These games use ES modules and fetch for assets, so opening index.html directly in the browser will fail (CORS / module errors). You must serve the files with a local web server.

1. Clone the repository

git clone https://github.com/mustapha-devstack/mini-web-games.git
cd mini-web-games

# Install once (optional)
npm install -g serve

# Run from the project root
npx serve .
# or
serve .

# OR Use

# Python 3
python -m http.server 8000

# Python 2 (legacy)
python -m SimpleHTTPServer 8000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages