{"id":20826306,"url":"https://github.com/prasanth624/catch-the-falling-objects-game","last_synced_at":"2026-04-09T08:05:26.577Z","repository":{"id":258361342,"uuid":"869131924","full_name":"prasanth624/Catch-the-Falling-Objects-Game","owner":"prasanth624","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-16T17:53:57.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T17:48:53.787Z","etag":null,"topics":["docker","flask","game","gaming-app","github","githubactions","jenkins"],"latest_commit_sha":null,"homepage":"","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/prasanth624.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}},"created_at":"2024-10-07T19:13:50.000Z","updated_at":"2024-11-08T19:00:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"917173c8-6b75-4217-84b0-2abbef021413","html_url":"https://github.com/prasanth624/Catch-the-Falling-Objects-Game","commit_stats":null,"previous_names":["prasanth624/catch-the-falling-objects-game"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prasanth624%2FCatch-the-Falling-Objects-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prasanth624%2FCatch-the-Falling-Objects-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prasanth624%2FCatch-the-Falling-Objects-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prasanth624%2FCatch-the-Falling-Objects-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prasanth624","download_url":"https://codeload.github.com/prasanth624/Catch-the-Falling-Objects-Game/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243173412,"owners_count":20248099,"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":["docker","flask","game","gaming-app","github","githubactions","jenkins"],"created_at":"2024-11-17T23:08:45.316Z","updated_at":"2025-12-16T07:57:14.289Z","avatar_url":"https://github.com/prasanth624.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎮 Catch the Falling Objects Game 🌌\n\n## Overview\n\"**Catch the Falling Objects**\" is a fun, browser-based game built with Flask and JavaScript. The objective is simple: catch falling objects using a basket! Enjoy a night mode filled with stars and a moon, and aim to reach a score of 50 to win! 🌟\n\n\u003cimg src=\"images/Game-screenshot.png\" alt=\"Game Screenshot\" width=\"400\"/\u003e\n\n## Features\n- ✨ **Catch Falling Objects**: Colorful shapes like triangles, circles, and hexagons.\n- 📱 **Responsive Design**: Optimized for desktop browsers.\n- 🏆 **Scoring System**: Compete to reach a winning score of **50**.\n- 🎉 **Game Over \u0026 Win Screens**: Exciting messages to celebrate your success!\n- ⏸️ **Pause \u0026 Restart**: Flexibility to pause or restart your game anytime.\n\n## Technologies Used\n- **Flask**: A lightweight WSGI web application framework in Python.\n- **JavaScript**: For dynamic game logic and interactivity.\n- **HTML/CSS**: Structure and styling that bring the game to life.\n\n## Installation\n\n### Without Docker\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/prasanth624/Catch-the-Falling-Objects-Game.git\n   cd Catch-the-Falling-Objects-Game\n   ```\n\n2. **Install Flask:**\n   Ensure you have Python installed, then install Flask using pip:\n   ```bash\n   pip install Flask\n   ```\n\n3. **Run the Application:**\n   Start the Flask server:\n   ```bash\n   python app.py\n   ```\n\n   The application will be accessible at `http://\u003cyour-server-ip\u003e:5000`.\n\n### With Docker\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/prasanth624/Catch-the-Falling-Objects-Game.git\n   cd Catch-the-Falling-Objects-Game\n   ```\n\n2. **Build the Docker image:**\n   ```bash\n   docker build -t catch-the-falling-objects .\n   ```\n\n3. **Run the Docker container:**\n   ```bash\n   docker run -itd -p 5000:5000 catch-the-falling-objects\n   ```\n\n   The application will be accessible at `http://\u003cyour-server-ip\u003e:5000`.\n\n## Usage\n- 🖱️ **Move your mouse** to position the basket.\n- 🌠 **Catch the falling objects** to increase your score.\n- ❌ **Miss three objects**, and it's game over.\n- 🎯 **Reach a score of 50** to claim victory!\n\n## Controls\n- **Mouse Move**: Move the basket left and right.\n- 🔄 **Restart Button**: Click to restart the game anytime.\n- ⏸️ **Pause Button**: Click to pause or resume the game.\n\n## Contributing\n💡 Feel free to fork the repository and submit pull requests for any improvements or features you'd like to add!\n\n## License\n📜 This project is licensed under the **MIT License**. See the LICENSE file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprasanth624%2Fcatch-the-falling-objects-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprasanth624%2Fcatch-the-falling-objects-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprasanth624%2Fcatch-the-falling-objects-game/lists"}