{"id":29466146,"url":"https://github.com/ashwin-qh/bsb-game","last_synced_at":"2026-04-15T13:33:37.445Z","repository":{"id":304401868,"uuid":"1018677779","full_name":"ashwin-qh/bsb-game","owner":"ashwin-qh","description":"Bomb Squad Barista [BSB] Memory Game","archived":false,"fork":false,"pushed_at":"2025-07-12T20:19:03.000Z","size":17251,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-12T22:17:49.435Z","etag":null,"topics":["phaser","phaserjs","webpack"],"latest_commit_sha":null,"homepage":"https://bsb-game.netlify.app/","language":"JavaScript","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/ashwin-qh.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-12T19:35:19.000Z","updated_at":"2025-07-12T20:39:33.000Z","dependencies_parsed_at":"2025-07-12T22:28:07.603Z","dependency_job_id":null,"html_url":"https://github.com/ashwin-qh/bsb-game","commit_stats":null,"previous_names":["ashwin-qh/bsb-game"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ashwin-qh/bsb-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwin-qh%2Fbsb-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwin-qh%2Fbsb-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwin-qh%2Fbsb-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwin-qh%2Fbsb-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashwin-qh","download_url":"https://codeload.github.com/ashwin-qh/bsb-game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwin-qh%2Fbsb-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31842938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["phaser","phaserjs","webpack"],"created_at":"2025-07-14T09:00:58.021Z","updated_at":"2026-04-15T13:33:37.428Z","avatar_url":"https://github.com/ashwin-qh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bomb Squad Barista BSB \n\nWelcome to **Bomb Squad Barista**! A fast-paced, \"Simon Says\" style memory game where you must flawlessly mix high-stakes coffee orders before time runs out. As the chosen barista for a very... *particular* clientele, every order is a challenge and every mistake is explosive. Can you handle the pressure?\n\n![Bomb Squad Barista Gameplay](image.png)\n\n---\n\n## ► How To Play\n\nThe goal is simple, but the job is anything but.\n\n1.  **Memorize the Order**: At the start of each round, the game will show you a sequence of ingredients by making the buttons \"pop.\"\n2.  **Repeat the Sequence**: Once the sequence is finished, it's your turn! Click the ingredient buttons in the exact same order.\n3.  **Beat the Clock**: You must complete the order before the green timer bar at the top of the screen runs out.\n4.  **Stay Focused**: One wrong ingredient and it's **Game Over!**\n\n---\n\n##  Features\n\n* **Classic Memory Gameplay**: Watch the sequence, repeat it. Simple to learn, difficult to master.\n* **Increasing Difficulty**: Orders get longer and the timer gets shorter as your score increases.\n* **Unlockable Ingredient**: Prove your skills by scoring over 10 points to unlock the prestigious **espresso** shot.\n* **🔥 RUSH ORDERS!**: After reaching a score of 12, you may be thrown into a \"Rush Order\"—a series of rapid-fire orders for a massive point bonus!\n* **Persistent High Score**: The game saves your highest score locally in your browser.\n* **Full Audio Control**: A persistent mute button allows you to toggle all game music and sound effects on or off, with the setting remembered across all scenes.\n* **Custom Logo \u0026 UI**: A fully-featured main menu and game over screen.\n\n---\n\n##  Project Structure\n\nThe game is organized into several Phaser Scenes, each with a specific role:\n\n* `main.js`: The main entry point. Configures the Phaser game instance and lists all the scenes.\n* `scenes/Boot.js`: The very first scene. Loads the minimal assets required for the preloader screen.\n* `scenes/Preloader.js`: Loads all game assets (images, audio) and displays a progress bar.\n* `scenes/MainMenu.js`: The main title screen with the game logo and start button.\n* `scenes/Game.js`: The core gameplay scene where all the action happens.\n* `scenes/GameOver.js`: The screen that displays your final score and the current high score.\n\n---\n\n##  How to Run Locally\n\nThis game is built with **Phaser 3** and can be run in any modern web browser. To set it up on your local machine, you need to serve the project files from a local web server.\n\n1.  **Prerequisites**: Make sure you have [Node.js](https://nodejs.org/) installed.\n\n2.  **Download the Code**: Place all the project files into a single folder on your computer.\n`\nhttps://github.com/ashwin-qh/bsb-game.git\n`\n3.  **Start a Local Server**:\n    * **Using Node.js (with `npm`)**:\n        Open your terminal in the project folder and run:\n        ```bash\n        npm install\n        npm run dev\n        ```\n4.  **Play the Game**: Open your web browser and navigate to the local address provided by your server (usually `http://localhost:8080` for `node` \n---\n\n## 💻 Technologies Used\n\n* **Game Engine**: [Phaser 3](https://phaser.io/)\n* **Language**: JavaScript (ES6 Modules)\n* **Platform**: HTML5 Canvas\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwin-qh%2Fbsb-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashwin-qh%2Fbsb-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwin-qh%2Fbsb-game/lists"}