A collection of small, lightweight web games and game-related projects.
The repository is intended as a home for simple games that can be played in a web browser, with an emphasis on mobile-friendly interfaces, minimal dependencies, and easy access.
Games/
│
├── README.md
│
├── yatzy/
│ ├── index.html
│ ├── manifest.json
│ ├── sw.js
│ └── images/
│ └── icon.svg
│
├── yatzy-pwa/
│ ├── index.html
│ ├── manifest.webmanifest
│ ├── sw.js
│ └── icons/
│ ├── icon-192.png
│ └── icon-512.png
│
└── TOWSC/
└── index.html
Each game or project is kept in its own subfolder so that it can be developed, hosted, and maintained independently.
Location: yatzy/
A Yatzy scorecard PWA supporting both standard Yatzy (5 dice) and Max Yatzy (6 dice), with up to 4 players, re-roll tracking, and offline support.
Location: yatzy-pwa/
Location: TOWSC/
The projects in this repository are designed to run directly in modern web browsers.
Where supported, games may also be installed as Progressive Web Apps and launched from a mobile device like a normal application.
The repository is primarily a playground for small web games and experiments. And learning to vibe code games.
Unless otherwise specified in an individual project, these games are intended for personal and experimental use.