{"id":22767986,"url":"https://github.com/endsummercamp/go-against-humanity","last_synced_at":"2025-03-30T11:14:57.863Z","repository":{"id":44165742,"uuid":"146766907","full_name":"endsummercamp/go-against-humanity","owner":"endsummercamp","description":"Card Against Humanity - Web (Go) implementation","archived":false,"fork":false,"pushed_at":"2023-10-05T00:37:11.000Z","size":5493,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-05T12:50:54.737Z","etag":null,"topics":["cards","cards-against-humanity","game","go","golang","web"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/endsummercamp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-08-30T15:04:29.000Z","updated_at":"2023-05-01T22:42:27.000Z","dependencies_parsed_at":"2024-06-20T06:08:26.786Z","dependency_job_id":null,"html_url":"https://github.com/endsummercamp/go-against-humanity","commit_stats":null,"previous_names":["escah/go-against-humanity"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endsummercamp%2Fgo-against-humanity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endsummercamp%2Fgo-against-humanity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endsummercamp%2Fgo-against-humanity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endsummercamp%2Fgo-against-humanity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endsummercamp","download_url":"https://codeload.github.com/endsummercamp/go-against-humanity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246308051,"owners_count":20756482,"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":["cards","cards-against-humanity","game","go","golang","web"],"created_at":"2024-12-11T14:09:22.687Z","updated_at":"2025-03-30T11:14:57.843Z","avatar_url":"https://github.com/endsummercamp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Against Humanity\n\nA Cards Against Humanity web game written in [Go](http://www.golang.org/).\nThe game is intended to be played with multiple players, divided into \n\"players\" and \"jurors\". The card that gets most votes wins.\n\nWritten in 3 days during the [End Summer Camp](https://www.endsummercamp.org). Meant to be played for a good laugh together.\n\n![Cards Against Humanity](screenshots/1.png)\n\n## Usage\n\n```bash\nexport GOPATH=~/gopath # If you have an existing gopath, use that instead\nmkdir -p $GOPATH/src/github.com/ESCah\ngit clone --recursive https://github.com/ESCah/go-against-humanity\n\nmake compile      # Compile the cards\n\nnpm install                    # Install Node.js deps\nnode node_modules/.bin/webpack # Compile Web resources\n\ngo get -v        # Fetch deps\n```\n\n## Configure the application\nCreate a file `config.toml` and add the following:\n\n```toml\n[General]\nDecks = ['ita-original-sfoltita', 'ita-espansione', 'ita-HACK']\n```\n\nwhere Decks is an array containing the decks you want to use\n([here is the list](https://github.com/ESCah/json-against-humanity/tree/master/src))\n\n\n## Running\n```bash\ngo run server.go # Start the web server\n```\n\n**Tell the players / jurors to go to http://\u003cyour-ip\u003e:1323/ and enjoy the game!**\n\n## Based on [Echo](https://echo.labstack.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendsummercamp%2Fgo-against-humanity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendsummercamp%2Fgo-against-humanity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendsummercamp%2Fgo-against-humanity/lists"}