{"id":17305465,"url":"https://github.com/kovah/taboo","last_synced_at":"2025-07-31T13:31:17.338Z","repository":{"id":42665151,"uuid":"73269322","full_name":"Kovah/Taboo","owner":"Kovah","description":"A Taboo-like game for your browser, without a backend, built with Vue","archived":false,"fork":false,"pushed_at":"2024-10-07T03:38:49.000Z","size":2241,"stargazers_count":9,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-16T11:55:40.686Z","etag":null,"topics":["browser-game","game","multiplayer","multiplayer-game","taboo","tabu"],"latest_commit_sha":null,"homepage":"https://taboo.kovah.de","language":"SCSS","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/Kovah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"kovah","patreon":"Kovah","liberapay":"kovah"}},"created_at":"2016-11-09T09:28:45.000Z","updated_at":"2024-09-17T11:18:59.000Z","dependencies_parsed_at":"2023-02-08T05:45:30.995Z","dependency_job_id":"4a30471e-8dc6-4c03-b083-f301842d4701","html_url":"https://github.com/Kovah/Taboo","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kovah%2FTaboo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kovah%2FTaboo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kovah%2FTaboo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kovah%2FTaboo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kovah","download_url":"https://codeload.github.com/Kovah/Taboo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228249106,"owners_count":17891460,"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":["browser-game","game","multiplayer","multiplayer-game","taboo","tabu"],"created_at":"2024-10-15T11:55:50.312Z","updated_at":"2024-12-05T06:41:12.097Z","avatar_url":"https://github.com/Kovah.png","language":"SCSS","funding_links":["https://github.com/sponsors/kovah","https://patreon.com/Kovah","https://liberapay.com/kovah"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"public/social_large.png\" alt=\"KVH Taboo\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cb\u003eA Taboo-based game for your browser\u003c/b\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/Available%20Languages-DE,%20EN-blue.svg\" alt=\"Available Languages: DE, EN\"\u003e\n\u003cimg src=\"https://img.shields.io/github/tag/Kovah/Taboo.svg\" alt=\"Latest version\"\u003e\n\u003cimg src=\"https://img.shields.io/github/downloads/Kovah/Taboo/total.svg\" alt=\"Downloads\"\u003e\n\u003cimg src=\"https://img.shields.io/github/license/Kovah/Taboo.svg\" alt=\"License\"\u003e\n\u003c/p\u003e\n\n\u0026nbsp;\n\n\u003e [!WARNING]\n\u003e Taboo is no longer actively maintained. Please feel free to [contact me](https://github.com/Kovah) if you are interested in this project.\n\n\u0026nbsp;\n\n## Play now\n\nThe game is ready to play on [**taboo.kovah.de**](https://taboo.kovah.de/).\n\n\u0026nbsp;\n\n## Installation\n\n### Requirements\n\nThis game requires no PHP or other server-side langauge. It needs nothing more than a simple web\nserver that delivers HTML files and a modern browser.\n\n### Installation from Download\n\nGo to the [releases](https://github.com/Kovah/Taboo/releases) page and download the latest \"taboo-build.zip\"\npackage. Extract the files into your webserver directory and start your browser. Done.\n\n### Installation from Source\n\nBuilding the game from source requires [Node](https://nodejs.org/en/) installed on your machine.\n\nInstall all dependencies using yarn or NPM.\n```\nyarn install\nOR\nnpm install\n```\n\nCompiles and hot-reloads for development\n```\nyarn run serve\nOR\nnpm run serve\n```\n\nCompiles and minifies for production\n```\nyarn run build\nOR\nnpm run build\n```\n\n\u0026nbsp;\n\n## Contributing\n\n### Found a bug or typo? Have a feature request?\n\nPlease open a [new issue](https://github.com/Kovah/Taboo/issues/new) and explain what's wrong\nor what needs to be improved.\n\n### Game Mechanics\n\nPlease add an issue first where you explain what you want to change so we can discuss these changes.\nPlease do not rush forward and change the whole game without any feedback on your ideas to prevent\nyour pull request to be closed.\n\n### Words\n\nAll words (or cards) are managed by the [taboo-data](https://www.npmjs.com/package/taboo-data) package.\nPlease visit the [git repo of the package](https://github.com/Kovah/Taboo-Data) for more information\nabout contributing.\n\n\n---\n\nKVH Tabu is a project by [Kevin Woblick](https://kovah.de) and [Contributors](https://github.com/Kovah/Tabu/graphs/contributors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkovah%2Ftaboo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkovah%2Ftaboo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkovah%2Ftaboo/lists"}