{"id":20936997,"url":"https://github.com/charanteja-7/simon-game","last_synced_at":"2026-05-15T01:35:47.373Z","repository":{"id":256060097,"uuid":"854232499","full_name":"charanteja-7/Simon-Game","owner":"charanteja-7","description":"Welcome to the Simon Game! This is a web-based implementation of the classic memory game, where players must replicate the sequences generated by the computer. The game increases in difficulty with each level as the sequences grow longer.","archived":false,"fork":false,"pushed_at":"2024-09-22T11:57:36.000Z","size":282,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T11:15:07.886Z","etag":null,"topics":["css3","githubpages","html5","javascript"],"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/charanteja-7.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-08T18:12:02.000Z","updated_at":"2024-09-22T11:57:38.000Z","dependencies_parsed_at":"2025-10-10T11:14:56.207Z","dependency_job_id":"5e164836-9cc5-40cc-be24-52134478627e","html_url":"https://github.com/charanteja-7/Simon-Game","commit_stats":null,"previous_names":["charanteja-7/simon-game"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/charanteja-7/Simon-Game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charanteja-7%2FSimon-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charanteja-7%2FSimon-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charanteja-7%2FSimon-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charanteja-7%2FSimon-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charanteja-7","download_url":"https://codeload.github.com/charanteja-7/Simon-Game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charanteja-7%2FSimon-Game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33050296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["css3","githubpages","html5","javascript"],"created_at":"2024-11-18T22:30:50.292Z","updated_at":"2026-05-15T01:35:47.331Z","avatar_url":"https://github.com/charanteja-7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simon Game\n\nWelcome to the **Simon Game**! This is a web-based implementation of the classic memory game, where players must replicate the sequences generated by the computer. The game increases in difficulty with each level as the sequences grow longer.\n\n## Table of Contents\n- [Demo](#demo)\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [How to Play](#how-to-play)\n- [Installation](#installation)\n- [Project Structure](#project-structure)\n\n## Demo\nYou can try the live demo of the game here: **https://charanteja-7.github.io/Simon-Game/** \n\n## Features\n- **Dynamic game sequences**: The computer generates sequences that get progressively longer with each level.\n- **Interactive user experience**: Players interact by clicking the correct sequence of colored boxes.\n- **Audio effects**: Each box has a distinct sound.\n- **Error feedback**: Players receive immediate feedback if they click the wrong sequence.\n- **Game Over screen**: A `Game Over` message is displayed when the player loses, and the game can be restarted easily.\n\n## Technologies Used\n- **HTML5**\n- **CSS3**\n- **JavaScript** \n- **GitHub Pages** \n\n## How to Play\n1. Click the **Start** button to begin the game.\n2. Watch the sequence generated by the computer.\n3. Repeat the sequence by clicking the correct colored boxes in order.\n4. If you repeat the sequence correctly, you advance to the next level, where the sequence gets longer.\n5. If you make a mistake, the game ends, and a `Game Over` screen will appear.\n\n## Installation\nTo run this game locally, follow these steps:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/charanteja-7/Simon-Game.git\n   ```\n\n2. **Navigate to the project directory**:\n   ```bash\n   cd Simon-Game\n   ```\n\n3. **Open the game in your browser**:\n   Open `index.html` in any web browser:\n   ```bash\n   open index.html\n   ```\n\n### Optional: Serving with a local server\nFor a more advanced setup, you can serve the game with a local development server (e.g., using `live-server` or `http-server`).\n```bash\nnpm install -g live-server\nlive-server\n```\n\n## Project Structure\n```plaintext\n.\n├── audio              # Game sounds (Simon sound effects and feedback)\n├── style.css          # Custom styles\n│  \n├── script.js          # Main game logic\n│  \n├── index.html         # Main HTML file\n└── README.md          # This file\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharanteja-7%2Fsimon-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharanteja-7%2Fsimon-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharanteja-7%2Fsimon-game/lists"}