{"id":29939931,"url":"https://github.com/leecheeyong/lyingman","last_synced_at":"2026-04-19T07:33:36.353Z","repository":{"id":305311167,"uuid":"1022034323","full_name":"leecheeyong/LyingMan","owner":"leecheeyong","description":"LyingMan is a real-time social deduction game made possible with firebase realtime","archived":false,"fork":false,"pushed_at":"2025-07-19T15:42:13.000Z","size":162,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-03T00:27:31.847Z","etag":null,"topics":["firebase","firebase-realtime","lyingman","multiplayer-game","realtime-game","social-deduction-game","tailwindcss","vuejs"],"latest_commit_sha":null,"homepage":"https://lying-man.vercel.app","language":"Vue","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/leecheeyong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null}},"created_at":"2025-07-18T10:45:01.000Z","updated_at":"2025-07-21T15:02:55.000Z","dependencies_parsed_at":"2025-07-19T15:09:58.598Z","dependency_job_id":"37fc54a9-610f-4f40-9564-9236473b44f1","html_url":"https://github.com/leecheeyong/LyingMan","commit_stats":null,"previous_names":["leecheeyong/lyingman"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leecheeyong/LyingMan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecheeyong%2FLyingMan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecheeyong%2FLyingMan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecheeyong%2FLyingMan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecheeyong%2FLyingMan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leecheeyong","download_url":"https://codeload.github.com/leecheeyong/LyingMan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leecheeyong%2FLyingMan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274886647,"owners_count":25368226,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"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":["firebase","firebase-realtime","lyingman","multiplayer-game","realtime-game","social-deduction-game","tailwindcss","vuejs"],"created_at":"2025-08-03T00:17:59.811Z","updated_at":"2025-10-07T11:34:31.394Z","avatar_url":"https://github.com/leecheeyong.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./public/logo-white.png\" width=\"150\"\u003e\n\n# [LyingMan](https://lyingman.vercel.app)\n\nLyingMan is a real-time social deduction game made possible with firebase realtime. Players join a room, receive secret words, and try to identify the imposter among them through clever descriptions and voting.\n\n## Demo\n\n\u003cvideo src=\"https://github.com/user-attachments/assets/7209f167-245e-4a92-af77-e7ac9a1e9fed\"\u003e\u003c/video\u003e\n\n## About\nLyingMan (卧底) is a game my friends and I used to play back in school — thinking about it always brings back great memories of laughter and clever guesses. It wasn’t just a game; it was part of what made our school days so special, a simple joy that brought us closer together.\n\n## Features\n\n- **Real-time multiplayer:** Up to 8 players per room.\n- **Secret roles:** All but one player receive the same word; one imposter gets a similar but different word.\n- **Describe \u0026 deduce:** Each player describes their word in the chat—be subtle!\n- **Voting:** After all descriptions, players vote for who they think is the imposter.\n- **Rounds:** The game continues until the imposter is caught or only two players remain.\n- **Responsive design:** Mobile and desktop friendly.\n- **Automatic player removal:** Disconnected or eliminated players are removed from the game.\n\n## How to Play\n\n1. **Create or join a room** (minimum 4 players).\n2. **Receive your secret word.** One player is the imposter with a different word.\n3. **Describe your word** in the chat—try not to give it away!\n4. **Vote** for who you think is the imposter.\n5. **Elimination:** The player with the most votes is eliminated. If it’s a tie, no one is eliminated.\n6. **Win conditions:**\n   - If the imposter is eliminated, the others win.\n   - If only two players remain and the imposter is still in, the imposter wins.\n   - Otherwise, the game continues to the next round.\n\n## Setup\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/leecheeyong/LyingMan.git\n   cd LyingMan\n   ```\n2. **Install dependencies:**\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n3. **Configure Firebase:**\n   - Go to [Firebase Console](https://console.firebase.google.com/) and create a new project.\n   - Enable **Authentication** (Email/Password).\n   - Set up **Cloud Firestore** in test mode (or with secured rules).\n   - Edit the `src/firebase.js` file, replace with your Firebase credentials\n\n## License\n\nLyingMan is available as open source under the terms of the [MIT License](https://github.com/leecheeyong/LyingMan/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleecheeyong%2Flyingman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleecheeyong%2Flyingman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleecheeyong%2Flyingman/lists"}