{"id":22545194,"url":"https://github.com/pdevine/unibombitron","last_synced_at":"2026-04-20T10:03:10.995Z","repository":{"id":66783536,"uuid":"370215583","full_name":"pdevine/unibombitron","owner":"pdevine","description":"Bombitron, but unicode style","archived":false,"fork":false,"pushed_at":"2022-02-19T01:03:07.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T08:30:49.973Z","etag":null,"topics":["docker","docker-image","game","kubernetes","minesweeper"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pdevine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-24T03:24:39.000Z","updated_at":"2021-11-22T01:30:16.000Z","dependencies_parsed_at":"2023-05-05T10:30:25.227Z","dependency_job_id":null,"html_url":"https://github.com/pdevine/unibombitron","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pdevine/unibombitron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdevine%2Funibombitron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdevine%2Funibombitron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdevine%2Funibombitron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdevine%2Funibombitron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdevine","download_url":"https://codeload.github.com/pdevine/unibombitron/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdevine%2Funibombitron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32042294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","game","kubernetes","minesweeper"],"created_at":"2024-12-07T14:09:10.121Z","updated_at":"2026-04-20T10:03:10.982Z","avatar_url":"https://github.com/pdevine.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uni-bombitron\n\n[![buildx](https://github.com/pdevine/unibombitron/actions/workflows/main.yml/badge.svg)](https://github.com/pdevine/unibombitron/actions/workflows/main.yml)\n\nA Minesweeper clone, built to work in your terminal.\n\n![](pics/bombitron-title.png)\n![](pics/bombitron-game.png)\n\nRun on kubernetes:\n\n`kubectl run -it --rm --image=ghcr.io/pdevine/bombitron bombitron`\n\nRun on docker:\n\n`docker run -it --rm ghcr.io/pdevine/bombitron`\n\nYou can size the playing field by re-sizing your terminal. The `Easy`, `Medium`, and `Hard` variants\nuse the same bomb ratios as the classic Microsoft Windows 95 and Windows XP versions.\n\n## Building the image manually\n\n### Building in Kubernetes\n\nUse [BuildKit CLI for Kubectl](https://github.com/vmware-tanzu/buildkit-cli-for-kubectl) with the command:\n\n`kubectl build -t bombitron ./`\n\nor, you can build a multi-arch image which cross-compiles for each platform. You'll need to create a registry secret\nin kubernetes and push to a registry to make this work correctly.\n\n```\nread -s REG_SECRET\nkubectl create secret docker-registry mysecret --docker-server='someregistry.io' --docker-username=tifdog --docker-password=$REG_SECRET\nkubectl build ./ -t someregistry.io/stuff/bombitron:latest -f Dockerfile.cross --registry-secret my-secret --platform=linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,windows/amd64 --push\n```\n\n### Building in Docker\n\nTo build a single image in Linux:\n\n`docker build -t bombitron ./`\n\n\n## Acknowledgements\n\n * Animated with [Go-AsciiSprite](https://github.com/pdevine/go-asciisprite)\n\n\n## FAQ\n\nQ: Why does this look like crap on my Mac?\u003cbr\u003e\nA: Use iTerm2 instead of macOS's built-in Terminal app. Terminal screws up all of the line spacing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdevine%2Funibombitron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdevine%2Funibombitron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdevine%2Funibombitron/lists"}