{"id":23529792,"url":"https://github.com/hamawebdev/assemblyendgame","last_synced_at":"2026-05-03T01:37:04.014Z","repository":{"id":269573353,"uuid":"907829495","full_name":"hamawebdev/AssemblyEndgame","owner":"hamawebdev","description":"Assembly Endgame is a React-based web application that challenges users to guess a word within a limited number of attempts. The game features a farewell message for each incorrect guess and a confetti drop when the user wins.","archived":false,"fork":false,"pushed_at":"2024-12-24T13:49:20.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T16:42:40.683Z","etag":null,"topics":["reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hamawebdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-24T13:47:42.000Z","updated_at":"2024-12-24T13:49:24.000Z","dependencies_parsed_at":"2024-12-24T15:20:40.644Z","dependency_job_id":"d8fdd9c6-c469-4999-902e-978e4dea7c6c","html_url":"https://github.com/hamawebdev/AssemblyEndgame","commit_stats":null,"previous_names":["hamawebdev/assemblyendgame"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hamawebdev/AssemblyEndgame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamawebdev%2FAssemblyEndgame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamawebdev%2FAssemblyEndgame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamawebdev%2FAssemblyEndgame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamawebdev%2FAssemblyEndgame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hamawebdev","download_url":"https://codeload.github.com/hamawebdev/AssemblyEndgame/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamawebdev%2FAssemblyEndgame/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32555839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T00:31:16.350Z","status":"ssl_error","status_checked_at":"2026-05-03T00:31:15.546Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["reactjs"],"created_at":"2024-12-25T21:13:01.888Z","updated_at":"2026-05-03T01:37:03.996Z","avatar_url":"https://github.com/hamawebdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Assembly Endgame\n\nAssembly Endgame is a React-based web application that challenges users to guess a word within a limited number of attempts. The game features a farewell message for each incorrect guess and a confetti drop when the user wins.\n\n## Table of Contents\n\n- [Preview](#preview)\n- [Getting Started](#getting-started)\n- [Features](#features)\n- [Project Structure](#project-structure)\n- [Dependencies](#dependencies)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Preview\n\nHere is a preview of the Assembly Endgame application:\n\n\n \u003cimg src=\"preview.png\" alt=\"preview\" style=\"width: 35em; height: 60em;\"\u003e\n\n## Getting Started\n\nTo get started with Assembly Endgame, follow these steps:\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/yourusername/AssemblyEndgame\n    cd AssemblyEndgame\n    ```\n\n2. Install the dependencies:\n    ```sh\n    npm install\n    ```\n\n3. Start the development server:\n    ```sh\n    npm start\n    ```\n\nThe application will be available at `http://localhost:3000`.\n\n## Features\n\n- **Word Guessing Game**: Guess the word within a limited number of attempts.\n- **Farewell Messages**: Display a farewell message for each incorrect guess.\n- **Confetti Drop**: Celebrate with a confetti drop when the user wins.\n- **Responsive Design**: The application is designed to be responsive and user-friendly.\n\n## Project Structure\n\n```\nAssemblyEndgame/\n├── App.jsx\n├── hint.md\n├── index.css\n├── index.html\n├── index.jsx\n├── languages.js\n├── package.json\n├── README.md\n├── utils.js\n├── vite.config.js\n├── words.js\n```\n\n- **App.jsx**: Main application component.\n- **hint.md**: Contains hints for the game.\n- **index.css**: Global CSS styles.\n- **index.html**: HTML template.\n- **index.jsx**: Entry point for the React application.\n- **languages.js**: Contains the list of programming languages used in the game.\n- **utils.js**: Utility functions for the game.\n- **vite.config.js**: Vite configuration file.\n- **words.js**: Contains the list of words used in the game.\n\n## Dependencies\n\n- **React**: A JavaScript library for building user interfaces.\n- **React DOM**: Provides DOM-specific methods for React.\n- **clsx**: A utility for constructing \n\nclassName\n\n strings conditionally.\n- **react-confetti**: A React component for confetti animations.\n- **Vite**: A build tool that provides a fast development server.\n\n## Usage\n\n1. **Start a New Game**: Click the \"New Game\" button to start a new game.\n2. **Guess Letters**: Use the on-screen keyboard to guess letters.\n3. **View Status**: The game status will update based on your guesses.\n4. **Win or Lose**: The game will display a win or lose message based on your performance.\n\n## Contributing\n\nWe welcome contributions to improve Assembly Endgame. To contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes and commit them (`git commit -m 'Add new feature'`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Create a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamawebdev%2Fassemblyendgame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamawebdev%2Fassemblyendgame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamawebdev%2Fassemblyendgame/lists"}