Skip to content

asynkron/VibeGames

Repository files navigation

VibeGames

Static collection of CRT-flavoured browser games that can be hosted straight from GitHub Pages.

GitHub Pages

Once GitHub Pages is configured to serve from the main branch (root), the site will be available at:

Each game is also directly accessible:

Enable the site

  1. Push these changes to GitHub.
  2. In the repository settings, open Pages.
  3. Under Build and deployment, pick Deploy from a branch.
  4. Select the main branch and the / (root) folder, then save.
  5. GitHub will build and deploy to the URLs above (takes ~1 minute).

Local development

Every game is self-contained inside its folder (boulderdash/, pacman/, snake/). To work on a game locally you can serve the folder with any static web server, for example:

npx serve snake

Then open the reported http://localhost URL in your browser.

About

random collection of vibecoded games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published