release-toolkit consumer demo — static page showing its own released version. Backup of the retired codeberg.org/FrankenBit/tic-tac-toe.
Find a file
Alex Saratow ab01c898f5
Some checks failed
release / decide + act (push) Has been cancelled
release / release (push) Has been cancelled
feat: display version number in game + link hosted URL in README
- 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.
2026-07-05 21:11:12 +02:00
.forgejo/workflows chore(ci): bump release-toolkit ref to v0.26.0 2026-07-05 16:48:46 +02:00
changelog.d feat(ci): add automated releases via release-toolkit 2026-07-05 11:30:27 +02:00
.release-toolkit-manifest.json chore(manifest): post-cut bookkeeping for v0.1.0 2026-07-05 15:13:04 +00:00
CHANGELOG.md chore(release): prepare v0.1.1 2026-07-05 18:43:25 +00:00
index.html feat: display version number in game + link hosted URL in README 2026-07-05 21:11:12 +02:00
LICENSE Initial commit: minimal tic-tac-toe game 2026-07-04 23:40:40 +02:00
README.md feat: display version number in game + link hosted URL in README 2026-07-05 21:11:12 +02:00
release-toolkit.yml feat(ci): add automated releases via release-toolkit 2026-07-05 11:30:27 +02:00
VERSION chore(release): prepare v0.1.1 2026-07-05 18:43:25 +00:00

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.