{"id":15489987,"url":"https://github.com/rei-x/memory-game","last_synced_at":"2026-04-27T12:05:08.234Z","repository":{"id":119488828,"uuid":"467185815","full_name":"Rei-x/memory-game","owner":"Rei-x","description":"Realtime multiplayer memory game","archived":false,"fork":false,"pushed_at":"2022-05-09T15:21:33.000Z","size":1504,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-19T09:03:16.107Z","etag":null,"topics":["firebase","typescript"],"latest_commit_sha":null,"homepage":"https://kajtekparty.vercel.app","language":"TypeScript","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/Rei-x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-03-07T17:05:53.000Z","updated_at":"2022-04-18T16:36:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"5afea6fa-5a7d-42be-911c-102f96fda8f3","html_url":"https://github.com/Rei-x/memory-game","commit_stats":{"total_commits":38,"total_committers":2,"mean_commits":19.0,"dds":0.02631578947368418,"last_synced_commit":"ce91bc93c6f68b4107cb04ba8668ff0fc53394ce"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rei-x/memory-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rei-x%2Fmemory-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rei-x%2Fmemory-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rei-x%2Fmemory-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rei-x%2Fmemory-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rei-x","download_url":"https://codeload.github.com/Rei-x/memory-game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rei-x%2Fmemory-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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","typescript"],"created_at":"2024-10-02T07:08:57.353Z","updated_at":"2026-04-27T12:05:08.217Z","avatar_url":"https://github.com/Rei-x.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://i.imgur.com/jmjBz5d.png\" alt=\"Kajtek party\"\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\u003cstrong\u003eMultiplayer memory game\u003c/strong\u003e\u003c/div\u003e\n\u003cdiv align=\"center\"\u003eLike title says, it's multiplayer memory game, that can be used at a party to make it more fun!\u003c/div\u003e\n\n\u003cbr /\u003e \n\n\u003cbr /\u003e\n\n## Features\n\n- ⚡ Realtime updates\n- 🥳 Simple login screen, click and play!\n- 📷 Personalized photos on cards\n- 🛠 Admin panel\n- ✅ Live updated scoreboard of players\n- 👀 Multiple games at one time\n\n## How to play it?\nRight now, you have only test tournament to choose from.\n\nGo to the website \u003ca href=\"https://kajtekparty.vercel.app/\" target=\"_blank\"/\u003ekajtekparty.vercel.app\u003c/a\u003e with your friends, choose your favorite Mario character and click join under Test game.\nWait a little (serverless functions are slow) and you will be in the lobby.\n\nOne person has to be the master of the game. Go to \u003ca href=\"https://kajtekparty.vercel.app/admin\" target=\"_blank\"\u003eadmin panel\u003c/a\u003e, login with github and you can control the game.\n\nNow you can start it and play!\nAfter each round kick player that was last, if only one player has left click \"win\" button next to him.\n## How to run it?\n\n1. Rename `.env.local.example` to `.env.local` \u003cbr /\u003e\nYou need cloudinary account to supply website with photos for users and cards. Get your API secret, API key and API cloud name and fill `.env.local` file with them.\n2. Create Firebase Project or use existing one. \u003cbr/\u003e\nCreate `firebaseConfig.json` file in root directory and fill it with JSON data from your firebase config, here is an example, how it should look: \n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003efirebaseConfig.json\u003c/b\u003e\u003c/summary\u003e\n\n```json\n{\n  \"apiKey\": \"AIzaSyCDwoHf3kcHn5zdFDScAcxf4Kq0xz6Nvg\",\n  \"authDomain\": \"memory-game.firebaseapp.com\",\n  \"databaseURL\": \"https://memory-game-default-rtdb.europe-west1.firebasedatabase.app\",\n  \"projectId\": \"memory-game\",\n  \"storageBucket\": \"memory-game.appspot.com\",\n  \"messagingSenderId\": \"453582340732\",\n  \"appId\": \"1:453582340732:web:6a658a61g431e774c2f9f9\",\n  \"measurementId\": \"G-H5SHPORBJ1\"\n}\n```\n\u003c/details\u003e\n\n3. Run `npx ts-node cli/createEnvFromJson.ts`, then copy and paste `NEXT_PUBLIC_FIREBASE_CONFIG` to yours `env.local` file.\n\n4. Run `npm install`\n5. There we go! Run `npm run dev` launch app!\n\n### Requirements\n\n- Node.js \u003e= 12.22.0\n- NPM 2\n\n### Scripts\n\n- `npm run dev` — Starts the application in development mode at `http://localhost:3000`.\n- `npm run build` — Creates an optimized production build of your application.\n- `npm start` — Starts the application in production mode.\n- `npm run type-check` — Validate code using TypeScript compiler.\n- `npm run lint` — Runs ESLint for all files in the `src` directory.\n- `npm run format` — Runs Prettier for all files in the `src` directory.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frei-x%2Fmemory-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frei-x%2Fmemory-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frei-x%2Fmemory-game/lists"}