Hacker News new | ask | show | jobs
by tW4r 1974 days ago
When I first read this I hoped this would be a rogue like game implemented using GitHub Actions somehow
2 comments

Actions can react to issues and comments, so you could probably build a text-based RPG around that. For example, each player gets a branch and comment on the latest commit to trigger the next action (which is a commit). Or comment on an issue.

Anything else than text-based seems difficult though.

Challenge accepted