Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 games

Mostly vibe coded for educational purposes

Some simple browser games, implemented in vanilla HTML/CSS/JS - no build step, no framework.

Live: https://taihen.org/games/

Run locally

ES modules need HTTP (not file://), so serve the folder:

python3 -m http.server
# open http://localhost:8000

Add a game

  1. Create a folder mygame/ with its own index.html + JS.

  2. Link back to the menu with <a href="../">← All games</a>.

  3. Add one entry to games.js:

    { id: "mygame", title: "My Game", desc: "…", icon: "🎯", path: "mygame/" }

About

Simple browser games — vanilla JS, no build

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages