Games

🎮 Games

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.

📁 Repository Structure

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.

🎲 Games

Yatzy Scorecard

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.

Yatzy PWA (legacy)

Location: yatzy-pwa/

TOW Score Card

Location: TOWSC/

🌐 Web Games

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.

🎯 Goals

The repository is primarily a playground for small web games and experiments. And learning to vibe code games.

📄 License

Unless otherwise specified in an individual project, these games are intended for personal and experimental use.