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.

🎲 Games

FPL League Dashboard

Location: FPL/

A Fantasy Premier League dashboard for viewing league standings and results in the browser.

Chaos Space Marines — Army Creator

Location: 40k3rd/

A Warhammer 40,000 army creator tool for building Chaos Space Marines lists.

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.

HeroQuest Character Sheets PWA

Location: HQ-PWA/

A HeroQuest character sheet tool packaged as a Progressive Web App with offline support.

HeroQuest Character Sheets

Location: HQ/

Character sheet tool for HeroQuest.

TOW Score Card

Location: TOWSC/

This is score card template for The Old World

📁 Repository Structure

Games/
│
├── README.md
│
├── FPL/
│   ├── index.html
│   └── index2.html
│
├── 40k3rd/
│   ├── index.html
│   └── csm_data.json
│
├── yatzy/
│   ├── index.html
│   ├── manifest.json
│   ├── sw.js
│   └── images/
│       └── icon.svg

├── HQ-PWA/
│   ├── index.html
│   ├── manifest.json
│   ├── sw.js
│   └── icon.svg
│
├── HQ/
│   └── index.html
│
└── TOWSC/
    └── index.html

Each game or project is kept in its own subfolder so that it can be developed, hosted, and maintained independently.

🌐 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.