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.
Location: FPL/
A Fantasy Premier League dashboard for viewing league standings and results in the browser.
Location: 40k3rd/
A Warhammer 40,000 army creator tool for building Chaos Space Marines lists.
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: HQ-PWA/
A HeroQuest character sheet tool packaged as a Progressive Web App with offline support.
Location: HQ/
Character sheet tool for HeroQuest.
Location: TOWSC/
This is score card template for The Old World
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.
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.