release-toolkit consumer demo — static page showing its own released version. Backup of the retired codeberg.org/FrankenBit/tic-tac-toe.
- HTML 100%
- Game now shows the current version below the subtitle, read from the VERSION file at runtime via fetch(). Reviewers can confirm they are playing the actual current release, not a stale cache. - README's Play section now leads with the hosted URL at frankenbit.codeberg.page/tic-tac-toe/ so the game is discoverable from the repo landing page. |
||
|---|---|---|
| .forgejo/workflows | ||
| changelog.d | ||
| .release-toolkit-manifest.json | ||
| CHANGELOG.md | ||
| index.html | ||
| LICENSE | ||
| README.md | ||
| release-toolkit.yml | ||
| VERSION | ||
tic-tac-toe
A minimal tic-tac-toe game — two players, one browser tab, no build system.
Play
Play online at frankenbit.codeberg.page/tic-tac-toe — or open index.html in any browser. Take turns clicking cells; first to three in a row wins. Winning line highlights.
Releases
This project uses release-toolkit for automated release cuts. Every feat: / fix: commit to master accumulates on a rolling release-prep PR; merging it cuts a new release with a generated CHANGELOG entry, a tag, and a draft Forgejo release for a final human review before publish.
See releases for the history and CHANGELOG.md for the notes.
License
MIT — see LICENSE.