{"id":13600848,"url":"https://github.com/jbowens/codenames","last_synced_at":"2025-04-11T01:30:25.990Z","repository":{"id":3744688,"uuid":"50759993","full_name":"jbowens/codenames","owner":"jbowens","description":"Play codenames online","archived":false,"fork":false,"pushed_at":"2024-10-04T15:53:24.000Z","size":1866,"stargazers_count":626,"open_issues_count":35,"forks_count":207,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-11-07T03:42:20.495Z","etag":null,"topics":["board-game","codenames"],"latest_commit_sha":null,"homepage":"https://www.horsepaste.com","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/jbowens.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}},"created_at":"2016-01-31T05:15:29.000Z","updated_at":"2024-11-01T14:55:36.000Z","dependencies_parsed_at":"2023-01-11T16:33:14.896Z","dependency_job_id":"1386cac4-0c24-4552-bee8-d5b908997a22","html_url":"https://github.com/jbowens/codenames","commit_stats":{"total_commits":230,"total_committers":50,"mean_commits":4.6,"dds":0.5173913043478261,"last_synced_commit":"9182b62d50a2de90881cc49bc5a3918cd4b7f78e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbowens%2Fcodenames","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbowens%2Fcodenames/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbowens%2Fcodenames/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbowens%2Fcodenames/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbowens","download_url":"https://codeload.github.com/jbowens/codenames/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248324949,"owners_count":21084837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["board-game","codenames"],"created_at":"2024-08-01T18:00:49.783Z","updated_at":"2025-04-11T01:30:25.473Z","avatar_url":"https://github.com/jbowens.png","language":"Go","readme":"# codenames\n\n[![GoDoc](https://godoc.org/github.com/jbowens/codenames?status.svg)](https://godoc.org/github.com/jbowens/codenames)\n\nCodenames implements a web app for generating and displaying boards for the \u003ca href=\"https://en.wikipedia.org/wiki/Codenames_(board_game)\"\u003eCodenames\u003c/a\u003e board game. Generated boards are shareable and will update as words are revealed. The board can be viewed either as a spymaster or an ordinary player.\n\nA hosted version of the app is available at [www.horsepaste.com](https://www.horsepaste.com).\n\n![Spymaster view of board](https://raw.githubusercontent.com/jbowens/codenames/master/screenshot.png)\n\n## Building\n\nThe app requires a [Go](https://golang.org/) toolchain, node.js and [parcel](https://parceljs.org/) to build. Once you have those setup, build the application Go binary with:\n\n```\ngo install github.com/jbowens/codenames/cmd/codenames\n```\n\nThen from the frontend directory, install the node modules:\n\n```\nnpm install\n```\n\nand start the app (listens to changes)\n\n```\nnpm start\n```\n\nor build the app\n\n```\nnpm run build\n```\n\n### Docker\n\nAlternatively, the repository includes a Dockerfile for building a docker image of this app.\n\n```\ndocker build . -t codenames:latest\n```\n\nThe following command will launch the docker image:\n\n```\ndocker run --name codenames_server --rm -p 9091:9091 -d codenames\n```\n\nThe following command will kill the docker instance:\n\n```\ndocker stop codenames_server\n```\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbowens%2Fcodenames","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbowens%2Fcodenames","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbowens%2Fcodenames/lists"}